Ofer Schreiber has submitted this change and it was merged. Change subject: packaging: enable ovirt installation on ports lower than 1024 ......................................................................
packaging: enable ovirt installation on ports lower than 1024 This patch enables ovirt to utilize default HTTP/S ports (80/443). - It uses httpd and mod_ssl to proxy the requests to the jboss service. - The default installation ports were changed to 80 & 443 - In case the httpd configuration files are changed we assume the httpd is in use, and ask the user whether we can override the httpd configuration files. - If the user does not permit to overrid the httpd configuration files we fall back the defaults to 8080 and 8443. Change-Id: I3307ed7aee556ebee6021a47c4b9c7e4583b42d3 --- M packaging/fedora/setup/basedefs.py M packaging/fedora/setup/common_utils.py M packaging/fedora/setup/engine-setup.py M packaging/fedora/setup/engine_validators.py M packaging/fedora/setup/output_messages.py A packaging/fedora/setup/ovirt_port80.py M packaging/fedora/spec/ovirt-engine.spec.in 7 files changed, 517 insertions(+), 29 deletions(-) Approvals: Barak Azulay: Verified Ofer Schreiber: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/2961 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3307ed7aee556ebee6021a47c4b9c7e4583b42d3 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Barak Azulay <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
