fixing missing data from qadevel host vars
This commit is contained in:
parent
e2f60001d3
commit
a0df241c85
1 changed files with 18 additions and 0 deletions
|
@ -8,3 +8,21 @@ volgroup: /dev/Guests00
|
|||
eth0_ip: 10.5.124.180
|
||||
vmhost: virthost-comm01.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
|
||||
# default virt install command is for a single nic-device
|
||||
# define in another group file for more nics (see buildvm)
|
||||
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
||||
"ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
|
||||
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
||||
hostname={{ inventory_hostname }}"
|
||||
--network=bridge=br0 --autostart --noautoconsole
|
||||
|
||||
public_hostname: qadevel.qa.fedoraproject.org
|
||||
buildmaster: 10.5.124.180
|
||||
|
||||
buildslaves:
|
||||
- qadevel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue