From 216528c55ec49c14aa7cf9d10336283d0074e487 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 18 Sep 2017 17:58:53 +0000 Subject: [PATCH] Expose port 6996 for gluster, for odcs. --- inventory/group_vars/odcs-backend | 8 ++++++-- inventory/group_vars/odcs-backend-stg | 8 ++++++-- inventory/group_vars/odcs-frontend | 5 ++++- inventory/group_vars/odcs-frontend-stg | 5 ++++- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/inventory/group_vars/odcs-backend b/inventory/group_vars/odcs-backend index 6b2cb855f4..b0c2451136 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 c4bfc4bb08..67c48811d2 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 fb2dba96b9..8885136908 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 fb2dba96b9..8885136908 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' ]