Alex Lourie has posted comments on this change.
Change subject: [WIP] packaging: Added postgres listening external network
......................................................................
Patch Set 6: (2 inline comments)
....................................................
File packaging/common_utils.py
Line 836:
Line 837: restartPostgres()
Line 838:
Line 839: def configureFirewall():
Line 840:
Fixed.
Line 841: if 'firewalld' in getFirewalls():
Line 842: configureFirewalld()
Line 843: else:
Line 844: configureIptables()
Line 1038: firewalls = ["None"]
Line 1039: iptables = Service("iptables")
Line 1040: fwd = Service("firewalld")
Line 1041:
Line 1042: # Add available services to list
Done
Line 1043: if fwd.available() and isFirewalldPermanentSupported():
Line 1044: firewalls.append("firewalld")
Line 1045: if iptables.available():
Line 1046: firewalls.append("iptables")
--
To view, visit http://gerrit.ovirt.org/15964
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibdd133a392fb3dba6088a9fb12ce4ca828f24073
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Yaniv Dary <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches