ansible/inventory/host_vars/qa-stg01.qa.fedoraproject.org

31 lines
1.2 KiB
Org Mode
Raw Normal View History

2014-05-23 16:48:59 +00:00
---
nm: 255.255.255.0
gw: 10.5.124.254
dns: 10.5.126.21
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
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
# 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
mariadb_root_password: "{{ qa_stg_mariadb_root_password }}"
public_hostname: qa.stg.fedoraproject.org
buildmaster: 10.5.124.230
2014-08-13 11:47:41 +00:00
buildslaves:
- qa-stg01