Add airship-citycloud mirror
This adds a mirror to the new airship citycloud region. Add the host to the inventory and add necessary host vars for LE setup. Depends-On: https://review.opendev.org/706573 Change-Id: I33cefe914911b4f5ce5e09e0329ba48e039ede64
This commit is contained in:
parent
162a658bf8
commit
0463609584
@ -576,6 +576,13 @@ all:
|
|||||||
region_name: regionOne
|
region_name: regionOne
|
||||||
public_v4: 108.44.198.37
|
public_v4: 108.44.198.37
|
||||||
public_v6: 2001:470:e045:2:f816:3eff:fee6:691d
|
public_v6: 2001:470:e045:2:f816:3eff:fee6:691d
|
||||||
|
mirror01.kna1.airship-citycloud.opendev.org:
|
||||||
|
ansible_host: 188.212.109.64
|
||||||
|
location:
|
||||||
|
cloud: opendevci-airship
|
||||||
|
region_name: kna1
|
||||||
|
public_v4: 188.212.109.64
|
||||||
|
public_v6: ''
|
||||||
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:
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
ansible_python_interpreter: python3
|
||||||
|
letsencrypt_certs:
|
||||||
|
mirror01-kna1-airship-citycloud-main:
|
||||||
|
- mirror01.kna1.airship-citycloud.opendev.org
|
||||||
|
- mirror.kna1.airship-citycloud.opendev.org
|
@ -78,6 +78,9 @@
|
|||||||
- name: letsencrypt updated mirror02-mtl01-inap-main
|
- name: letsencrypt updated mirror02-mtl01-inap-main
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
|
- name: letsencrypt updated mirror01-kna1-airship-citycloud-main
|
||||||
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
# Gate testing hosts:
|
# Gate testing hosts:
|
||||||
- name: letsencrypt updated letsencrypt01-main-service
|
- name: letsencrypt updated letsencrypt01-main-service
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/touch_file.yaml
|
include_tasks: roles/letsencrypt-create-certs/handlers/touch_file.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user