Add bridge01.opendev.org to inventory
This just adds the host to the inventory and cacti/graphite; it is not used yet. Depends-On: https://review.opendev.org/c/opendev/zone-opendev.org/+/862543 Change-Id: Ied7208b300da4488c4ffb5e5c4003842cc22121d
This commit is contained in:
parent
5fd1d16dcc
commit
740656835d
@ -12,6 +12,7 @@ cacti_hosts:
|
||||
- backup01.ord.rax.opendev.org
|
||||
- backup02.ca-ymq-1.vexxhost.opendev.org
|
||||
- bridge.openstack.org
|
||||
- bridge01.opendev.org
|
||||
- cacti.openstack.org
|
||||
- eavesdrop01.opendev.org
|
||||
- etherpad01.opendev.org
|
||||
|
@ -70,6 +70,13 @@ all:
|
||||
region_name: DFW
|
||||
public_v4: 23.253.234.219
|
||||
public_v6: 2001:4800:7817:103:be76:4eff:fe04:5a1d
|
||||
bridge01.opendev.org:
|
||||
ansible_host: 104.130.253.34
|
||||
location:
|
||||
cloud: openstackci-rax
|
||||
region_name: DFW
|
||||
public_v4: 104.130.253.34
|
||||
public_v6: 2001:4800:7818:103:be76:4eff:fe04:48c1
|
||||
cacti02.openstack.org:
|
||||
ansible_host: 172.99.116.215
|
||||
location:
|
||||
|
@ -2,6 +2,9 @@ iptables_extra_allowed_hosts:
|
||||
- hostname: bridge.openstack.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
- hostname: bridge01.opendev.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
- hostname: opendev.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
|
Loading…
x
Reference in New Issue
Block a user