From a5bf522ce357f8e211732c05567f93a110a71e9e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 22 Oct 2018 09:20:47 -0700 Subject: [PATCH] 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 --- nodepool/nb03.openstack.org.yaml | 6 +++++- nodepool/nodepool.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/nodepool/nb03.openstack.org.yaml b/nodepool/nb03.openstack.org.yaml index d87acb9d69..a921235959 100644 --- a/nodepool/nb03.openstack.org.yaml +++ b/nodepool/nb03.openstack.org.yaml @@ -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: diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 8f374c0f4c..7f56ba12b6 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -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: