ok. This might work for sb installs.
This commit is contained in:
parent
f784401d10
commit
c6ef1dcc1f
1 changed files with 12 additions and 2 deletions
|
@ -2,9 +2,19 @@
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 192.168.122.1
|
gw: 192.168.122.1
|
||||||
dns: 66.135.45.92
|
dns: 66.135.45.92
|
||||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-6
|
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6
|
||||||
ks_repo: http://209.132.181.6/repo/rhel/RHEL6-x86_64/
|
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/
|
||||||
volgroup: /dev/vg_host
|
volgroup: /dev/vg_host
|
||||||
eth0_ip: 192.168.122.2
|
eth0_ip: 192.168.122.2
|
||||||
vmhost: serverbeach10.fedoraproject.org
|
vmhost: serverbeach10.fedoraproject.org
|
||||||
datacenter: serverbeach
|
datacenter: serverbeach
|
||||||
|
|
||||||
|
# This uses a different virt-install due to wacky serverbeach network/setup
|
||||||
|
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||||
|
--disk {{ volgroup }}/{{ inventory_hostname }}
|
||||||
|
--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
|
||||||
|
hostname={{ inventory_hostname }}"
|
||||||
|
--autostart --noautoconsole
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue