Switch nodepool launchers to use new zk cluster

This should happen at the same time as we switch the zuul scheduler over
to the new zk cluster and after the nodepool builders have populated
image data on the new zk cluster.

This gets us off the old nodepool.o.o server and onto newer HA cluster.

Change-Id: I9cea03f726d4acb21ad5584f8db7a4d15bc556db
This commit is contained in:
Clark Boylan 2018-10-22 09:23:12 -07:00
parent a5bf522ce3
commit 57eaa73695
4 changed files with 20 additions and 4 deletions

View File

@ -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
# NOTE(pabelanger): To avoid a race conditions between multiple launchers, only

View File

@ -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
# NOTE(pabelanger): To avoid a race conditions between multiple launchers, only

View File

@ -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
# NOTE(pabelanger): To avoid a race conditions between multiple launchers, only

View File

@ -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
# NOTE(pabelanger): To avoid a race conditions between multiple launchers, only