Replace nb01.opendev.org with nb04
We are starting over with the container nodepool host, and also moving it to "nb04" to avoid any possibility of conflicting with the short-hostname of nb01.openstack.org. Story: #2007407 Task: #39064 Depends-On: https://review.opendev.org/713575 Depends-On: https://review.opendev.org/713571 Change-Id: I18ab9834ad4da201774e0abef56f618cd7839d36
This commit is contained in:
parent
c54efaeeaa
commit
ba5d9547c8
@ -583,13 +583,6 @@ all:
|
|||||||
region_name: us-east
|
region_name: us-east
|
||||||
public_v4: 108.44.198.34
|
public_v4: 108.44.198.34
|
||||||
public_v6: 2001:470:e126:0:f816:3eff:fe87:a93
|
public_v6: 2001:470:e126:0:f816:3eff:fe87:a93
|
||||||
nb01.opendev.org:
|
|
||||||
ansible_host: 2001:4800:7818:101:be76:4eff:fe04:4909
|
|
||||||
location:
|
|
||||||
cloud: openstackci-rax
|
|
||||||
region_name: DFW
|
|
||||||
public_v4: 104.130.135.172
|
|
||||||
public_v6: 2001:4800:7818:101:be76:4eff:fe04:4909
|
|
||||||
nb01.openstack.org:
|
nb01.openstack.org:
|
||||||
ansible_host: 2001:4800:7818:103:be76:4eff:fe04:9d5a
|
ansible_host: 2001:4800:7818:103:be76:4eff:fe04:9d5a
|
||||||
location:
|
location:
|
||||||
@ -611,6 +604,13 @@ all:
|
|||||||
region_name: RegionOne
|
region_name: RegionOne
|
||||||
public_v4: 139.178.85.141
|
public_v4: 139.178.85.141
|
||||||
public_v6: ''
|
public_v6: ''
|
||||||
|
nb04.opendev.org:
|
||||||
|
ansible_host: 2001:4800:7819:104:be76:4eff:fe04:357c
|
||||||
|
location:
|
||||||
|
cloud: openstackci-rax
|
||||||
|
region_name: DFW
|
||||||
|
public_v4: 104.239.240.75
|
||||||
|
public_v6: 2001:4800:7819:104:be76:4eff:fe04:357c
|
||||||
nl01.openstack.org:
|
nl01.openstack.org:
|
||||||
ansible_host: 2001:4800:7815:102:be76:4eff:fe04:645d
|
ansible_host: 2001:4800:7815:102:be76:4eff:fe04:645d
|
||||||
location:
|
location:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ansible_python_interpreter: python3
|
ansible_python_interpreter: python3
|
||||||
letsencrypt_certs:
|
letsencrypt_certs:
|
||||||
nb01-opendev-org-main:
|
nb04-opendev-org-main:
|
||||||
- nb01.opendev.org
|
- nb04.opendev.org
|
||||||
|
|
@ -86,9 +86,6 @@
|
|||||||
- name: letsencrypt updated static01-keystone-openstack-org
|
- name: letsencrypt updated static01-keystone-openstack-org
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
- name: letsencrypt updated nb01-opendev-org-main
|
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
|
||||||
|
|
||||||
- name: letsencrypt updated static01-nova-openstack-org
|
- name: letsencrypt updated static01-nova-openstack-org
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
@ -119,6 +116,11 @@
|
|||||||
- name: letsencrypt updated static01-zuul-ci-org
|
- name: letsencrypt updated static01-zuul-ci-org
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
|
# nodepool
|
||||||
|
|
||||||
|
- name: letsencrypt updated nb04-opendev-org-main
|
||||||
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
# review-dev
|
# review-dev
|
||||||
|
|
||||||
- name: letsencrypt updated review-dev01-opendev-org-main
|
- name: letsencrypt updated review-dev01-opendev-org-main
|
||||||
|
Loading…
Reference in New Issue
Block a user