Set up inventory and cert for Open Edge mirror

This adds the Open Edge (formerly Fortnebula) CI mirror.

Change-Id: I1ccf2a602f8a41e00bc64a9516a326cc07d9b254
Depends-On: https://review.opendev.org/711787
This commit is contained in:
Jeremy Stanley 2020-03-07 00:06:12 +00:00
parent 43ed9fc297
commit 4cbdc2fc4d
4 changed files with 16 additions and 0 deletions

View File

@ -576,6 +576,13 @@ all:
region_name: kna1
public_v4: 188.212.109.64
public_v6: ''
mirror01.us-east.openedge.opendev.org:
ansible_host: 2001:470:e126:0:f816:3eff:fe87:a93
location:
cloud: openstackci-openedge
region_name: us-east
public_v4: 108.44.198.34
public_v6: 2001:470:e126:0:f816:3eff:fe87:a93
nb01.openstack.org:
ansible_host: 2001:4800:7818:103:be76:4eff:fe04:9d5a
location:

View File

@ -33,6 +33,7 @@ mirror.gra1.ovh.opendev.org
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
nova.openstack.org 443
opendev.org 443
openstackid-dev.openstack.org 443

View File

@ -0,0 +1,5 @@
ansible_python_interpreter: python3
letsencrypt_certs:
mirror01-us-east-openedge-main:
mirror01.us-east.openedge.opendev.org
mirror.us-east.openedge.opendev.org

View File

@ -146,6 +146,9 @@
- name: letsencrypt updated mirror01-kna1-airship-citycloud-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated mirror01-us-east-openedge-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