odcs had tcp_ports defined twice so ports for gluster were not used

This commit is contained in:
Stephen Smoogen 2018-06-21 19:43:17 +00:00
parent db4763e80a
commit a7e55f8536
2 changed files with 0 additions and 10 deletions

View file

@ -28,11 +28,6 @@ virt_install_command: "{{ virt_install_command_two_nic }}"
# NOTE -- read-only mount of /mnt/fedora_koji here.
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
tcp_ports: [
# 8 ports for fedmsg.
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
]
# 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

@ -30,11 +30,6 @@ virt_install_command: "{{ virt_install_command_two_nic }}"
# NOTE -- read-only mount of /mnt/fedora_koji here.
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
tcp_ports: [
# 8 ports for fedmsg.
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
]
# 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' ]