|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] PR-1089: add solaris 10 template
ocaml/xapi/create_templates.ml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
# HG changeset patch
# User Marcus Granado <marcus.granado@xxxxxxxxxx>
# 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 <marcus.granado@xxxxxxxxxxxxx>
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: *)
Attachment:
xen-api.hg.patch _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |