diff --git a/roles/osbs-client/templates/osbs.conf.j2 b/roles/osbs-client/templates/osbs.conf.j2 index 2a2d35e1ca..f5c49fb819 100644 --- a/roles/osbs-client/templates/osbs.conf.j2 +++ b/roles/osbs-client/templates/osbs.conf.j2 @@ -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