From db71eabeef0e66f26f69c40b46e6dda996970267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wa=CC=A8do=C5=82owski?= Date: Thu, 20 Aug 2020 10:13:43 +0200 Subject: [PATCH] Comment out ceph_custom_key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since there is a check if ceph_custom_key is defined, there is no reason to define it by default. Signed-off-by: Rafał Wądołowski (cherry picked from commit 55cd6e83e475ab9ad8d684b88da5325d869e9d1c) --- group_vars/all.yml.sample | 2 +- group_vars/rhcs.yml.sample | 2 +- roles/ceph-defaults/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index ecf8b539c..cb378737c 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -222,7 +222,7 @@ dummy: # a URL to the .repo file to be installed on the targets. For deb, # ceph_custom_repo should be the URL to the repo base. # -#ceph_custom_key: https://server.domain.com/ceph-custom-repo-key.asc +#ceph_custom_key: https://server.domain.com/ceph-custom-repo/key.asc #ceph_custom_repo: https://server.domain.com/ceph-custom-repo diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 417868951..9906d56b1 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -222,7 +222,7 @@ ceph_iscsi_config_dev: false # a URL to the .repo file to be installed on the targets. For deb, # ceph_custom_repo should be the URL to the repo base. # -#ceph_custom_key: https://server.domain.com/ceph-custom-repo-key.asc +#ceph_custom_key: https://server.domain.com/ceph-custom-repo/key.asc #ceph_custom_repo: https://server.domain.com/ceph-custom-repo diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 2ccfa047a..13f5f0f5e 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -214,7 +214,7 @@ ceph_iscsi_config_dev: true # special repo for deploying iSCSI gateways # a URL to the .repo file to be installed on the targets. For deb, # ceph_custom_repo should be the URL to the repo base. # -ceph_custom_key: https://server.domain.com/ceph-custom-repo-key.asc +#ceph_custom_key: https://server.domain.com/ceph-custom-repo/key.asc ceph_custom_repo: https://server.domain.com/ceph-custom-repo