From 9f9abacd12b79e04fe19628eebaae9d00656f0c5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Jun 2020 21:18:03 -0700 Subject: [PATCH] iad2 / koji-hub: disable lockdown/offline Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/hub.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index d6cf76acde..cd65232e55 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -69,8 +69,8 @@ DisableNotifications = True ## These options are intended for planned outages #ServerOffline = True #OfflineMessage = Offline -LockOut = True -OfflineMessage = 'koji is being migrated to a new datacenter' +#LockOut = True +#OfflineMessage = 'koji is being migrated to a new datacenter' ## If ServerOffline is True, the server will always report a ServerOffline fault (with ## OfflineMessage as the fault string). ## If LockOut is True, the server will report a ServerOffline fault for all non-admin