OSBS: osbs.conf registry uris is deprecated
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
2ac6d14f24
commit
72651ba262
2 changed files with 0 additions and 4 deletions
|
@ -92,8 +92,6 @@
|
|||
koji_kerberos_keytab: "FILE:/etc/krb5.osbs_{{osbs_url}}.keytab",
|
||||
koji_kerberos_principal: "osbs/{{osbs_url}}@{{ipa_realm}}",
|
||||
openshift_url: 'https://{{ osbs_url }}/',
|
||||
registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
source_registry_uri: 'https://{{ source_registry }}/v2',
|
||||
build_host: '{{ osbs_url }}',
|
||||
koji_root: 'http://{{ koji_root }}',
|
||||
koji_hub: 'https://koji.stg.fedoraproject.org/kojihub',
|
||||
|
|
|
@ -341,8 +341,6 @@
|
|||
osbs_vendor: "{{ osbs_conf_vendor }}"
|
||||
osbs_readwrite_users: "{{ osbs_conf_readwrite_users }}"
|
||||
osbs_service_accounts: "{{ osbs_conf_service_accounts }}"
|
||||
osbs_registry_uri: "https://{{ docker_registry }}/v2"
|
||||
osbs_source_registry_uri: "https://{{ source_registry }}/v2"
|
||||
koji_use_kerberos: true
|
||||
koji_kerberos_keytab: "FILE:/etc/krb5.osbs_{{ osbs_url }}.keytab"
|
||||
koji_kerberos_principal: "osbs/{{osbs_url}}@{{ ipa_realm }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue