a little install command refinement
This commit is contained in:
parent
13e78a6744
commit
da150c374c
1 changed files with 5 additions and 5 deletions
|
@ -9,11 +9,11 @@ nm: 255.255.255.0
|
|||
gw: 10.5.125.254
|
||||
dns: 10.5.126.21
|
||||
volgroup: /dev/vg_host01
|
||||
install_command: /usr/bin/virt-install -n ${inventory_hostname} -r ${mem_size} \
|
||||
--disk ${volgroup}/${inventory_hostname_short} \
|
||||
--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" \
|
||||
install_command: /usr/bin/virt-install -n ${inventory_hostname} -r ${mem_size}
|
||||
--disk ${volgroup}/${inventory_hostname_short}
|
||||
--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"
|
||||
--network=bridge=br0 --network=bridge=br1 --vnc --noautoconsole
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue