Expose port 6996 for gluster, for odcs.

This commit is contained in:
Ralph Bean 2017-09-18 17:58:53 +00:00
parent 6213b167d4
commit 216528c55e
4 changed files with 20 additions and 6 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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' ]

View file

@ -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' ]