#129 releng-compose: Disable login to candidate-registry until its fixed
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
fedora-infra/ mohanboddu/ansible rawhide-fixes  into  master

@@ -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",

rebased onto 45c95fd

3 years ago

rebased onto 45c95fd

3 years ago

Pull-Request has been merged by mohanboddu

3 years ago