Retire nb01/02.openstack.org

Remove references to these older builders.  We thank them for their
service.

Change-Id: I1f48f070406bee79ac0d1de61beb44eb7d58d605
This commit is contained in:
Ian Wienand 2020-05-07 13:06:26 +10:00
parent f204337268
commit e400865dd0
8 changed files with 3 additions and 44 deletions

View File

@ -1247,8 +1247,6 @@
label: ubuntu-bionic
- name: nl01.openstack.org
label: ubuntu-xenial
- name: nb01.openstack.org
label: ubuntu-xenial
- name: nb04.opendev.org
label: ubuntu-bionic
required-projects:
@ -1258,9 +1256,6 @@
nl01.openstack.org:
host_copy_output:
'/etc/nodepool/nodepool.yaml': logs
nb01.openstack.org:
host_copy_output:
'/etc/nodepool/nodepool.yaml': logs
nb04.opendev.org:
host_copy_output:
'/etc/nodepool/nodepool.yaml': logs

View File

@ -257,8 +257,6 @@ cacti_hosts:
- logstash.openstack.org
- nb01.opendev.org
- nb02.opendev.org
- nb01.openstack.org
- nb02.openstack.org
- nb03.openstack.org
- nl01.openstack.org
- nl02.openstack.org

View File

@ -590,20 +590,6 @@ all:
region_name: DFW
public_v4: 104.130.124.242
public_v6: 2001:4800:7818:104:be76:4eff:fe02:5608
nb01.openstack.org:
ansible_host: 2001:4800:7818:103:be76:4eff:fe04:9d5a
location:
cloud: openstackci-rax
region_name: DFW
public_v4: 104.130.253.32
public_v6: 2001:4800:7818:103:be76:4eff:fe04:9d5a
nb02.openstack.org:
ansible_host: 2001:4800:7818:101:be76:4eff:fe04:ef2b
location:
cloud: openstackci-rax
region_name: DFW
public_v4: 104.130.135.17
public_v6: 2001:4800:7818:101:be76:4eff:fe04:ef2b
nb03.openstack.org:
ansible_host: 139.178.85.141
location:

View File

@ -23,12 +23,6 @@ iptables_extra_allowed_hosts:
- hostname: nb02.opendev.org
port: 8125
protocol: udp
- hostname: nb01.openstack.org
port: 8125
protocol: udp
- hostname: nb02.openstack.org
port: 8125
protocol: udp
- hostname: nb03.openstack.org
port: 8125
protocol: udp

View File

@ -1,8 +1,6 @@
iptables_extra_allowed_hosts:
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb01.opendev.org'}
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb02.opendev.org'}
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb01.openstack.org'}
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb02.openstack.org'}
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb03.openstack.org'}
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb04.opendev.org'}
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nl01.openstack.org'}

View File

@ -59,13 +59,6 @@ results:
- disabled
- puppet
nb01.openstack.org:
- nodepool
- nodepool-builder
- puppet
- puppet4
- webservers
ze01.openstack.org:
- afs-client
- zuul

View File

@ -7,7 +7,7 @@
- configure-openstacksdk
- nodepool-builder
- hosts: 'nb01.openstack.org:nb02.openstack.org:nb03.openstack.org:!disabled'
- hosts: 'nb03.openstack.org:!disabled'
name: "run puppet on all older servers"
strategy: free
roles:

View File

@ -14,16 +14,11 @@
import pytest
testinfra_hosts = ['nl01.openstack.org', 'nb01.openstack.org',
'nb04.opendev.org']
testinfra_hosts = ['nl01.openstack.org', 'nb04.opendev.org']
def test_clouds_yaml(host):
if host.backend.get_hostname() == 'nb01.openstack.org':
cfg_file = '/home/nodepool/.config/openstack/clouds.yaml'
else:
cfg_file = '/etc/openstack/clouds.yaml'
cfg_file = '/etc/openstack/clouds.yaml'
clouds_yaml = host.file(cfg_file)
assert clouds_yaml.exists