Add vexxhost opendev.org mirrors

These are to replace the puppet-based openstack.org mirrors

Depends-On: https://review.opendev.org/728308
Change-Id: Ibdce99daa514fb445f1f8389e7c052ee151057ea
This commit is contained in:
Ian Wienand 2020-05-15 09:39:05 +10:00
parent da6d1cbd06
commit a864212b1b
6 changed files with 32 additions and 0 deletions

View File

@ -274,6 +274,8 @@ cacti_hosts:
- mirror01.dfw.rax.opendev.org
- mirror01.ord.rax.opendev.org
- mirror01.iad.rax.opendev.org
- mirror01.ca-ymq-1.vexxhost.opendev.org
- mirror01.sjc1.vexxhost.opendev.org
- mirror01.ca-ymq-1.vexxhost.openstack.org
- mirror02.ca-ymq-1.vexxhost.openstack.org
- mirror02.regionone.limestone.openstack.org

View File

@ -480,6 +480,13 @@ all:
region_name: ORD
public_v4: 23.253.216.84
public_v6: 2001:4801:7824:103:be76:4eff:fe10:9c2
mirror01.sjc1.vexxhost.opendev.org:
ansible_host: 2604:e100:3:0:f816:3eff:fee3:150
location:
cloud: openstackci-vexxhost
region_name: sjc1
public_v4: 38.108.68.25
public_v6: 2604:e100:3:0:f816:3eff:fee3:150
mirror01.sjc1.vexxhost.openstack.org:
ansible_host: 38.108.68.37
location:
@ -487,6 +494,13 @@ all:
region_name: sjc1
public_v4: 38.108.68.37
public_v6: ''
mirror01.ca-ymq-1.vexxhost.opendev.org:
ansible_host: 2604:e100:1:0:f816:3eff:fe0c:e2c0
location:
cloud: openstackci-vexxhost
region_name: ca-ymq-1
public_v4: 199.204.45.149
public_v6: 2604:e100:1:0:f816:3eff:fe0c:e2c0
mirror02.ca-ymq-1.vexxhost.openstack.org:
ansible_host: 2604:e100:1:0:f816:3eff:fef6:cc49
location:

View File

@ -36,6 +36,8 @@ mirror.mtl01.inap.opendev.org 443
mirror.ord.rax.opendev.org 443
mirror.regionone.linaro-us.opendev.org 443
mirror.us-east.openedge.opendev.org 443
mirror.sjc1.vexxhost.opendev.org 443
mirror.ca-ymq-1.vexxhost.opendev.org 443
nova.openstack.org 443
opendev.org 443
openstackid-dev.openstack.org 443

View File

@ -0,0 +1,4 @@
letsencrypt_certs:
mirror01-ca-ymq-1-vexxhost-main:
- mirror01.ca-ymq-1.vexxhost.opendev.org
- mirror.ca-ymq-1.vexxhost.opendev.org

View File

@ -0,0 +1,4 @@
letsencrypt_certs:
mirror01-sjc1-vexxhost-main:
- mirror01.sjc1.vexxhost.opendev.org
- mirror.sjc1.vexxhost.opendev.org

View File

@ -169,6 +169,12 @@
- name: letsencrypt updated mirror01-us-east-openedge-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated mirror01-sjc1-vexxhost-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yam
- name: letsencrypt updated mirror01-ca-ymq-1-vexxhost-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