Further tweak
This commit is contained in:
parent
ddc3c08182
commit
5278250229
1 changed files with 6 additions and 6 deletions
|
@ -9,13 +9,13 @@ nm: 255.255.255.0
|
||||||
gw: 10.5.125.254
|
gw: 10.5.125.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
volgroup: /dev/vg_host01
|
volgroup: /dev/vg_host01
|
||||||
virt_install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
|
virt_install_fedora_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
|
||||||
--disk bus=virtio,path=${volgroup}/${inventory_hostname}
|
--disk bus=virtio,path=${volgroup}/${inventory_hostname}
|
||||||
--vcpus=${num_cpus} -l ${ks_repo} -x
|
--vcpus=${num_cpus} -l ${ks_repo} -x
|
||||||
"ks=${ks_url} ip=${eth0_ip}::${gw}:${nm}:${inventory_hostname}:eth0:on
|
"ksdevice=eth0 ks=${ks_url} ip=${eth0_ip} netmask=${nm}
|
||||||
nameserver=${dns} console=tty0 console=ttyS0"
|
gateway=${gw} dns=${dns} console=tty0 console=ttyS0
|
||||||
--network=bridge=br0 --network=bridge=br1 --graphics none
|
hostname=${inventory_hostname}"
|
||||||
--autostart --noautoconsole
|
--network=bridge=br0 --network=bridge=br1 --autostart --noautoconsole
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue