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:
Adam Miller 2016-09-20 20:34:46 +00:00
parent 4d1d4286a4
commit 34bb8fda39

View file

@ -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