From 5553dfe42def765c9e2d703679bacd5a6ed320a9 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 10 Jun 2020 17:55:54 -0400 Subject: [PATCH] i think this needs to go to iad2 --- playbooks/manual/oci-registry-prune.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/manual/oci-registry-prune.yml b/playbooks/manual/oci-registry-prune.yml index 839a0408f1..8a2815180b 100644 --- a/playbooks/manual/oci-registry-prune.yml +++ b/playbooks/manual/oci-registry-prune.yml @@ -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