Tweak path to virt-install
This commit is contained in:
parent
1e065d3f4f
commit
8bfb81af7d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ vmhost: virthost16.phx2.fedoraproject.org
|
|||
datacenter: phx2
|
||||
|
||||
# We define this here to override the global one because we need eth1
|
||||
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 }}
|
||||
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
||||
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue