Add tang0{1,2} to inventory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0f6a18c0be
commit
2458444a10
4 changed files with 34 additions and 0 deletions
22
inventory/group_vars/tang
Normal file
22
inventory/group_vars/tang
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 10.5.128.254
|
||||||
|
dns: 10.5.126.21
|
||||||
|
|
||||||
|
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-28
|
||||||
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/28/Server/x86_64/os/
|
||||||
|
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
|
# Define resources for this group of hosts here.
|
||||||
|
lvm_size: 20000
|
||||||
|
mem_size: 4096
|
||||||
|
num_cpus: 2
|
||||||
|
|
||||||
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
|
tcp_ports: [
|
||||||
|
]
|
||||||
|
|
||||||
|
fas_client_groups: sysadmin-main
|
4
inventory/host_vars/tang01.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/tang01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
eth0_ip: 10.5.126.2
|
||||||
|
vmhost: virthost12.stg.phx2.fedoraproject.org
|
4
inventory/host_vars/tang02.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/tang02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
eth0_ip: 10.5.126.3
|
||||||
|
vmhost: virthost14.stg.phx2.fedoraproject.org
|
|
@ -554,6 +554,10 @@ qa12.qa.fedoraproject.org
|
||||||
qa13.qa.fedoraproject.org
|
qa13.qa.fedoraproject.org
|
||||||
qa14.qa.fedoraproject.org
|
qa14.qa.fedoraproject.org
|
||||||
|
|
||||||
|
[tang]
|
||||||
|
tang01.phx2.fedoraproject.org
|
||||||
|
tang02.phx2.fedoraproject.org
|
||||||
|
|
||||||
[torrent]
|
[torrent]
|
||||||
torrent02.fedoraproject.org
|
torrent02.fedoraproject.org
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue