moving qadevel from virthost01 to virthost03

This commit is contained in:
Tim Flink 2015-05-05 19:33:31 +00:00
parent e6f8efe736
commit db246deed5

View file

@ -4,16 +4,16 @@ gw: 10.5.124.254
dns: 10.5.126.21 dns: 10.5.126.21
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-20 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-20
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/20/Fedora/x86_64/os/
volgroup: /dev/Guests00 volgroup: /dev/VirtGuests
eth0_ip: 10.5.124.180 eth0_ip: 10.5.124.180
vmhost: virthost-comm01.qa.fedoraproject.org vmhost: virthost-comm03.qa.fedoraproject.org
datacenter: phx2 datacenter: phx2
fas_client_groups: sysadmin-qa,sysadmin-main fas_client_groups: sysadmin-qa,sysadmin-main
# default virt install command is for a single nic-device # default virt install command is for a single nic-device
# define in another group file for more nics (see buildvm) # define in another group file for more nics (see buildvm)
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} virt_install_command: /usr/bin/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
"ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }} "ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}