releng-compose: Disable login to candidate-registry until its fixed
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
18a674d74d
commit
45c95fdaca
1 changed files with 14 additions and 14 deletions
|
@ -135,20 +135,20 @@
|
|||
key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key",
|
||||
when: env == "production"
|
||||
}
|
||||
- {
|
||||
role: login-registry,
|
||||
candidate_registry: "candidate-registry.stg.fedoraproject.org",
|
||||
candidate_registry_osbs_username: "{{candidate_registry_osbs_stg_username}}",
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_stg_password}}",
|
||||
when: env == "staging"
|
||||
}
|
||||
- {
|
||||
role: login-registry,
|
||||
candidate_registry: "candidate-registry.fedoraproject.org",
|
||||
candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}",
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}",
|
||||
when: env == "production"
|
||||
}
|
||||
#- {
|
||||
# role: login-registry,
|
||||
# candidate_registry: "candidate-registry.stg.fedoraproject.org",
|
||||
# candidate_registry_osbs_username: "{{candidate_registry_osbs_stg_username}}",
|
||||
# candidate_registry_osbs_password: "{{candidate_registry_osbs_stg_password}}",
|
||||
# when: env == "staging"
|
||||
#}
|
||||
#- {
|
||||
# role: login-registry,
|
||||
# candidate_registry: "candidate-registry.fedoraproject.org",
|
||||
# candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}",
|
||||
# candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}",
|
||||
# when: env == "production"
|
||||
#}
|
||||
- {
|
||||
role: login-registry,
|
||||
candidate_registry: "quay.io",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue