Add mirror02 to inmotion

We are doing this so that we can cleanup the private network + floating
IP setup that the existing mirror does. Once this new mirror is up and
happy we can cname to it and then clean up the old mirror and its
networking config. We do this in order to save an IP that the current
private network router is consuming.

Depends-On: https://review.opendev.org/c/opendev/zone-opendev.org/+/787628
Change-Id: I50c311087c6c28726e36913c7e081f3b3d0ee049
This commit is contained in:
Clark Boylan 2021-04-22 12:15:28 -07:00
parent a8edd128cc
commit ac2b661cf2
5 changed files with 14 additions and 6 deletions

View File

@ -288,6 +288,7 @@ cacti_hosts:
- mirror02.regionone.linaro-us.opendev.org
- mirror01.regionone.osuosl.opendev.org
- mirror01.iad3.inmotion.opendev.org
- mirror02.iad3.inmotion.opendev.org
- mirror-update.opendev.org
- mirror-update.openstack.org
- refstack01.openstack.org

View File

@ -534,6 +534,12 @@ all:
cloud: opendevci-inmotion
region_name: iad3
public_v4: 173.231.253.123
mirror02.iad3.inmotion.opendev.org:
ansible_host: 173.231.253.126
location:
cloud: opendevci-inmotion
region_name: iad3
public_v4: 173.231.253.126
nb01.opendev.org:
ansible_host: 104.239.240.55
location:

View File

@ -348,12 +348,6 @@ cloud_launcher_clouds:
profiles:
- openstackci-keypairs
- openstackci-security
- opendevci-networking
routers:
- name: opendevci-router1
network: External
interfaces:
- opendevci-subnet1
- name: opendevzuul-inmotion
oscc_cloud: opendevzuul-inmotion

View File

@ -0,0 +1,4 @@
letsencrypt_certs:
mirror02-iad3-inmotion-main:
- mirror02.iad3.inmotion.opendev.org
- mirror.iad3.inmotion.opendev.org

View File

@ -200,6 +200,9 @@
- name: letsencrypt updated mirror01-iad3-inmotion-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated mirror02-iad3-inmotion-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
# Gate testing hosts:
- name: letsencrypt updated letsencrypt01-main-service
include_tasks: roles/letsencrypt-create-certs/handlers/touch_file.yaml