Add retrace01.stg and faf01.stg (ticket 5204)
This commit is contained in:
parent
964031179a
commit
99ec01b6ac
4 changed files with 38 additions and 1 deletions
14
inventory/host_vars/faf01.stg.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/faf01.stg.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.199
|
||||
vmhost: virthost20.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
mem_size: 4096
|
||||
max_mem_size: 16384
|
||||
num_cpus: 2
|
14
inventory/host_vars/retrace01.stg.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/retrace01.stg.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.198
|
||||
vmhost: virthost20.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
mem_size: 4096
|
||||
max_mem_size: 16384
|
||||
num_cpus: 2
|
|
@ -42,6 +42,12 @@ arm01-retrace01.arm.fedoraproject.org
|
|||
retrace01.qa.fedoraproject.org
|
||||
retrace02.qa.fedoraproject.org
|
||||
|
||||
[retrace-stg]
|
||||
retrace01.stg.phx2.fedoraproject.org
|
||||
|
||||
[faf-stg]
|
||||
faf01.stg.phx2.fedoraproject.org
|
||||
|
||||
[ask]
|
||||
ask01.phx2.fedoraproject.org
|
||||
ask02.phx2.fedoraproject.org
|
||||
|
@ -602,6 +608,7 @@ db01.stg.phx2.fedoraproject.org
|
|||
db03.stg.phx2.fedoraproject.org
|
||||
db-fas01.stg.phx2.fedoraproject.org
|
||||
elections01.stg.phx2.fedoraproject.org
|
||||
faf01.stg.phx2.fedoraproject.org
|
||||
fas01.stg.phx2.fedoraproject.org
|
||||
fedimg01.stg.phx2.fedoraproject.org
|
||||
fedocal01.stg.phx2.fedoraproject.org
|
||||
|
@ -630,6 +637,7 @@ pkgs01.stg.phx2.fedoraproject.org
|
|||
proxy01.stg.phx2.fedoraproject.org
|
||||
qa-stg01.qa.fedoraproject.org:222
|
||||
resultsdb-stg01.qa.fedoraproject.org
|
||||
retrace01.stg.phx2.fedoraproject.org
|
||||
statscache-web01.stg.phx2.fedoraproject.org
|
||||
statscache-web02.stg.phx2.fedoraproject.org
|
||||
statscache-backend01.stg.phx2.fedoraproject.org
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=faf-stg:retrace-stg"
|
||||
|
||||
- name: Setup retrace hosts
|
||||
hosts: retrace
|
||||
hosts: retrace:faf-stg:retrace-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue