refactor and fix up osbs-client role usage in osbs-master group playbook
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
5bdff52cb6
commit
afa45e4d2f
3 changed files with 16 additions and 12 deletions
|
@ -14,3 +14,5 @@ docker_registry: "registry.fedoraproject.org"
|
||||||
|
|
||||||
osbs_url: "osbs.fedoraproject.org"
|
osbs_url: "osbs.fedoraproject.org"
|
||||||
osbs_koji_username: "kojibuilder"
|
osbs_koji_username: "kojibuilder"
|
||||||
|
|
||||||
|
koji_url: "koji.fedoraproject.org"
|
||||||
|
|
|
@ -14,3 +14,5 @@ docker_registry: "registry.stg.fedoraproject.org"
|
||||||
|
|
||||||
osbs_url: "osbs.stg.fedoraproject.org"
|
osbs_url: "osbs.stg.fedoraproject.org"
|
||||||
osbs_koji_username: "kojibuilder_stg"
|
osbs_koji_username: "kojibuilder_stg"
|
||||||
|
|
||||||
|
koji_url: "koji.stg.fedoraproject.org"
|
||||||
|
|
|
@ -177,12 +177,12 @@
|
||||||
username: "{{ osbs_koji_stg_username }}",
|
username: "{{ osbs_koji_stg_username }}",
|
||||||
password: "{{ osbs_koji_stg_password }}",
|
password: "{{ osbs_koji_stg_password }}",
|
||||||
koji_certs_secret: "koji",
|
koji_certs_secret: "koji",
|
||||||
openshift_url: 'https://osbs.stg.fedoraproject.org/',
|
openshift_url: 'https://{{osbs_url}}/',
|
||||||
registry_uri: 'https://registry.stg.fedoraproject.org/v2',
|
registry_uri: 'https://{{docker_registry}}/v2',
|
||||||
source_registry_uri: 'https://registry.stg.fedoraproject.org/v2',
|
source_registry_uri: 'https://{{docker_registry}}/v2',
|
||||||
build_host: 'osbs.stg.fedoraproject.org',
|
build_host: '{{osbs_url}}',
|
||||||
koji_root: 'https://koji.stg.fedoraproject.org/koji',
|
koji_root: 'https://{{koji_url}}/koji',
|
||||||
koji_hub: 'https://koji.stg.fedoraproject.org/kojihub',
|
koji_hub: 'https://{{koji_url}}/kojihub',
|
||||||
sources_command: 'fedpkg sources',
|
sources_command: 'fedpkg sources',
|
||||||
build_type: 'prod',
|
build_type: 'prod',
|
||||||
authoritative_registry: 'registry.example.com',
|
authoritative_registry: 'registry.example.com',
|
||||||
|
@ -207,12 +207,12 @@
|
||||||
username: "{{ osbs_koji_prod_username }}",
|
username: "{{ osbs_koji_prod_username }}",
|
||||||
password: "{{ osbs_koji_prod_password }}",
|
password: "{{ osbs_koji_prod_password }}",
|
||||||
koji_certs_secret: "koji",
|
koji_certs_secret: "koji",
|
||||||
openshift_url: 'https://osbs.fedoraproject.org:8443/',
|
openshift_url: 'https://{{osbs_url}}/',
|
||||||
registry_uri: 'https://osbs.fedoraproject.org/v2',
|
registry_uri: 'https://{{docker_registry}}/v2',
|
||||||
source_registry_uri: 'https://osbs.fedoraproject.org/v2',
|
source_registry_uri: 'https://{{docker_registry}}/v2',
|
||||||
build_host: 'osbs.fedoraproject.org',
|
build_host: '{{osbs_url}}',
|
||||||
koji_root: 'https://koji.fedoraproject.org/koji',
|
koji_root: 'https://{{koji_url}}/koji',
|
||||||
koji_hub: 'https://koji.fedoraproject.org/kojihub',
|
koji_hub: 'https://{{koji_url}}/kojihub',
|
||||||
sources_command: 'fedpkg sources',
|
sources_command: 'fedpkg sources',
|
||||||
build_type: 'prod',
|
build_type: 'prod',
|
||||||
authoritative_registry: 'registry.example.com',
|
authoritative_registry: 'registry.example.com',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue