ocaml/xapi/create_templates.ml |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


# HG changeset patch
# User Marcus Granado <[email protected]>
# Date 1290167080 0
# Node ID 309dbe4aaa79baff7abe170f21d376ce64c0f690
# Parent  55b1a5995e631d9c8ef0988b1d877ea2c46445f0
PR-1089: add solaris 10 template

For solaris, viridian must be false; nx is enabled in template.

Signed-off-by: Marcus Granado <[email protected]>

diff -r 55b1a5995e63 -r 309dbe4aaa79 ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml
+++ b/ocaml/xapi/create_templates.ml
@@ -524,6 +524,8 @@
                hvm_template "Windows Server 2008"        X64  512 24 [n;x;v;];
                hvm_template "Windows Server 2008 R2"     X64  512 24 [n;  v;];
                hvm_template "Windows Server 2008 R2"     X64  512 24 [n;x;v;];
+               hvm_template "Solaris 10"                 X32  
~is_experimental:true 1024 24 [n;    ];
+               hvm_template "Solaris 10"                 X64  
~is_experimental:true 1024 24 [n;    ];
        ] in
 
        (* put default_template key in static_templates other_config of 
static_templates: *)
# HG changeset patch
# User Marcus Granado <[email protected]>
# Date 1290167080 0
# Node ID 309dbe4aaa79baff7abe170f21d376ce64c0f690
# Parent  55b1a5995e631d9c8ef0988b1d877ea2c46445f0
PR-1089: add solaris 10 template

For solaris, viridian must be false; nx is enabled in template.

Signed-off-by: Marcus Granado <[email protected]>

diff -r 55b1a5995e63 -r 309dbe4aaa79 ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml
+++ b/ocaml/xapi/create_templates.ml
@@ -524,6 +524,8 @@
 		hvm_template "Windows Server 2008"        X64  512 24 [n;x;v;];
 		hvm_template "Windows Server 2008 R2"     X64  512 24 [n;  v;];
 		hvm_template "Windows Server 2008 R2"     X64  512 24 [n;x;v;];
+		hvm_template "Solaris 10"                 X32  ~is_experimental:true 1024 24 [n;    ];
+		hvm_template "Solaris 10"                 X64  ~is_experimental:true 1024 24 [n;    ];
 	] in
 
 	(* put default_template key in static_templates other_config of static_templates: *)
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to