This commit is contained in:
Kevin Fenzi 2013-08-14 20:57:35 +00:00
parent fa788f1922
commit daf9329741

View file

@ -12,7 +12,7 @@ fas_client_groups: sysadmin-tools
# default virt install command is for a single nic-device
# define in another group file for more nics (see buildvm)
virt_install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
--disk bus=virtio,${volgroup}/${inventory_hostname}
--disk bus=virtio,path=${volgroup}/${inventory_hostname}
--vcpus=${num_cpus} -l ${ks_repo} -x
"ksdevice=eth0 ks=${ks_url} ip=${eth0_ip} netmask=${nm}
gateway=${gw} dns=${dns} console=tty0 console=ttyS0