commit 7b74cf99aceb45ca6451c0b8d84969567099fd29 Author: Zuul Date: Wed Oct 7 19:26:31 2020 +0000 Update git submodules * Update kolla-ansible from branch 'master' - Merge "Coordinate haproxy and keepalived restarts" - Coordinate haproxy and keepalived restarts Keepalived and haproxy cooperate to provide control plane HA in kolla-ansible deployments. Certain care should be exerted to avoid prolonged availability loss during reconfigurations and upgrades. This patch aims to provide this care. There is nothing special about keepalived upgrade compared to reconfig, hence it is simplified to run the same code as for deploy. The broken logic of safe upgrade is replaced by common handler code which's goal is to ensure we down current master only after we have backups ready. This change introduces a switch to kolla_docker module that allows to ignore missing containers (as they are logically stopped). ignore_missing is the switch's name. All tests are included. Change-Id: I22ddec5f7ee4a7d3d502649a158a7e005fe29c48 diff --git a/kolla-ansible b/kolla-ansible index 7c1acb9..dd0d903 160000 --- a/kolla-ansible +++ b/kolla-ansible @@ -1 +1 @@ -Subproject commit 7c1acb96a0b2d68569723a00d444456e56c922a1 +Subproject commit dd0d903d889d1befde0e517803bf94b0440a6f74