From cad2bd8d42dfc027a266e35b0cef5d7f80de2be8 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Tue, 18 Feb 2020 09:50:29 +0530 Subject: [PATCH] Switch to images.r.o from images-vexxhost Previously the images were hosted on rdo-cloud which was pointed to certain IP address for rcm server and other images were hosted on images.rdoproject.org. In order to move the images to a new host, we can have created images-vexxhost.r.o and tested the migration there. Since it is working fine. In order to reuse the name images.r.o in the new cloud, we need to switch off the old server and populate the new dns images.r.o on new cloud via taking an intermediate dns images-vexxhost.r.o dns. We tested the intermediate dns. https://softwarefactory-project.io/r/#/c/17428 populates the dns record to images.rdoproject.org and also keeps images-vexxhost.rdoproject.org domain. In order to keep the name consistent, it switches to images.rdoproject.org and reuse the same. https://tree.taiga.io/project/tripleo-ci-board/task/1538 Depends-On: https://softwarefactory-project.io/r/#/c/17428 Change-Id: Ia838e650bbab570cf2dfff4f2301497dbbc48add Signed-off-by: Chandan Kumar (raukadah) --- config/release/tripleo-ci/RedHat-8/master.yml | 4 ++-- .../tripleo-ci/RedHat-8/promotion-testing-hash-master.yml | 4 ++-- .../tripleo-ci/RedHat-8/promotion-testing-hash-train.yml | 4 ++-- config/release/tripleo-ci/RedHat-8/train.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/release/tripleo-ci/RedHat-8/master.yml b/config/release/tripleo-ci/RedHat-8/master.yml index b6875867b..1cab1a28a 100644 --- a/config/release/tripleo-ci/RedHat-8/master.yml +++ b/config/release/tripleo-ci/RedHat-8/master.yml @@ -30,8 +30,8 @@ undercloud_docker_insecure_registries: "{{ docker_registry_host }}" docker_prep_prefix: rhel-binary docker_ceph_namespace: docker.io/ceph docker_openshift_tag: v3.11.0 -overcloud_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/rhel8/master/rdo_trunk/current-tripleo/overcloud-full.tar" -ipa_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/rhel8/master/rdo_trunk/current-tripleo/ironic-python-agent.tar" +overcloud_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/rhel8/master/rdo_trunk/current-tripleo/overcloud-full.tar" +ipa_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/rhel8/master/rdo_trunk/current-tripleo/ironic-python-agent.tar" repo_cmd_before: | sudo rm -rf /etc/yum.repos.d/delorean*; sudo rm -rf /etc/yum.repos.d/*.rpmsave; diff --git a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml index c018d8f78..b93c840ac 100644 --- a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml +++ b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml @@ -30,8 +30,8 @@ undercloud_docker_insecure_registries: "{{ docker_registry_host }}" docker_prep_prefix: rhel-binary docker_ceph_namespace: docker.io/ceph docker_openshift_tag: v3.11.0 -overcloud_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/master/rdo_trunk/tripleo-ci-testing/overcloud-full.tar" -ipa_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/master/rdo_trunk/tripleo-ci-testing/ironic-python-agent.tar" +overcloud_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/redhat8/master/rdo_trunk/tripleo-ci-testing/overcloud-full.tar" +ipa_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/redhat8/master/rdo_trunk/tripleo-ci-testing/ironic-python-agent.tar" repo_cmd_before: | sudo rm -rf /etc/yum.repos.d/delorean*; diff --git a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml index 1570bf605..3253a951d 100644 --- a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml +++ b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml @@ -30,8 +30,8 @@ undercloud_docker_insecure_registries: "{{ docker_registry_host }}" docker_prep_prefix: rhel-binary docker_ceph_namespace: docker.io/ceph docker_openshift_tag: v3.11.0 -overcloud_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/tripleo-ci-testing/overcloud-full.tar" -ipa_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/tripleo-ci-testing/ironic-python-agent.tar" +overcloud_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/tripleo-ci-testing/overcloud-full.tar" +ipa_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/tripleo-ci-testing/ironic-python-agent.tar" repo_cmd_before: | sudo rm -rf /etc/yum.repos.d/delorean*; diff --git a/config/release/tripleo-ci/RedHat-8/train.yml b/config/release/tripleo-ci/RedHat-8/train.yml index 690b8a0ef..6bf63dc7a 100644 --- a/config/release/tripleo-ci/RedHat-8/train.yml +++ b/config/release/tripleo-ci/RedHat-8/train.yml @@ -30,8 +30,8 @@ undercloud_docker_insecure_registries: "{{ docker_registry_host }}" docker_prep_prefix: rhel-binary docker_ceph_namespace: docker.io/ceph docker_openshift_tag: v3.11.0 -overcloud_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/rhel8/{{ release }}/rdo_trunk/current-tripleo/overcloud-full.tar" -ipa_image_url: "https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/rhel8/{{ release }}/rdo_trunk/current-tripleo/ironic-python-agent.tar" +overcloud_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/rhel8/{{ release }}/rdo_trunk/current-tripleo/overcloud-full.tar" +ipa_image_url: "https://images.rdoproject.org:4433/rcm-guest/images/rhel8/{{ release }}/rdo_trunk/current-tripleo/ironic-python-agent.tar" repo_cmd_before: | sudo rm -rf /etc/yum.repos.d/delorean*; sudo rm -rf /etc/yum.repos.d/*.rpmsave;