Add nb01.opendev.org
This configures an opendev nodepool-builder Change-Id: Id8603d9d7caaac0a1ab935e1c7c80d32b02ae23e Depends-On: https://review.opendev.org/693118
This commit is contained in:
parent
b1bfee423b
commit
dbe0bf1ee6
@ -281,6 +281,7 @@ cacti_hosts:
|
|||||||
- logstash-worker19.openstack.org
|
- logstash-worker19.openstack.org
|
||||||
- logstash-worker20.openstack.org
|
- logstash-worker20.openstack.org
|
||||||
- logstash.openstack.org
|
- logstash.openstack.org
|
||||||
|
- nb01.opendev.org
|
||||||
- nb01.openstack.org
|
- nb01.openstack.org
|
||||||
- nb02.openstack.org
|
- nb02.openstack.org
|
||||||
- nb03.openstack.org
|
- nb03.openstack.org
|
||||||
|
@ -583,6 +583,13 @@ 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:
|
||||||
|
@ -17,6 +17,9 @@ iptables_extra_allowed_hosts:
|
|||||||
- hostname: logstash.openstack.org
|
- hostname: logstash.openstack.org
|
||||||
port: 8125
|
port: 8125
|
||||||
protocol: udp
|
protocol: udp
|
||||||
|
- hostname: nb01.opendev.org
|
||||||
|
port: 8125
|
||||||
|
protocol: udp
|
||||||
- hostname: nb01.openstack.org
|
- hostname: nb01.openstack.org
|
||||||
port: 8125
|
port: 8125
|
||||||
protocol: udp
|
protocol: udp
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
iptables_extra_allowed_hosts:
|
iptables_extra_allowed_hosts:
|
||||||
|
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb01.opendev.org'}
|
||||||
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb01.openstack.org'}
|
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb01.openstack.org'}
|
||||||
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb02.openstack.org'}
|
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb02.openstack.org'}
|
||||||
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb03.openstack.org'}
|
- {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb03.openstack.org'}
|
||||||
|
5
playbooks/host_vars/nb01.opendev.org.yaml
Normal file
5
playbooks/host_vars/nb01.opendev.org.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
ansible_python_interpreter: python3
|
||||||
|
letsencrypt_certs:
|
||||||
|
nb01-opendev-org-main:
|
||||||
|
- nb01.opendev.org
|
||||||
|
|
@ -83,6 +83,9 @@
|
|||||||
- 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user