From 14d4e036e0ee0dbcc9281fd0f60efcbbb9f534df Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 29 Mar 2018 14:38:02 +0200 Subject: [PATCH] Change the name of the conf variable Signed-off-by: Clement Verna --- inventory/group_vars/osbs-masters-stg | 2 +- playbooks/groups/osbs-cluster.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/group_vars/osbs-masters-stg b/inventory/group_vars/osbs-masters-stg index bf4da3dc13..55b36ffb81 100644 --- a/inventory/group_vars/osbs-masters-stg +++ b/inventory/group_vars/osbs-masters-stg @@ -32,7 +32,7 @@ osbs_conf_vendor: Fedora Project osbs_orchestrator_cpu_limitrange: "95m" osbs_orchestrator_default_nodeselector: "orchestrator=true" -osbs_readwrite_users: +osbs_conf_readwrite_users: - default - builder diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 0a45383372..619ff0312b 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -432,7 +432,7 @@ osbs_authoritative_registry: "{{ source_registry }}" osbs_sources_command: "{{ osbs_conf_sources_command }}" osbs_vendor: "{{ osbs_conf_vendor }}" - osbs_readwrite_users: "{{ osbs_readwrite_users }}" + osbs_readwrite_users: "{{ osbs_conf_readwrite_users }}" when: env == "staging" - name: setup koji secret in worker namespace @@ -481,7 +481,7 @@ osbs_authoritative_registry: "{{ source_registry }}" osbs_sources_command: "{{ osbs_conf_sources_command }}" osbs_vendor: "{{ osbs_conf_vendor }}" - osbs_readwrite_users: "{{ osbs_readwrite_users }}" + osbs_readwrite_users: "{{ osbs_conf_readwrite_users }}" when: env == "staging" - name: setup reactor config secret in orchestrator namespace