summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--inventory/group_vars/odcs-backend8
-rw-r--r--inventory/group_vars/odcs-backend-stg8
-rw-r--r--inventory/group_vars/odcs-frontend5
-rw-r--r--inventory/group_vars/odcs-frontend-stg5
4 files changed, 20 insertions, 6 deletions
diff --git a/inventory/group_vars/odcs-backend b/inventory/group_vars/odcs-backend
index 6b2cb855f..b0c245113 100644
--- a/inventory/group_vars/odcs-backend
+++ b/inventory/group_vars/odcs-backend
@@ -6,8 +6,12 @@ num_cpus: 2
# Set this to True for the F28 release and onwards.
freezes: false
-tcp_ports: [ 3000, 3001, 3002, 3003,
- 3004, 3005, 3006, 3007 ]
+tcp_ports: [
+ 3000, 3001, 3002, 3003,
+ 3004, 3005, 3006, 3007,
+ # This port is required by gluster
+ 6996,
+]
# These people get told when something goes wrong.
fedmsg_error_recipients:
diff --git a/inventory/group_vars/odcs-backend-stg b/inventory/group_vars/odcs-backend-stg
index c4bfc4bb0..67c48811d 100644
--- a/inventory/group_vars/odcs-backend-stg
+++ b/inventory/group_vars/odcs-backend-stg
@@ -6,8 +6,12 @@ num_cpus: 2
# Set this to True for the F28 release and onwards.
freezes: false
-tcp_ports: [ 3000, 3001, 3002, 3003,
- 3004, 3005, 3006, 3007 ]
+tcp_ports: [
+ 3000, 3001, 3002, 3003,
+ 3004, 3005, 3006, 3007,
+ # This port is required by gluster
+ 6996,
+]
# These people get told when something goes wrong.
fedmsg_error_recipients:
diff --git a/inventory/group_vars/odcs-frontend b/inventory/group_vars/odcs-frontend
index fb2dba96b..888513690 100644
--- a/inventory/group_vars/odcs-frontend
+++ b/inventory/group_vars/odcs-frontend
@@ -14,7 +14,10 @@ wsgi_fedmsg_service: odcs
wsgi_procs: 2
wsgi_threads: 2
-tcp_ports: [ 80 ]
+tcp_ports: [ 80,
+ # This port is required by gluster
+ 6996,
+]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-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' ]
diff --git a/inventory/group_vars/odcs-frontend-stg b/inventory/group_vars/odcs-frontend-stg
index fb2dba96b..888513690 100644
--- a/inventory/group_vars/odcs-frontend-stg
+++ b/inventory/group_vars/odcs-frontend-stg
@@ -14,7 +14,10 @@ wsgi_fedmsg_service: odcs
wsgi_procs: 2
wsgi_threads: 2
-tcp_ports: [ 80 ]
+tcp_ports: [ 80,
+ # This port is required by gluster
+ 6996,
+]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-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' ]