Provision LE cert for translate.openstack.org

This provisions the cert then when we are happy with the results we can
land the child change to swap the cert over in apache.

Change-Id: Id8e66102cf26a3b9819d4638b7589f44f6400634
This commit is contained in:
Clark Boylan 2021-05-24 12:45:15 -07:00
parent a36b76bb51
commit 06d021e6e6
3 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,7 @@ groups:
- review-test.opendev.org
- static[0-9]*.opendev.org
- storyboard[0-9]*.opendev.org
- translate[0-9]*.open*.org
- zuul[0-9]*.opendev.org
- refstack[0-9]*.openstack.org
logstash:

View File

@ -0,0 +1,3 @@
letsencrypt_certs:
translate01-openstack-org-main:
- translate.openstack.org

View File

@ -237,6 +237,9 @@
- name: letsencrypt updated storyboard01-opendev-org-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated translate01-openstack-org-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
# We split out handlers for each gitea host as handlers should be run in order
# This allows us to do a rolling restart of the gitea backends.
- name: letsencrypt updated gitea01-main