i think this needs to go to iad2

This commit is contained in:
Stephen Smoogen 2020-06-10 17:55:54 -04:00
parent 5f99c9b1e3
commit 5553dfe42d

View file

@ -4,7 +4,7 @@
# registry hosts.
- name: Prune 30 days old OCI images from candidate-registry
hosts: oci-candidate-registry01.phx2.fedoraproject.org:oci-candidate-registry01.stg.phx2.fedoraproject.org
hosts: oci-candidate-registry01.iad2.fedoraproject.org:oci-candidate-registry01.stg.iad2.fedoraproject.org
gather_facts: false
user: root
@ -21,7 +21,7 @@
days: 30
username: "{{candidate_registry_osbs_prod_username}}"
password: "{{candidate_registry_osbs_prod_password}}"
delegate_to: compose-x86-01.phx2.fedoraproject.org
delegate_to: compose-x86-01.iad2.fedoraproject.org
when: env == "production"
register: prod_output
@ -37,7 +37,7 @@
days: 30
username: "{{candidate_registry_osbs_stg_username}}"
password: "{{candidate_registry_osbs_stg_password}}"
delegate_to: compose-x86-01.phx2.fedoraproject.org
delegate_to: compose-x86-01.iad2.fedoraproject.org
when: env == "staging"
register: stg_output