Drop path here.
This commit is contained in:
parent
9501ae984e
commit
f1c3086456
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ volgroup: /dev/vg_virthost16
|
||||||
lvm_size: 150000
|
lvm_size: 150000
|
||||||
mem_size: 10240
|
mem_size: 10240
|
||||||
num_cpus: 4
|
num_cpus: 4
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-20
|
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-21
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/20/Fedora/x86_64/os/
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/21/Server/x86_64/os/
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.126.254
|
gw: 10.5.126.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