From a2800a1cb6dfc7c3b4a0feeacd265c147c977110 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 8 May 2008 18:20:28 -0400 Subject: Adding --virt overrides for many more additional fields that were found in the profiles objects but not in the system objects. This needs testing in both the webui and command line. --- webui_templates/system_edit.tmpl | 106 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 100 insertions(+), 6 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index 684c6d1..b996520 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -236,6 +236,106 @@ function page_onload() { + + + + + + +

For virtual installs only, require this disk size in GB.

+ + + + + + + + + +

For virtual installs only, allocate this amount of RAM, in MB.

+ + + + + + + + + + #if $system and $system.virt_type == "<>" + Inherit + #else + #if $system + Inherit + #else + Inherit + #end if + #end if + + + #if $system and $system.virt_type == "auto" + Any + #else + #if $system + Any + #else + Any + #end if + #end if + + #if $system and $system.virt_type == "xenpv" + Xen (pv) + #else + Xen (pv) + #end if + + #if $system and $system.virt_type == "qemu" + qemu/KVM + #else + qemu/KVM + #end if +

What virtualization technology should koan use?

+ + + + + + + + + +

Sets koan's storage preferences, read manpage or leave blank.

+ + + + + + + + + +

How many virtual CPUs? This is an integer.

+ + + + + ## ====================================== start of looping through interfaces @@ -349,8 +449,6 @@ function page_onload() { - ## FIXME: add virt_bridge editing (like above) - @@ -363,8 +461,6 @@ function page_onload() { - ## FIXME: add subnet editing (like above) - @@ -377,8 +473,6 @@ function page_onload() { - ## FIXME: add gateway editing (like above) - -- cgit