osbs: add openshift koji secret name to osbs.conf
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
4f1a797755
commit
01c573b623
4 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
default: {
|
||||
username: "{{ osbs_koji_stg_username }}",
|
||||
password: "{{ osbs_koji_stg_password }}",
|
||||
koji_certs_secret: "koji",
|
||||
openshift_url: 'https://{{ osbs_fqdn }}:8443/',
|
||||
registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
default: {
|
||||
username: "{{ osbs_koji_stg_username }}",
|
||||
password: "{{ osbs_koji_stg_password }}",
|
||||
koji_certs_secret: "koji",
|
||||
openshift_url: 'https://{{ osbs_fqdn }}:8443/',
|
||||
registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
default: {
|
||||
username: "{{ osbs_koji_stg_username }}",
|
||||
password: "{{ osbs_koji_stg_password }}",
|
||||
koji_certs_secret: "koji",
|
||||
openshift_url: 'https://{{ osbs_fqdn }}:8443/',
|
||||
registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
|
|
|
@ -10,6 +10,9 @@ username = {{ default.username }}
|
|||
{% 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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue