Expose port 6996 for gluster, for odcs.
This commit is contained in:
parent
6213b167d4
commit
216528c55e
4 changed files with 20 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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' ]
|
||||
|
|
|
@ -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' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue