Change in ovirt-engine[master]: engine : Add alternate engine FQDNs

Martin Peřina has submitted this change and it was merged. Change subject: engine : Add alternate engine FQDNs ...................................................................... engine : Add alternate engine FQDNs Add ability to configure alternate engine FQDNs that can be used to access engine. SSO_ALTERNATE_ENGINE_FQDNS config variable can be used to configure the alternate FQDNs. Engine can be accessed using alternate host names (or IP addresses) that can configured by adding a new configuration file /etc/ovirt-engine/engine.conf.d/99-fqdns.conf with following content: SSO_ALTERNATE_ENGINE_FQDNS="alias1.example.com alias2.example.com" The list of alternate names has to be listed separated by spaces. It's possible to also add IP addresses of engine host, but using IP addresses instead of DNS names is not considered to be a good practice. Change-Id: Idd8864e2fa308aa2530a209332fadcb94bdc944d Bug-Url: https://bugzilla.redhat.com/1325746 Signed-off-by: Ravi Nori <rnori@redhat.com> --- M backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/utils/SsoUtils.java M packaging/services/ovirt-engine/ovirt-engine.conf.in M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/sso.py 3 files changed, 9 insertions(+), 1 deletion(-) Approvals: Martin Peřina: Looks good to me, approved Ravi Nori: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/56428 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idd8864e2fa308aa2530a209332fadcb94bdc944d Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
mperina@redhat.com