Add netmask and other info to prep for having ansible manage network config.
This commit is contained in:
parent
2ea6ee93d8
commit
8ecddf1cd2
75 changed files with 105 additions and 5 deletions
|
@ -34,6 +34,13 @@ mem_size: 2048
|
|||
num_cpus: 2
|
||||
lvm_size: 20000
|
||||
|
||||
# Default netmask. Almost all our phx2 nets are /24's with the
|
||||
# exception of 10.5.124.128/25. Almost all of our non phx2 sites are
|
||||
# less than a /24.
|
||||
eth0_nm: 255.255.255.0
|
||||
eth1_nm: 255.255.255.0
|
||||
br0_nm: 255.255.255.0
|
||||
br1_nm: 255.255.255.0
|
||||
#
|
||||
# The default virt-install works for rhel7 or fedora with 1 nic
|
||||
#
|
||||
|
|
|
@ -6,6 +6,7 @@ dns: 8.8.8.8
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 140.211.169.230
|
||||
eth0_nm: 255.2555.255.128
|
||||
ansible_ssh_host: anitya-backend01.fedoraproject.org
|
||||
fedmsg_fqdn: anitya-backend01.vpn.fedoraproject.org
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 140.211.169.229
|
||||
eth0_nm: 255.255.255.128
|
||||
ansible_ssh_host: anitya-frontend01.fedoraproject.org
|
||||
fedmsg_fqdn: anitya-frontend01.vpn.fedoraproject.org
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ dns: 10.5.126.21
|
|||
volgroup: /dev/VirtGuests
|
||||
|
||||
eth0_ip: 10.5.124.132
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
vmhost: virthost-comm03.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
|
|
@ -6,6 +6,7 @@ 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.124.141
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-comm04.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
|||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.124.228
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-comm04.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-02.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.225
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-03.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.201
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-04.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.235
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-02.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.226
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-03.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.142
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-04.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.133
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-02.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.227
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-03.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.216
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-04.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.223
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-02.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.233
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-03.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.224
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vmhost: ppc8-04.qa.fedoraproject.org
|
||||
eth0_ip: 10.5.124.242
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -2,3 +2,8 @@
|
|||
datacenter: coloamer
|
||||
virthost: true
|
||||
postfix_group: vpn
|
||||
br0_ip: 67.203.2.66
|
||||
br0_nm: 255.255.255.248
|
||||
has_ipv6: true
|
||||
br0_ipv6: 2607:f188::21e:c9ff:fe42:836d
|
||||
br0_ipv6_gw: 2607:f188::
|
||||
|
|
|
@ -6,6 +6,7 @@ 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/VirtGuests
|
||||
eth0_ip: 10.5.124.144
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-comm02.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
|
|
|
@ -5,3 +5,8 @@ nrpe_procs_warn: 900
|
|||
nrpe_procs_crit: 1000
|
||||
|
||||
postfix_group: vpn
|
||||
br0_ip: 67.219.144.66
|
||||
br0_nm: 255.255.255.248
|
||||
has_ipv6: yes
|
||||
br0_ipv6: 2604:1580:fe00:0:dead:beef:cafe:fe01
|
||||
br0_ipv6_gw: 2604:1580:fe00::1
|
||||
|
|
|
@ -6,6 +6,7 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_ibiblio04
|
||||
eth0_ip: 152.19.134.195
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: ibiblio04.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
freezes: false
|
|
@ -3,3 +3,8 @@ datacenter: host1plus
|
|||
virthost: true
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
br0_ip: 5.175.150.48
|
||||
br0_nm: 255.255.255.240
|
||||
has_ipv6: true
|
||||
br0_ipv6: 2a00:d1a0:1::130
|
||||
br0_ipv6_gw: 2a00:d1a0:1::1
|
||||
|
|
|
@ -9,6 +9,7 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 140.211.169.207
|
||||
eth0_gw: 255.255.255.128
|
||||
|
||||
vmhost: osuosl03.fedoraproject.org
|
||||
datacenter: osuosl
|
||||
|
|
|
@ -6,5 +6,6 @@ nm: 255.255.255.0
|
|||
gw: 152.19.134.129
|
||||
fas_client_groups: sysadmin-main
|
||||
dns: 8.8.8.8
|
||||
eth0_ip: 152.19.134.138
|
||||
br0_ip: 152.19.134.138
|
||||
br0_nm: 255.255.255.128
|
||||
freezes: true
|
||||
|
|
|
@ -5,3 +5,5 @@ datacenter: ibiblio
|
|||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
dns: 152.2.21.1
|
||||
br0_ip: 152.19.134.172
|
||||
br0_nm: 255.255.255.128
|
||||
|
|
|
@ -5,3 +5,5 @@ datacenter: ibiblio
|
|||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
dns: 152.2.21.1
|
||||
br0_ip: 152.19.134.136
|
||||
br0_nm: 255.255.255.128
|
||||
|
|
|
@ -5,3 +5,5 @@ datacenter: ibiblio
|
|||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
dns: 152.2.21.1
|
||||
br0_ip: 152.19.134.137
|
||||
br0_nm: 255.255.255.128
|
||||
|
|
|
@ -6,6 +6,7 @@ dns: 8.8.8.8
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 140.211.169.231
|
||||
eth0_nm: 255.255.255.128
|
||||
ansible_ssh_host: infinote.fedoraproject.org
|
||||
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 140.211.169.202
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: osuosl03.fedoraproject.org
|
||||
datacenter: osuosl
|
||||
|
|
|
@ -6,5 +6,8 @@ ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_virthost
|
||||
eth0_ip: 67.219.144.67
|
||||
has_ipv6: yes
|
||||
eth0_ipv6: 2604:1580:fe00:0:5054:ff:fe3d:2b37
|
||||
eth0_ipv6_gw: 2604:1580:fe00::1
|
||||
vmhost: dedicatedsolutions01.fedoraproject.org
|
||||
datacenter: dedicatedsolutions
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_virthost
|
||||
eth0_ip: 5.175.150.49
|
||||
eth0_nm: 255.255.255.240
|
||||
vmhost: host1plus01.fedoraproject.org
|
||||
datacenter: host1plus
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_ibiblio04
|
||||
eth0_ip: 152.19.134.194
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: ibiblio04.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 152.19.134.197
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: ibiblio05.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_server
|
||||
eth0_ip: 140.211.169.228
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: osuosl02.fedoraproject.org
|
||||
datacenter: osuosl
|
||||
|
|
|
@ -6,6 +6,7 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_ibiblio04
|
||||
eth0_ip: 152.19.134.192
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: ibiblio04.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -6,6 +6,7 @@ dns: 8.8.8.8
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 152.19.134.139
|
||||
eth0_nm: 255.255.255.128
|
||||
ansible_ssh_host: ns02.fedoraproject.org
|
||||
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -6,6 +6,7 @@ dns: 62.116.130.3
|
|||
volgroup: /dev/VolGuests00
|
||||
|
||||
eth0_ip: 85.236.55.10
|
||||
eth0_nm: 255.255.255.240
|
||||
ansible_ssh_host: ns05.fedoraproject.org
|
||||
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -3,3 +3,5 @@ datacenter: osuosl
|
|||
virthost: true
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
br0_ip: 140.211.169.194
|
||||
br0_nm: 255.255.255.128
|
||||
|
|
|
@ -3,3 +3,5 @@ datacenter: osuosl
|
|||
virthost: true
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
br0_ip: 140.211.169.195
|
||||
br0_nm: 140.211.169.194
|
||||
|
|
|
@ -3,3 +3,5 @@ datacenter: osuosl
|
|||
virthost: true
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
br0_ip: 140.211.169.200
|
||||
br0_nm: 140.211.169.195
|
||||
|
|
|
@ -9,6 +9,7 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
|||
volgroup: /dev/vg_server
|
||||
|
||||
eth0_ip: 140.211.169.203
|
||||
eth0_ip: 255.255.255.128
|
||||
ansible_ssh_host: pagure-stg01.fedoraproject.org
|
||||
|
||||
vmhost: osuosl02.fedoraproject.org
|
||||
|
|
|
@ -9,6 +9,7 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
|||
volgroup: /dev/vg_server
|
||||
|
||||
eth0_ip: 140.211.169.204
|
||||
eth0_nm: 255.255.255.128
|
||||
ansible_ssh_host: pagure.fedoraproject.org
|
||||
|
||||
vmhost: osuosl02.fedoraproject.org
|
||||
|
|
|
@ -7,6 +7,7 @@ gw: 152.19.134.129
|
|||
dns: 8.8.8.8
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 152.19.134.196
|
||||
eth0_nm: 255.255.255.128
|
||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-people
|
||||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -11,6 +11,7 @@ vmhost: internetx01.fedoraproject.org
|
|||
volgroup: /dev/VolGuests00
|
||||
|
||||
eth0_ip: 85.236.55.6
|
||||
eth0_nm: 255.255.255.240
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: internetx
|
||||
|
|
|
@ -10,6 +10,7 @@ vmhost: tummy01.fedoraproject.org
|
|||
volgroup: /dev/vg_host
|
||||
|
||||
eth0_ip: 66.35.62.162
|
||||
eth0_nm: 255.255.255.240
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: tummy
|
||||
|
|
|
@ -10,6 +10,7 @@ vmhost: ibiblio02.fedoraproject.org
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 152.19.134.142
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: ibiblio
|
||||
|
|
|
@ -11,6 +11,7 @@ vmhost: host1plus01.fedoraproject.org
|
|||
volgroup: /dev/vg_virthost
|
||||
|
||||
eth0_ip: 5.175.150.50
|
||||
eth0_nm: 255.255.255.240
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: host1plus
|
||||
|
|
|
@ -10,6 +10,7 @@ vmhost: osuosl01.fedoraproject.org
|
|||
volgroup: /dev/vg_Server
|
||||
|
||||
eth0_ip: 140.211.169.196
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: osuosl
|
||||
|
|
|
@ -5,6 +5,7 @@ dns: 217.112.87.147
|
|||
|
||||
volgroup: /dev/Guests00
|
||||
eth0_ip: 213.175.193.206
|
||||
eth0_nm: 255.255.255.192
|
||||
vmhost: bodhost01.fedoraproject.org
|
||||
datacenter: bodhost
|
||||
|
||||
|
|
|
@ -6,6 +6,10 @@ ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_Server
|
||||
eth0_ip: 67.203.2.67
|
||||
eth0_nm: 255.255.255.248
|
||||
has_ipv6: true
|
||||
eth0_ipv6: 2607:f188::dead:beef:cafe:fed1
|
||||
eth0_ipv6_gw: 2607:f188::1
|
||||
vmhost: coloamer01.fedoraproject.org
|
||||
datacenter: coloamer
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ vmhost: osuosl02.fedoraproject.org
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 140.211.169.206
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: osuosl
|
||||
|
|
|
@ -11,6 +11,7 @@ vmhost: dedicatedsolutions01.fedoraproject.org
|
|||
volgroup: /dev/vg_virthost
|
||||
|
||||
eth0_ip: 67.219.144.68
|
||||
eth0_nm: 255.255.255.240
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: dedicatedsolutions
|
||||
|
|
|
@ -10,6 +10,7 @@ vmhost: ibiblio05.fedoraproject.org
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 152.19.134.198
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: ibiblio
|
||||
|
|
|
@ -6,6 +6,7 @@ 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/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.124.230
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-comm04.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
|
|
|
@ -6,6 +6,7 @@ datacenter: phx2
|
|||
|
||||
# hardware and setup information
|
||||
eth0_ip: 10.5.124.152
|
||||
eth0_nm: 255.255.255.128
|
||||
eth0_mac: 00:21:5e:c6:cc:9c
|
||||
eth_interface: eth0
|
||||
volgroup: vmstore
|
||||
|
|
|
@ -5,6 +5,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
|||
|
||||
# hardware and setup information
|
||||
eth0_ip: 10.5.124.154
|
||||
eth0_nm: 255.255.255.128
|
||||
eth0_mac: 00:21:5e:c7:2a:1c
|
||||
eth_interface: eth0
|
||||
volgroup: vmstore
|
||||
|
|
|
@ -6,6 +6,7 @@ datacenter: phx2
|
|||
|
||||
# hardware and setup information
|
||||
eth0_ip: 10.5.124.158
|
||||
eth0_nm: 255.255.255.128
|
||||
eth0_mac: e4:1f:13:e5:46:80
|
||||
eth_interface: eth0
|
||||
volgroup: vmstore
|
||||
|
|
|
@ -6,6 +6,7 @@ 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/
|
||||
volgroup: /dev/VirtGuests
|
||||
eth0_ip: 10.5.124.180
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-comm03.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ nm: 255.255.255.0
|
|||
gw: 10.5.124.254
|
||||
dns: 10.5.126.21
|
||||
eth0_ip: 10.5.124.205
|
||||
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
############################################################
|
||||
# install
|
||||
|
|
|
@ -7,7 +7,7 @@ nm: 255.255.255.0
|
|||
gw: 10.5.124.254
|
||||
dns: 10.5.126.21
|
||||
eth0_ip: 10.5.124.147
|
||||
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
############################################################
|
||||
# install
|
||||
|
|
|
@ -7,6 +7,7 @@ nm: 255.255.255.0
|
|||
gw: 10.5.124.254
|
||||
dns: 10.5.126.21
|
||||
eth0_ip: 10.5.124.207
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
############################################################
|
||||
# install
|
||||
|
|
|
@ -6,6 +6,7 @@ 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.124.191
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-s390.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -10,3 +10,4 @@ vmhost: virthost-comm03.qa.fedoraproject.org
|
|||
datacenter: phx2
|
||||
|
||||
eth0_ip: 10.5.124.145
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -10,3 +10,4 @@ vmhost: virthost-comm04.qa.fedoraproject.org
|
|||
datacenter: phx2
|
||||
|
||||
eth0_ip: 10.5.124.146
|
||||
eth0_nm: 255.255.255.128
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_coloamer01
|
||||
eth0_ip: 67.203.2.69
|
||||
eth0_nm: 255.255.255.240
|
||||
vmhost: coloamer01.fedoraproject.org
|
||||
datacenter: coloamer
|
||||
|
|
|
@ -4,6 +4,7 @@ gw: 152.19.134.129
|
|||
dns: 152.2.21.1 152.2.253.100
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 152.19.134.143
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: ibiblio03.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 140.211.169.205
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: osuosl02.fedoraproject.org
|
||||
datacenter: osuosl
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_host
|
||||
eth0_ip: 66.35.62.164
|
||||
eth0_nm: 255.255.255.248
|
||||
vmhost: tummy01.fedoraproject.org
|
||||
datacenter: tummy
|
||||
|
|
|
@ -6,6 +6,7 @@ dns: 8.8.8.8
|
|||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 152.19.134.141
|
||||
eth0_nm: 255.255.255.128
|
||||
ansible_ssh_host: torrent01.fedoraproject.org
|
||||
|
||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
||||
|
|
|
@ -6,3 +6,5 @@ nm: 255.255.255.240
|
|||
gw: 66.35.62.174
|
||||
dns: 198.49.126.1
|
||||
postfix_group: vpn
|
||||
br0_ip: 66.35.62.161
|
||||
br0_nm: 255.255.255.248
|
||||
|
|
|
@ -6,6 +6,7 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_ibiblio04
|
||||
eth0_ip: 152.19.134.150
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: ibiblio04.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -6,6 +6,7 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 140.211.169.201
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: osuosl03.fedoraproject.org
|
||||
datacenter: osuosl
|
||||
postfix_group: vpn
|
||||
|
|
|
@ -6,5 +6,6 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_host
|
||||
eth0_ip: 66.35.62.163
|
||||
eth0_nm: 255.255.255.248
|
||||
vmhost: tummy01.fedoraproject.org
|
||||
datacenter: tummy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue