2014-05-23 16:48:59 +00:00
|
|
|
---
|
|
|
|
nm: 255.255.255.0
|
|
|
|
gw: 10.5.124.254
|
2015-06-10 16:43:54 +00:00
|
|
|
dns: 10.5.126.21
|
2015-11-23 18:55:50 +00:00
|
|
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-23
|
|
|
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os/
|
2015-05-08 20:04:17 +00:00
|
|
|
volgroup: /dev/vg_guests
|
2015-01-30 21:01:11 +00:00
|
|
|
eth0_ip: 10.5.124.230
|
2015-05-08 20:04:17 +00:00
|
|
|
vmhost: virthost-comm04.qa.fedoraproject.org
|
2014-05-23 16:48:59 +00:00
|
|
|
datacenter: phx2
|
2014-08-13 11:47:41 +00:00
|
|
|
fas_client_groups: sysadmin-qa,sysadmin-main
|
|
|
|
|
2015-11-23 19:45:03 +00:00
|
|
|
# default virt install command is for a single nic-device
|
|
|
|
# define in another group file for more nics (see buildvm)
|
|
|
|
virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
|
|
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
|
|
|
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
|
|
|
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
|
|
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
|
|
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
|
|
|
net.ifnames=0"
|
|
|
|
--network=bridge=br0,model=virtio --autostart --noautoconsole
|
2014-08-13 11:47:41 +00:00
|
|
|
|
2015-07-17 22:30:08 +00:00
|
|
|
mariadb_root_password: "{{ qa_stg_mariadb_root_password }}"
|
2015-05-13 18:05:46 +00:00
|
|
|
|
2015-07-17 21:25:00 +00:00
|
|
|
public_hostname: qa.stg.fedoraproject.org
|
2015-01-31 00:33:13 +00:00
|
|
|
buildmaster: 10.5.124.230
|
2014-08-13 11:47:41 +00:00
|
|
|
|
|
|
|
buildslaves:
|
2015-07-21 18:07:26 +00:00
|
|
|
- qa-stg01
|