From 9a0dfc30040c4ba0ab5e9ad88e15e8c3550c5e46 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 30 Oct 2020 15:02:51 +1100 Subject: [PATCH] RAX DFW/IAD : add internal mirror DNS to cert As done for ORD, see Ic1e64a9f0de7bca2659404243d3a004b70888e89 Change-Id: I01a0d259abfed00745dd4cf5957ee3cfd14b9449 Depends-On: https://review.opendev.org/760493 --- inventory/service/host_vars/mirror01.dfw.rax.opendev.org.yaml | 2 ++ inventory/service/host_vars/mirror01.iad.rax.opendev.org.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/service/host_vars/mirror01.dfw.rax.opendev.org.yaml b/inventory/service/host_vars/mirror01.dfw.rax.opendev.org.yaml index 05d6b18ada..28f4f677a4 100644 --- a/inventory/service/host_vars/mirror01.dfw.rax.opendev.org.yaml +++ b/inventory/service/host_vars/mirror01.dfw.rax.opendev.org.yaml @@ -2,3 +2,5 @@ letsencrypt_certs: mirror01-dfw-rax-main: - mirror01.dfw.rax.opendev.org - mirror.dfw.rax.opendev.org + - mirror01-int.dfw.rax.opendev.org + - mirror-int.dfw.rax.opendev.org diff --git a/inventory/service/host_vars/mirror01.iad.rax.opendev.org.yaml b/inventory/service/host_vars/mirror01.iad.rax.opendev.org.yaml index c679adcae5..bc368461b9 100644 --- a/inventory/service/host_vars/mirror01.iad.rax.opendev.org.yaml +++ b/inventory/service/host_vars/mirror01.iad.rax.opendev.org.yaml @@ -2,3 +2,5 @@ letsencrypt_certs: mirror01-iad-rax-main: - mirror01.iad.rax.opendev.org - mirror.iad.rax.opendev.org + - mirror01-int.iad.rax.opendev.org + - mirror-int.iad.rax.opendev.org