rabbitmq / staging: just make gw match prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ba254fc43a
commit
953ba61979
4 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,6 @@ custom_rules: [
|
|||
# Inter-node traffic
|
||||
'-A INPUT -p tcp -m tcp -s 10.3.166.78 --dport 25672 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.166.79 --dport 25672 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.166.80 --dport 25672 -j ACCEPT']
|
||||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
ipa_host_group: rabbitmq
|
||||
ipa_host_group_desc: RabbitMQ service
|
||||
ipa_shell_groups:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.78
|
||||
vmhost: vmhost-x86-03.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.79
|
||||
vmhost: vmhost-x86-04.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.80
|
||||
vmhost: vmhost-x86-05.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue