OSBS: remove the koji_secret_name in osbs-namespace role

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-11-30 12:34:18 +01:00
parent c5935eb736
commit 1e6330ceea
2 changed files with 0 additions and 4 deletions

View file

@ -106,7 +106,6 @@ Role Variables
- user2 - user2
# Koji integration # Koji integration
osbs_koji_secret_name: kojisecret
osbs_koji_hub: https://koji.fedoraproject.org # Empty default value osbs_koji_hub: https://koji.fedoraproject.org # Empty default value
osbs_koji_root: https://koji.fedoraproject.org/kojihub # Empty default value osbs_koji_root: https://koji.fedoraproject.org/kojihub # Empty default value

View file

@ -17,9 +17,6 @@ authoritative_registry = {{ osbs_authoritative_registry }}
distribution_scope = {{ osbs_distribution_scope }} distribution_scope = {{ osbs_distribution_scope }}
# Koji integration # Koji integration
{% if osbs_koji_secret_name %}
koji_certs_secret = {{ osbs_koji_secret_name }}
{% endif %}
{% if osbs_koji_hub %} {% if osbs_koji_hub %}
koji_hub = {{ osbs_koji_hub }} koji_hub = {{ osbs_koji_hub }}
{% endif %} {% endif %}