From fa9d870a5840bf6baf40039d22d72e4593f8f88e Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 21 Aug 2018 18:37:32 +0000 Subject: [PATCH] might as well use 01 and 02, instead of 02 and 03 Signed-off-by: Rick Elrod --- ...oraproject.org => oci-registry01.phx2.fedoraproject.org} | 0 inventory/inventory | 6 +++--- playbooks/groups/oci-registry.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename inventory/host_vars/{oci-registry03.phx2.fedoraproject.org => oci-registry01.phx2.fedoraproject.org} (100%) diff --git a/inventory/host_vars/oci-registry03.phx2.fedoraproject.org b/inventory/host_vars/oci-registry01.phx2.fedoraproject.org similarity index 100% rename from inventory/host_vars/oci-registry03.phx2.fedoraproject.org rename to inventory/host_vars/oci-registry01.phx2.fedoraproject.org diff --git a/inventory/inventory b/inventory/inventory index af93f79924..418c1b3723 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1443,13 +1443,13 @@ ci-cc-rdu01.fedoraproject.org # registries [oci-registry] +oci-registry01.phx2.fedoraproject.org oci-registry02.phx2.fedoraproject.org -oci-registry03.phx2.fedoraproject.org oci-candidate-registry01.phx2.fedoraproject.org [oci-registry-gluster] +oci-registry01.phx2.fedoraproject.org oci-registry02.phx2.fedoraproject.org -oci-registry03.phx2.fedoraproject.org [docker-registry-gluster-stg] docker-registry01.stg.phx2.fedoraproject.org @@ -1462,7 +1462,7 @@ docker-candidate-registry01.stg.phx2.fedoraproject.org ## Not the candidate just the top registry [moby-registry] -oci-registry02.phx2.fedoraproject.org +oci-registry01.phx2.fedoraproject.org ## Not the candidate just the top registry [moby-registry-stg] diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index bc7a42808e..8c18d78c9c 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -55,8 +55,8 @@ - name: set up gluster on prod hosts: + - oci-registry01.phx2.fedoraproject.org - oci-registry02.phx2.fedoraproject.org - - oci-registry03.phx2.fedoraproject.org user: root gather_facts: True