adding qa08.qa as a beaker virthost
This commit is contained in:
parent
a878dc0891
commit
be19e8157a
2 changed files with 36 additions and 0 deletions
35
inventory/host_vars/qa08.qa.fedoraproject.org
Normal file
35
inventory/host_vars/qa08.qa.fedoraproject.org
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
freezes: false
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
datacenter: phx2
|
||||
|
||||
# hardware and setup information
|
||||
eth0_ip: 10.5.124.158
|
||||
eth0_mac: e4:1f:13:e5:46:80
|
||||
eth_interface: eth0
|
||||
volgroup: vmstore
|
||||
|
||||
# beaker clients hosted on this machine
|
||||
clients:
|
||||
- hostname: virt15.qa.fedoraproject.org
|
||||
macaddress: "52:54:00:a2:de:30"
|
||||
memsize: 4096
|
||||
num_cpus: 2
|
||||
lvm_size: 20G
|
||||
- hostname: virt16.qa.fedoraproject.org
|
||||
macaddress: "52:54:00:f2:cc:2a"
|
||||
memsize: 4096
|
||||
num_cpus: 2
|
||||
lvm_size: 20G
|
||||
- hostname: virt17.qa.fedoraproject.org
|
||||
macaddress: "52:54:00:58:9b:0e"
|
||||
memsize: 4096
|
||||
num_cpus: 2
|
||||
lvm_size: 20G
|
||||
- hostname: virt18.qa.fedoraproject.org
|
||||
macaddress: "52:54:00:22:3b:07"
|
||||
memsize: 4096
|
||||
num_cpus: 2
|
||||
lvm_size: 20G
|
||||
|
|
@ -9,6 +9,7 @@ beaker01.qa.fedoraproject.org
|
|||
|
||||
[beaker-virthosts]
|
||||
qa02.qa.fedoraproject.org
|
||||
qa08.qa.fedoraproject.org
|
||||
|
||||
[qadevel]
|
||||
qadevel.qa.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue