Add zk04.opendev.org
We will be rotating zk01-03.openstack.org out and replacing them with zk04-06.opendev.org. This is the first change in that process which puts zk04 into the rotation. This should only be landed when operators are ready to manually stop zookeeper on zk03 (which is being replaced by zk04 in this change). Change-Id: Iea69130f6b3b2c8e54e3938c60e4a3295601c46f
This commit is contained in:
parent
a582a24296
commit
7502b87837
@ -21,7 +21,7 @@ At a Glance
|
|||||||
* nb03.opendev.org
|
* nb03.opendev.org
|
||||||
* zk01.openstack.org
|
* zk01.openstack.org
|
||||||
* zk02.openstack.org
|
* zk02.openstack.org
|
||||||
* zk03.openstack.org
|
* zk04.opendev.org
|
||||||
:Puppet:
|
:Puppet:
|
||||||
* https://opendev.org/opendev/puppet-openstackci/src/branch/master/manifests/nodepool_builder.pp
|
* https://opendev.org/opendev/puppet-openstackci/src/branch/master/manifests/nodepool_builder.pp
|
||||||
:Configuration:
|
:Configuration:
|
||||||
|
@ -314,7 +314,7 @@ cacti_hosts:
|
|||||||
- ze12.opendev.org
|
- ze12.opendev.org
|
||||||
- zk01.openstack.org
|
- zk01.openstack.org
|
||||||
- zk02.openstack.org
|
- zk02.openstack.org
|
||||||
- zk03.openstack.org
|
- zk04.opendev.org
|
||||||
- zm01.opendev.org
|
- zm01.opendev.org
|
||||||
- zm02.opendev.org
|
- zm02.opendev.org
|
||||||
- zm03.opendev.org
|
- zm03.opendev.org
|
||||||
|
@ -823,13 +823,30 @@ all:
|
|||||||
region_name: DFW
|
region_name: DFW
|
||||||
public_v4: 172.99.117.32
|
public_v4: 172.99.117.32
|
||||||
public_v6: 2001:4800:7821:105:be76:4eff:fe04:d599
|
public_v6: 2001:4800:7821:105:be76:4eff:fe04:d599
|
||||||
zk03.openstack.org:
|
zk04.opendev.org:
|
||||||
ansible_host: 23.253.90.246
|
ansible_host: 104.130.253.62
|
||||||
location:
|
location:
|
||||||
cloud: openstackci-rax
|
cloud: openstackci-rax
|
||||||
region_name: DFW
|
region_name: DFW
|
||||||
public_v4: 23.253.90.246
|
public_v4: 104.130.253.62
|
||||||
public_v6: 2001:4800:7815:102:be76:4eff:fe02:f134
|
public_v6: 2001:4800:7818:103:be76:4eff:fe03:e80d
|
||||||
|
# Clarkb recording these here for ease of use later, but they need to be
|
||||||
|
# added to the inventory in a controlled manner as we rotate cluster
|
||||||
|
# members in and out.
|
||||||
|
#zk05.opendev.org:
|
||||||
|
# ansible_host: 104.130.253.65
|
||||||
|
# location:
|
||||||
|
# cloud: openstackci-rax
|
||||||
|
# region_name: DFW
|
||||||
|
# public_v4: 104.130.253.65
|
||||||
|
# public_v6: 2001:4800:7818:103:be76:4eff:fe03:5ef8
|
||||||
|
#zk06.opendev.org:
|
||||||
|
# ansible_host: 104.130.253.74
|
||||||
|
# location:
|
||||||
|
# cloud: openstackci-rax
|
||||||
|
# region_name: DFW
|
||||||
|
# public_v4: 104.130.253.74
|
||||||
|
# public_v6: 2001:4800:7818:103:be76:4eff:fe04:3d08
|
||||||
zm01.opendev.org:
|
zm01.opendev.org:
|
||||||
ansible_host: 104.239.144.206
|
ansible_host: 104.239.144.206
|
||||||
location:
|
location:
|
||||||
|
@ -49,5 +49,5 @@ results:
|
|||||||
- zuul
|
- zuul
|
||||||
- zuul-executor
|
- zuul-executor
|
||||||
|
|
||||||
zk01.openstack.org:
|
zk04.opendev.org:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
testinfra_hosts = ['zk01.opendev.org']
|
testinfra_hosts = ['zk04.opendev.org']
|
||||||
|
|
||||||
|
|
||||||
def test_id_file(host):
|
def test_id_file(host):
|
||||||
# Test that wacky hostname regex works
|
# Test that wacky hostname regex works
|
||||||
myid = host.file('/var/zookeeper/data/myid')
|
myid = host.file('/var/zookeeper/data/myid')
|
||||||
assert myid.content == b'1\n'
|
assert myid.content == b'4\n'
|
||||||
|
|
||||||
def test_zk_listening(host):
|
def test_zk_listening(host):
|
||||||
zk = host.socket("tcp://0.0.0.0:2181")
|
zk = host.socket("tcp://0.0.0.0:2181")
|
||||||
|
@ -229,8 +229,8 @@
|
|||||||
nodes:
|
nodes:
|
||||||
- name: bridge.openstack.org
|
- name: bridge.openstack.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-bionic
|
||||||
- name: zk01.opendev.org
|
- name: zk04.opendev.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
- name: nl01.opendev.org
|
- name: nl01.opendev.org
|
||||||
label: ubuntu-focal
|
label: ubuntu-focal
|
||||||
- name: nb01.opendev.org
|
- name: nb01.opendev.org
|
||||||
@ -692,8 +692,8 @@
|
|||||||
nodes:
|
nodes:
|
||||||
- name: bridge.openstack.org
|
- name: bridge.openstack.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-bionic
|
||||||
- name: zk01.opendev.org
|
- name: zk04.opendev.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
vars:
|
vars:
|
||||||
run_playbooks:
|
run_playbooks:
|
||||||
- playbooks/service-zookeeper.yaml
|
- playbooks/service-zookeeper.yaml
|
||||||
@ -740,8 +740,8 @@
|
|||||||
nodes:
|
nodes:
|
||||||
- name: bridge.openstack.org
|
- name: bridge.openstack.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-bionic
|
||||||
- name: zk01.opendev.org
|
- name: zk04.opendev.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
- name: zm01.opendev.org
|
- name: zm01.opendev.org
|
||||||
label: ubuntu-focal
|
label: ubuntu-focal
|
||||||
- name: ze01.opendev.org
|
- name: ze01.opendev.org
|
||||||
|
Loading…
Reference in New Issue
Block a user