Cleanup zookeeper config management
When I added zk03 there was a stray empty space on the region_name for that server. Clean that up. We can also drop the docker-compose.yaml version specifier because docker compose on Noble ignores it. The new servers run on noble and emit a warning with that version in the file. Clean that up to avoid the warning. Change-Id: Icf62dfc968185fbd4dfdc41f83865541f9472928
This commit is contained in:
@@ -835,7 +835,7 @@ all:
|
||||
ansible_host: 104.239.143.6
|
||||
location:
|
||||
cloud: openstackci-rax
|
||||
region_name: DFW
|
||||
region_name: DFW
|
||||
public_v4: 104.239.143.6
|
||||
public_v6: 2001:4800:7818:104:be76:4eff:fe04:3b82
|
||||
host_keys:
|
||||
|
@@ -1,7 +1,3 @@
|
||||
# Version 2 is the latest that is supported by docker-compose in
|
||||
# Ubuntu Xenial.
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
zk:
|
||||
image: docker.io/library/zookeeper:3.8
|
||||
|
Reference in New Issue
Block a user