diff --git a/inventory/group_vars/buildvm b/inventory/group_vars/buildvm index 092ba3fa69..5af35264bb 100644 --- a/inventory/group_vars/buildvm +++ b/inventory/group_vars/buildvm @@ -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