Juan Hernandez has submitted this change and it was merged. Change subject: packaging: setup: enforcing Apache proxy on new install ......................................................................
packaging: setup: enforcing Apache proxy on new install Always override Apache configuration for enabling Apache proxy on new install. Dropped any check on freeipa-server and ipaserver packages in engine-setup code. Added conflicts with freeipa-server and ipa-server in spec file for both ovirt-engine and ovirt-engine-setup. Upgrading or installing with IPA on the system will not be allowed by yum / rpm. Removed duplicated constant EXEC_SEMANAGE. Apache http and https ports are not changed anymore, preserving existing configuration. Removed ports validation since we're not touching them. Removed check on Apache config changes made by user. Align legacy installer to engine-setup-2 behavior in non developer mode for Apache configuration. Change-Id: Iedce53634b3d20867fbb6b07efd82ea8bebed5e7 Bug-Url: https://bugzilla.redhat.com/905754 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine.spec.in 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 6 files changed, 45 insertions(+), 297 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15038 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iedce53634b3d20867fbb6b07efd82ea8bebed5e7 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
