add datacenter fact in all the places it makes sense
This commit is contained in:
parent
f06932c542
commit
21637b00fa
6 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
freezes: true
|
freezes: true
|
||||||
|
# most of our systems are in phx2
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
# example of ports for default iptables
|
# example of ports for default iptables
|
||||||
# tcp_ports: [ 22, 80, 443 ]
|
# tcp_ports: [ 22, 80, 443 ]
|
||||||
# udp_ports: [ 110, 1024, 2049 ]
|
# udp_ports: [ 110, 1024, 2049 ]
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
freezes: false
|
freezes: false
|
||||||
|
datacenter: cloud
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
freezes: false
|
freezes: false
|
||||||
|
datacenter: internetx
|
||||||
|
|
|
@ -7,4 +7,4 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/
|
||||||
volgroup: /dev/VolGroup00
|
volgroup: /dev/VolGroup00
|
||||||
eth0_ip: 140.211.169.228
|
eth0_ip: 140.211.169.228
|
||||||
vmhost: osuosl01.fedoraproject.org
|
vmhost: osuosl01.fedoraproject.org
|
||||||
|
datacenter: osuosl
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
freezes: false
|
freezes: false
|
||||||
|
datacenter: ibiblio
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
freezes: false
|
freezes: false
|
||||||
|
datacenter: ibiblio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue