From 290f1d27a8eb42df2fb912dc2668f98043aad7d0 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Tue, 14 Jul 2020 15:01:16 +0200 Subject: [PATCH] Fix openstack org mirrors for reproducer Libvirt reproducer defaults to openstack.org mirrors, which no longer exist. Fix the reference to opendev.org to make defaults working as well. Change-Id: I6b7e11e431ec948c1c8f37be64aaed6f643ab67e Signed-off-by: Bogdan Dobrelya --- .../templates/reproducer-quickstart.sh.j2 | 2 +- .../templates/launcher-playbook.yaml.j2 | 2 +- .../templates/reproducer-zuul-based-quickstart.sh.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 b/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 index afe18298a..06050c965 100644 --- a/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 +++ b/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 @@ -368,7 +368,7 @@ cat >>"{{ env_vars_to_source_file }}" <> ansible-playbook launcher-playbook.yaml \ # -e nodepool_provider=libvirt \ -# -e mirror_path=mirror.mtl01.inap.openstack.org +# -e mirror_path=mirror.mtl01.inap.opendev.org # # To run on a different cloud defined in clouds.yaml ( default is rdo-cloud): # >> ansible-playbook launcher-playbook.yaml \ diff --git a/roles/create-zuul-based-reproducer/templates/reproducer-zuul-based-quickstart.sh.j2 b/roles/create-zuul-based-reproducer/templates/reproducer-zuul-based-quickstart.sh.j2 index affafcf89..b1608d67e 100644 --- a/roles/create-zuul-based-reproducer/templates/reproducer-zuul-based-quickstart.sh.j2 +++ b/roles/create-zuul-based-reproducer/templates/reproducer-zuul-based-quickstart.sh.j2 @@ -251,7 +251,7 @@ PATH=${HOME}/.local/bin:$PATH ansible-playbook \ # Set the options selected into EXTRA_PARAMS if [[ "$LIBVIRT" == "1" ]]; then EXTRA_PARAMS="$EXTRA_PARAMS -e nodepool_provider=libvirt " - EXTRA_PARAMS="$EXTRA_PARAMS -e mirror_path=mirror.mtl01.inap.openstack.org " + EXTRA_PARAMS="$EXTRA_PARAMS -e mirror_path=mirror.mtl01.inap.opendev.org " fi if [[ "$LIBVIRT" == "0" && "$CLOUD_NAME" != "rdo-cloud" ]]; then