Switch nodepool builders to zk cluster
Switch over the nodepool builders to our newer zk cluster from the old single node zk cluster. We will stop building images that the launchers can see before the launchers move, but this lets us preseed the new cluster with up to date image data. Once the images are built with records in the new zk cluster we can switch over the zuul scheduler and the launchers to this newer cluster. Change-Id: I95ca326095decc03cf279383fa48dbdfc56ed8c8
This commit is contained in:
parent
8b3532c562
commit
a5bf522ce3
@ -2,7 +2,11 @@ elements-dir: /etc/nodepool/elements
|
||||
images-dir: /opt/nodepool_dib
|
||||
|
||||
zookeeper-servers:
|
||||
- host: nodepool.openstack.org
|
||||
- host: zk01.openstack.org
|
||||
port: 2181
|
||||
- host: zk02.openstack.org
|
||||
port: 2181
|
||||
- host: zk03.openstack.org
|
||||
port: 2181
|
||||
|
||||
labels:
|
||||
|
@ -2,7 +2,11 @@ elements-dir: /etc/nodepool/elements
|
||||
images-dir: /opt/nodepool_dib
|
||||
|
||||
zookeeper-servers:
|
||||
- host: nodepool.openstack.org
|
||||
- host: zk01.openstack.org
|
||||
port: 2181
|
||||
- host: zk02.openstack.org
|
||||
port: 2181
|
||||
- host: zk03.openstack.org
|
||||
port: 2181
|
||||
|
||||
providers:
|
||||
|
Loading…
Reference in New Issue
Block a user