Add monitor.qa and taskotron-dev01.qa

This commit is contained in:
Kevin Fenzi 2014-05-23 18:10:08 +00:00
parent fe8ffbbb27
commit 83e93d6a10
4 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
# Define resources for this group of hosts here.
lvm_size: 30000
mem_size: 4096
num_cpus: 1
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
fas_client_groups: sysadmin-qa
# 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

View file

@ -0,0 +1,10 @@
---
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-20
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/20/Fedora/x86_64/os/
volgroup: /dev/Guests00
eth0_ip: 10.5.124.229
vmhost: virthost-comm01.qa.fedoraproject.org
datacenter: phx2

View file

@ -0,0 +1,20 @@
---
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-20
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/20/Fedora/x86_64/os/
volgroup: /dev/Guests00
eth0_ip: 10.5.124.142
vmhost: virthost-comm01.qa.fedoraproject.org
datacenter: phx2
# 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

View file

@ -449,8 +449,12 @@ tagger02.phx2.fedoraproject.org
tagger01.stg.phx2.fedoraproject.org
[taskotron]
taskotron-dev01.qa.fedoraproject.org
taskotron-stg01.qa.fedoraproject.org
[monitor]
monitor.qa.fedoraproject.org
[unbound]
unbound-ib01.fedoraproject.org
unbound-telia01.fedoraproject.org