rdu-cc: Turns out the network there is a /24 not a /23
We only noticed this because we can't get to resources in the other /24 subnet from ours. :) All the other rdu-cc hosts are fine, just these need adjusting. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ef8456c46d
commit
908fb48c17
11 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
vmhost: vmhost-a64-cc01.rdu-cc.fedoraproject.org
|
||||
eth0_ip: 8.43.85.52
|
||||
nm: 255.255.254.0
|
||||
nm: 255.255.255.0
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
vmhost: vmhost-a64-cc01.rdu-cc.fedoraproject.org
|
||||
eth0_ip: 8.43.85.53
|
||||
nm: 255.255.254.0
|
||||
nm: 255.255.255.0
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
|
||||
|
|
|
@ -5,7 +5,7 @@ datacenter: cloud
|
|||
dns: 8.8.8.8
|
||||
eth0_ip: 38.145.48.10
|
||||
gw: 38.145.49.254
|
||||
nm: 255.255.254.0
|
||||
nm: 255.255.255.0
|
||||
eth1_ip: 172.23.1.1
|
||||
freezes: false
|
||||
resolvconf: "{{ files }}/resolv.conf/cloud-noc01.fedorainfracloud.org"
|
||||
|
|
|
@ -15,7 +15,7 @@ gw: 8.43.85.254
|
|||
dns: 8.8.8.8
|
||||
|
||||
eth0_ip: 8.43.85.62
|
||||
eth0_nm: 255.255.254.0
|
||||
eth0_nm: 255.255.255.0
|
||||
eth2_ip: 172.23.5.25
|
||||
eth2_nm: 255.255.255.0
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.55
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
br1_ipv4: 172.23.5.101
|
||||
br1_ipv4_nm: 24
|
||||
|
|
|
@ -13,7 +13,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.84
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
br1_ipv4: 172.23.1.1
|
||||
br1_ipv4_nm: 24
|
||||
|
|
|
@ -13,7 +13,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.85
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
br1_ipv4: 172.23.1.2
|
||||
br1_ipv4_nm: 24
|
||||
|
|
|
@ -6,7 +6,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.57
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
|
||||
has_ipv6: yes
|
||||
|
|
|
@ -6,7 +6,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.58
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
|
||||
has_ipv6: yes
|
||||
|
|
|
@ -6,7 +6,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.59
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
|
||||
has_ipv6: yes
|
||||
|
|
|
@ -6,7 +6,7 @@ dns: 8.8.8.8
|
|||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.60
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
|
||||
has_ipv6: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue