From 57eaa73695411b18bc1bd4b26e5b95b6b8668b43 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 22 Oct 2018 09:23:12 -0700 Subject: [PATCH] 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 --- nodepool/nl01.openstack.org.yaml | 6 +++++- nodepool/nl02.openstack.org.yaml | 6 +++++- nodepool/nl03.openstack.org.yaml | 6 +++++- nodepool/nl04.openstack.org.yaml | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/nodepool/nl01.openstack.org.yaml b/nodepool/nl01.openstack.org.yaml index ff2789c909..26cdf548e3 100644 --- a/nodepool/nl01.openstack.org.yaml +++ b/nodepool/nl01.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 # NOTE(pabelanger): To avoid a race conditions between multiple launchers, only diff --git a/nodepool/nl02.openstack.org.yaml b/nodepool/nl02.openstack.org.yaml index 5fb3b29dd9..87da5c782b 100644 --- a/nodepool/nl02.openstack.org.yaml +++ b/nodepool/nl02.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 # NOTE(pabelanger): To avoid a race conditions between multiple launchers, only diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index 8db3997498..a11902ba5a 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.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 # NOTE(pabelanger): To avoid a race conditions between multiple launchers, only diff --git a/nodepool/nl04.openstack.org.yaml b/nodepool/nl04.openstack.org.yaml index cf0e9368e9..61b42889df 100644 --- a/nodepool/nl04.openstack.org.yaml +++ b/nodepool/nl04.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 # NOTE(pabelanger): To avoid a race conditions between multiple launchers, only