From eb2c9bfff40d39fd4369252ae86533c0e9148406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 27 Feb 2019 15:37:02 +0100 Subject: [PATCH] the-new-hotness, release-monitoring: Fix privatefile paths for cert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- playbooks/openshift-apps/release-monitoring.yml | 8 ++++---- playbooks/openshift-apps/the-new-hotness.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/openshift-apps/release-monitoring.yml b/playbooks/openshift-apps/release-monitoring.yml index e7644067a6..49cbf63c28 100644 --- a/playbooks/openshift-apps/release-monitoring.yml +++ b/playbooks/openshift-apps/release-monitoring.yml @@ -23,25 +23,25 @@ app: release-monitoring secret_name: release-monitoring-fedora-messaging-key key: fedora-messaging-release-monitoring.key - privatefile: "rabbitmq/{{env}}/pki/private/release-monitoring{{env_suffix}}.key" + privatefile: "rabbitmq/{{env}}/pki/private/anitya{{env_suffix}}.key" when: env == "staging" - role: openshift/secret-file app: release-monitoring secret_name: release-monitoring-fedora-messaging-cert key: fedora-messaging-release-monitoring.crt - privatefile: "rabbitmq/{{env}}/pki/private/release-monitoring{{env_suffix}}.crt" + privatefile: "rabbitmq/{{env}}/pki/issued/anitya{{env_suffix}}.crt" when: env == "staging" - role: openshift/secret-file app: release-monitoring secret_name: release-monitoring-fedora-messaging-key key: fedora-messaging-release-monitoring.key - privatefile: "rabbitmq/{{env}}/pki/private/release-monitoring.key" + privatefile: "rabbitmq/{{env}}/pki/private/anitya.key" when: env != "staging" - role: openshift/secret-file app: release-monitoring secret_name: release-monitoring-fedora-messaging-cert key: fedora-messaging-release-monitoring.crt - privatefile: "rabbitmq/{{env}}/pki/private/release-monitoring.crt" + privatefile: "rabbitmq/{{env}}/pki/issued/anitya.crt" when: env != "staging" - role: openshift/object app: release-monitoring diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index 37065f3239..29f9666d16 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -32,7 +32,7 @@ app: the-new-hotness secret_name: the-new-hotness-fedora-messaging-cert key: fedora-messaging-the-new-hotness.crt - privatefile: "rabbitmq/{{env}}/pki/private/the-new-hotness{{env_suffix}}.crt" + privatefile: "rabbitmq/{{env}}/pki/issued/the-new-hotness{{env_suffix}}.crt" when: env == "staging" - role: openshift/secret-file @@ -46,7 +46,7 @@ app: the-new-hotness secret_name: the-new-hotness-fedora-messaging-cert key: fedora-messaging-the-new-hotness.crt - privatefile: "rabbitmq/{{env}}/pki/private/the-new-hotness.crt" + privatefile: "rabbitmq/{{env}}/pki/issued/the-new-hotness.crt" when: env != "staging" - role: openshift/object