#extends cobbler.webui.master #import time #block body #if $editable != True #set global $owners = $system.owners #include "/usr/share/cobbler/webui_templates/enoaccess.tmpl" #end if
#if $editmode == "new" Add a System #else Edit a System #end if #if $system #end if ## FIXME: it might be a good idea to color code the power section in the same ## way we color code the interface section (see "nicedit" in CSS) as well as ## the virt section being a different color ## ====================================== start of interface section ## ---------------------------------------- ## now show all of the interface fields which may or may not ## be hidden but are always there ## ---------------------------------------- #if $editable == True #end if ## ====================================== end of interface section #if $editable == True #end if

Example: vanhalen

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

This is a free-form description field

#if $system #if str($system.netboot_enabled) != "False" #else #end if #else #end if

For PXE setups, select to boot the profile below for the system.
De-select to boot the system from local disk.

What profile should be installed on this system?

Example: dog=fido gnome=yes

Example: noipv6 magic=foo

Example: clocksource=pit nosmp noapic nolapic

Use this server for kickstarts, not the value in settings. Usually this should be left alone.

Registration key for RHN, Satellite, or Spacewalk

RHN, Satellite, or Spacewalk server

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

Applies only if using authz_ownership module, space delimited

#if $system #else #end if

Ex: "vanhalen.example.org". Used for /etc/sysconfig/network.

#if $system #else #end if

Ex: "192.168.1.11". For use with static IP configs.

#if $system #set joined = " ".join($system.name_servers) #else #end if

Name servers, space delimited, if not provided by DHCP

#if $system #set joined = " ".join($system.name_servers_search) #else #end if

Name servers search path, space delimited, if not provided by DHCP

#if $system #set joined = " ".join($system.mgmt_classes) #else #end if

Management classes (space delimited) for use with external configuration management system.

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.

Is a power management device attached?

Ex: hostname-mgmt.example.org

Plug number or blade name, if applicable.

Power management username, if device requires one.

Power management password.

   Add interface name

Add an interface to the system, ex: eth1

Select what interface to edit below

## FIXME: random MAC needs to pass the virt-type to get it in the selected range Random MAC

Example: AA:BB:CC:DD:EE:FF

No bonding master slave

Use bonding? If enabled specify bonding mode to use

If bonding is "slave", specify the master interface here.

If bonding is "master", specify the bonding options here.

Static DHCP

Is the IP address of the interface statically or by DHCP configured?

Example: 192.168.10.15

Ex: "255.255.255.0". For use in kickstart templates for static IPs.

Example: vanhalen.example.org, used by manage_dns feature

Selects alternative subnets, see manpage or leave blank

optional list of ip/mask:gateway formatted routes, space delimited

Example: 'xenbr0' or 'virbr0'. Can be blank if set in profile or settings.

Clicking this button removes the interface from the configuration.



#end block body