releng-compose: Disable login to candidate-registry until its fixed

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-06-11 15:14:58 -04:00 committed by mohanboddu
parent 18a674d74d
commit 45c95fdaca

View file

@ -135,20 +135,20 @@
key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key", key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key",
when: env == "production" when: env == "production"
} }
- { #- {
role: login-registry, # role: login-registry,
candidate_registry: "candidate-registry.stg.fedoraproject.org", # candidate_registry: "candidate-registry.stg.fedoraproject.org",
candidate_registry_osbs_username: "{{candidate_registry_osbs_stg_username}}", # candidate_registry_osbs_username: "{{candidate_registry_osbs_stg_username}}",
candidate_registry_osbs_password: "{{candidate_registry_osbs_stg_password}}", # candidate_registry_osbs_password: "{{candidate_registry_osbs_stg_password}}",
when: env == "staging" # when: env == "staging"
} #}
- { #- {
role: login-registry, # role: login-registry,
candidate_registry: "candidate-registry.fedoraproject.org", # candidate_registry: "candidate-registry.fedoraproject.org",
candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}", # candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}",
candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}", # candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}",
when: env == "production" # when: env == "production"
} #}
- { - {
role: login-registry, role: login-registry,
candidate_registry: "quay.io", candidate_registry: "quay.io",