Merge "Add static01.opendev.org"

This commit is contained in:
Zuul
2020-01-28 01:37:19 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 0 deletions

View File

@@ -695,6 +695,13 @@ all:
region_name: DFW
public_v4: 104.130.246.32
public_v6: 2001:4800:7819:103:be76:4eff:fe04:9229
static01.opendev.org:
ansible_host: 2001:4800:7818:101:be76:4eff:fe04:7c28
location:
cloud: openstackci-rax
region_name: DFW
public_v4: 23.253.245.150
public_v6: 2001:4800:7818:101:be76:4eff:fe04:7c28
static.openstack.org:
ansible_host: 2001:4800:7817:104:be76:4eff:fe05:dbee
location:

View File

@@ -1,5 +1,8 @@
ansible_python_interpreter: python3
letsencrypt_certs:
static01-opendev-org-main:
- static.opendev.org
- static01.opendev.org
static01-governance-openstack-org:
- governance.openstack.org
static01-security-openstack-org:

View File

@@ -35,6 +35,9 @@
include_tasks: roles/letsencrypt-create-certs/handlers/restart_zuul_registry.yaml
# Static
- name: letsencrypt updated static01-opendev-org-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated static01-governance-openstack-org
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml