Add rabbitmq staging inventory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
6d0af710ff
commit
f8d0418939
5 changed files with 72 additions and 0 deletions
52
inventory/group_vars/rabbitmq-stg
Normal file
52
inventory/group_vars/rabbitmq-stg
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
---
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 10.5.128.254
|
||||||
|
dns: 10.5.126.21
|
||||||
|
|
||||||
|
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/
|
||||||
|
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
|
# Define resources for this group of hosts here.
|
||||||
|
lvm_size: 20000
|
||||||
|
mem_size: 1024
|
||||||
|
num_cpus: 2
|
||||||
|
|
||||||
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
|
tcp_ports: [
|
||||||
|
# https://www.rabbitmq.com/clustering.html#selinux-ports
|
||||||
|
# EPMD
|
||||||
|
4369,
|
||||||
|
# AMQP
|
||||||
|
5672,
|
||||||
|
5671,
|
||||||
|
# CLI tools
|
||||||
|
35672,
|
||||||
|
35673,
|
||||||
|
35674,
|
||||||
|
35675,
|
||||||
|
35676,
|
||||||
|
35677,
|
||||||
|
35678,
|
||||||
|
35679,
|
||||||
|
35680,
|
||||||
|
35681,
|
||||||
|
35682,
|
||||||
|
# HTTP API
|
||||||
|
#15672,
|
||||||
|
]
|
||||||
|
|
||||||
|
custom_rules: [
|
||||||
|
# Neeed for rsync from log01 for logs.
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||||
|
# Inter-node traffic
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.128.46 --dport 25672 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.128.47 --dport 25672 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.128.48 --dport 25672 -j ACCEPT',
|
||||||
|
]
|
||||||
|
|
||||||
|
fas_client_groups: sysadmin-main
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
eth0_ip: 10.5.128.46
|
||||||
|
vmhost: virthost01.stg.phx2.fedoraproject.org:
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
eth0_ip: 10.5.128.47
|
||||||
|
vmhost: virthost02.stg.phx2.fedoraproject.org:
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
eth0_ip: 10.5.128.48
|
||||||
|
vmhost: virthost03.stg.phx2.fedoraproject.org:
|
|
@ -20,6 +20,11 @@ arm03-packager01.cloud.fedoraproject.org
|
||||||
arm03-qa00.cloud.fedoraproject.org
|
arm03-qa00.cloud.fedoraproject.org
|
||||||
arm03-qa01.cloud.fedoraproject.org
|
arm03-qa01.cloud.fedoraproject.org
|
||||||
|
|
||||||
|
[rabbitmq-stg]
|
||||||
|
rabbitmq01.stg.phx2.fedoraproject.org
|
||||||
|
rabbitmq02.stg.phx2.fedoraproject.org
|
||||||
|
rabbitmq03.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
[releng-compose]
|
[releng-compose]
|
||||||
compose-x86-01.phx2.fedoraproject.org
|
compose-x86-01.phx2.fedoraproject.org
|
||||||
compose-x86-02.phx2.fedoraproject.org
|
compose-x86-02.phx2.fedoraproject.org
|
||||||
|
@ -807,6 +812,9 @@ pgbdr02.stg.phx2.fedoraproject.org
|
||||||
pkgs01.stg.phx2.fedoraproject.org
|
pkgs01.stg.phx2.fedoraproject.org
|
||||||
proxy01.stg.phx2.fedoraproject.org
|
proxy01.stg.phx2.fedoraproject.org
|
||||||
qa-stg01.qa.fedoraproject.org ansible_port=222
|
qa-stg01.qa.fedoraproject.org ansible_port=222
|
||||||
|
rabbitmq01.stg.phx2.fedoraproject.org
|
||||||
|
rabbitmq02.stg.phx2.fedoraproject.org
|
||||||
|
rabbitmq03.stg.phx2.fedoraproject.org
|
||||||
resultsdb-stg01.qa.fedoraproject.org
|
resultsdb-stg01.qa.fedoraproject.org
|
||||||
retrace02.qa.fedoraproject.org
|
retrace02.qa.fedoraproject.org
|
||||||
sign-bridge01.stg.phx2.fedoraproject.org
|
sign-bridge01.stg.phx2.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue