Merge "Add nb01.opendev.org"
This commit is contained in:
commit
09444f065f
@ -282,6 +282,7 @@ cacti_hosts:
|
||||
- logstash-worker19.openstack.org
|
||||
- logstash-worker20.openstack.org
|
||||
- logstash.openstack.org
|
||||
- nb01.opendev.org
|
||||
- nb01.openstack.org
|
||||
- nb02.openstack.org
|
||||
- nb03.openstack.org
|
||||
|
@ -583,6 +583,13 @@ all:
|
||||
region_name: us-east
|
||||
public_v4: 108.44.198.34
|
||||
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:
|
||||
ansible_host: 2001:4800:7818:103:be76:4eff:fe04:9d5a
|
||||
location:
|
||||
|
@ -17,6 +17,9 @@ iptables_extra_allowed_hosts:
|
||||
- hostname: logstash.openstack.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
- hostname: nb01.opendev.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
- hostname: nb01.openstack.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
|
@ -1,4 +1,5 @@
|
||||
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': 'nb02.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
|
||||
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
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user