From bd147f39555670ba4e1fae9e4d7c6d9cda975f6e Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 14 Feb 2023 11:31:10 +0000 Subject: [PATCH] Update git submodules * Update kolla-ansible from branch 'master' to 0a128d24b94d6563d07b40716fffceaecce1c9c0 - Merge "Put etcd behind HTTP loadbalancer" - Put etcd behind HTTP loadbalancer etcd-compatible tooz drivers do not support multiple endpoints via backend_url. We can put a loadbalancer in front of etcd and configure backend_url to use the VIP instead. The issue with hard coding the first host is that we break coordination if we take this host offline. In the case of cinder, we would not be able to perform any volume related operations. Co-Authored-By: Mark Goddard Change-Id: Ib684501ba03c386dc5ac71e5cbea05c99f191665 --- kolla-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla-ansible b/kolla-ansible index 4ba17d6da4..0a128d24b9 160000 --- a/kolla-ansible +++ b/kolla-ansible @@ -1 +1 @@ -Subproject commit 4ba17d6da49f479f40375641ce0335e2c94202b0 +Subproject commit 0a128d24b94d6563d07b40716fffceaecce1c9c0