No path to virt-install.
This commit is contained in:
parent
28ad3026d3
commit
44ca92dcc1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ nm: 255.255.255.0
|
||||||
gw: 10.5.125.254
|
gw: 10.5.125.254
|
||||||
eth1_gw: 10.5.127.254
|
eth1_gw: 10.5.127.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
virt_install_command: 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
|
||||||
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue