Piotr Kliczewski 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(a)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/61845
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idd8864e2fa308aa2530a209332fadcb94bdc944d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.0
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski(a)gmail.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>