From cc5234571959515663e231792a5c639e85a3132f Mon Sep 17 00:00:00 2001 From: Hugh Saunders Date: Wed, 16 Mar 2016 20:02:48 +0000 Subject: [PATCH] Release note for Repo Sync Patch Patch in Question: https://review.openstack.org/#/c/279452/8 Bug: #1543146 Change-Id: Ifb2d8cda57862f92fb8b772716e07e090323318a --- ...e_slave_repo_during_sync-958bc6696546378e.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 releasenotes/notes/disable_slave_repo_during_sync-958bc6696546378e.yaml diff --git a/releasenotes/notes/disable_slave_repo_during_sync-958bc6696546378e.yaml b/releasenotes/notes/disable_slave_repo_during_sync-958bc6696546378e.yaml new file mode 100644 index 0000000000..69683d4611 --- /dev/null +++ b/releasenotes/notes/disable_slave_repo_during_sync-958bc6696546378e.yaml @@ -0,0 +1,15 @@ +--- +fixes: + - Containers might fail to retrieve packages from the repo server + when connecting to a slave repo server that has not finished + synchronizing. For more information, see + https://bugs.launchpad.net/openstack-ansible/+bug/1543146. This is + addressed by adding pre and post hooks into lsyncd to connect to + the slave repo servers and disable NGINX for the duration for the + sync. + +security: + - A sudoers entry is added to the repo_servers to allow the nginx + user to stop and start NGINX from the init script. This ensures + that the repo sync process can shut off NGINX while synchronizing + data from master to slaves.