Provision LE cert for storyboard.openstack.org

This provisions the cert but doesn't switch apache to it. When we are
happy with the new cert we can land the child change which will flip
apache over to the new cert.

Change-Id: I9cffd26a51317ea569b078b89cc30dc34c7e7747
This commit is contained in:
Clark Boylan 2021-05-24 12:35:09 -07:00
parent 2fb8998088
commit ff99f21404
3 changed files with 7 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
letsencrypt_certs:
storyboard01-opendev-org-main:
- storyboard.openstack.org

View File

@ -234,6 +234,9 @@
- name: letsencrypt updated ethercalc02-openstack-org-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated storyboard01-opendev-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