well why does this work everywhere else?
This commit is contained in:
parent
682a04b292
commit
5948aab0be
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ mem_size: 8192
|
|||
num_cpus: 4
|
||||
|
||||
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||
--disk {{ volgroup }}/{{ inventory_hostname }}
|
||||
--disk {{ volgroup }}/download-store
|
||||
--disk {{ volgroup }}/{{ inventory_hostname }} --disk {{ volgroup }}/download-store
|
||||
--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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue