mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
add [scratch] section to osbs.conf for new scratch implementation in koji-containerbuild
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -29,3 +29,31 @@ builder_use_auth = {{ default.builder_use_auth }}
|
||||
distribution_scope = {{ default.distribution_scope }}
|
||||
registry_api_versions = {{ default.registry_api_versions }}
|
||||
builder_openshift_url = {{ default.builder_openshift_url }}
|
||||
|
||||
[scratch]
|
||||
{% if default.username %}
|
||||
username = {{ default.username }}
|
||||
{% endif %}
|
||||
{% if default.password %}
|
||||
password = {{ default.password }}
|
||||
{% endif %}
|
||||
{% if default.koji_certs_secret %}
|
||||
koji_certs_secret = {{ default.koji_certs_secret }}
|
||||
{% endif %}
|
||||
openshift_url = {{ default.openshift_url }}
|
||||
koji_root = {{ default.koji_root }}
|
||||
koji_hub = {{ default.koji_hub }}
|
||||
sources_command = {{ default.sources_command }}
|
||||
build_type = {{ default.build_type }}
|
||||
registry_uri = {{ default.registry_uri }}
|
||||
source_registry_uri = {{ default.source_registry_uri }}
|
||||
authoritative_registry = {{ default.authoritative_registry }}
|
||||
vendor = {{ default.vendor }}
|
||||
build_host = {{ default.build_host }}
|
||||
verify_ssl = {{ default.verify_ssl }}
|
||||
use_auth = {{ default.use_auth }}
|
||||
builder_use_auth = {{ default.builder_use_auth }}
|
||||
distribution_scope = {{ default.distribution_scope }}
|
||||
registry_api_versions = {{ default.registry_api_versions }}
|
||||
builder_openshift_url = {{ default.builder_openshift_url }}
|
||||
unique_tag_only = True
|
||||
|
||||
Reference in New Issue
Block a user