#extends cobbler.webui.master #block body #import time #if $image #end if #if $editable != True #set global $owners = $image.owners #include "/usr/share/cobbler/webui_templates/enoaccess.tmpl" #end if
#if $image Editing Image #else Adding a Image #end if #if $image #else #end if #if $image #end if ## self.virt_ram = self.settings.default_virt_ram ## self.virt_file_size = self.settings.default_virt_file_size ## self.virt_path = '' ## self.virt_type = self.settings.default_virt_type ## self.virt_cpus = 1 ## self.network_count = 1 ## self.virt_bridge = self.settings.default_virt_bridge #if $image and $editable == True #end if #if $editable == True #end if
#if $image

Example: RHEL-5-i386

Edit Rename + Edit Copy + Edit

How do you want to modify this object?

$time.ctime($image.ctime)
$time.ctime($image.mtime)
#if $image #set $comm = $image.comment #else #set $comm = "" #end if

This is a free-form description field

Ex: nfs://server/path/os-installer.iso

#if ($image and $image.arch == "i386") or not $image x86 #else i386 #end if #if $image and $image.arch == "x86_64" x86_64 #else x86_64 #end if

What architecture is the image?

What type of OS?

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

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

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

#if $image and $image.virt_type == "auto" Any #else #if $image Any #else Any #end if #end if #if $image and $image.virt_type == "xenpv" Xen (pv) #else Xen (pv) #end if #if $image and $image.virt_type == "xenfv" Xen (fv) #else Xen (fv) #end if #if $image and $image.virt_type == "qemu" qemu/KVM #else qemu/KVM #end if #if $image and $image.virt_type == "vmware" VMW Server #else VMW Server #end if #if $image and $image.virt_type == "vmwarew" VMW WkStn #else VMW WkStn #end if

What virtualization technology should koan use?

How many virtual CPUs? This is an integer.

How many nics should be created This is an integer.

Overrides the virtual networking bridge choice in settings.

What type of OS?

#if $image #set ownerslist = ' '.join($image.owners) #end if

Applies only if using authz_ownership module, space delimited

Yes Really Delete child objects?

Check both buttons and click save to delete this object

#end block body