Skip to content

Commit

Permalink
packaging: fix for keycloak httpd conf.d restore
Browse files Browse the repository at this point in the history
This patch includes keycloak related httpd configuration files in backup
paths so that, after restoring from the backup, these files were available
without the need to regenerate them.
Additionally grafana httpd proxy configuration has been added as well
for the same reason.
  • Loading branch information
arso committed Jun 1, 2022
1 parent f12dd12 commit 62e3cd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packaging/bin/engine-backup.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cinderlib_enabled() {
}

keycloak_enabled() {
engine_setup_service_enabled "OVESETUP_KEYCLOAK_CORE/enable"
engine_setup_service_enabled "OVESETUP_CONFIG/keycloakEnable"
}

grafana_enabled() {
Expand All @@ -159,9 +159,12 @@ BACKUP_PATHS="/etc/ovirt-engine
/etc/pki/ovirt-engine
/etc/pki/ovirt-vmconsole
/etc/ovirt-engine-setup.conf.d
/etc/httpd/conf.d/internalsso-openidc.conf
/etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf
/etc/httpd/conf.d/ovirt-engine-root-redirect.conf
/etc/httpd/conf.d/ssl.conf
/etc/httpd/conf.d/z-ovirt-engine-proxy.conf
/etc/httpd/conf.d/z-ovirt-engine-keycloak-proxy.conf
/etc/httpd/http.keytab
/etc/httpd/conf.d/ovirt-sso.conf
/etc/yum/pluginconf.d/versionlock.list
Expand Down

0 comments on commit 62e3cd7

Please sign in to comment.