From b569e5e58f95dd513e101e6861df1c0cfe5a494b Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Thu, 13 Feb 2020 13:21:07 +0530 Subject: [PATCH] Update the new rcm image server url Since we are moving to vexxhost and the current rdo cloud rcm server is getting retired and replaced with new image server. The new url is https://images-vexxhost.rdoproject.org:4433. https://tree.taiga.io/project/tripleo-ci-board/task/1538 Change-Id: Id6ed3092d70d85bbb0e38159b0b23addec48146c Signed-off-by: Chandan Kumar (raukadah) --- toci-quickstart/config/testenv/ovb-rdocloud.yml | 4 ++-- toci-quickstart/config/testenv/ovb.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/toci-quickstart/config/testenv/ovb-rdocloud.yml b/toci-quickstart/config/testenv/ovb-rdocloud.yml index e781c2d7b..816a49db2 100644 --- a/toci-quickstart/config/testenv/ovb-rdocloud.yml +++ b/toci-quickstart/config/testenv/ovb-rdocloud.yml @@ -16,13 +16,13 @@ workers_args: >- -e {{ overcloud_templates_path }}/environments/debug.yaml overcloud_image_url: >- {% if ansible_distribution == 'RedHat' and ansible_distribution_major_version >= '8' -%} - http://38.145.34.141/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar + https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar {%- else -%} http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar {%- endif %} ipa_image_url: >- {% if ansible_distribution == 'RedHat' and ansible_distribution_major_version >= '8' -%} - http://38.145.34.141/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar + https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar {%- else -%} http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar {%- endif %} diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index d8d50ddc6..f6a8e888c 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -58,13 +58,13 @@ floating_ip_cidr: >- tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img overcloud_image_url: >- {% if ansible_distribution == 'RedHat' and ansible_distribution_major_version >= '8' -%} - http://38.145.34.141/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar + https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar {%- else -%} http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar {%- endif %} ipa_image_url: >- {% if ansible_distribution == 'RedHat' and ansible_distribution_major_version >= '8' -%} - http://38.145.34.141/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar + https://images-vexxhost.rdoproject.org:4433/rcm-guest/images/redhat8/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar {%- else -%} http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar {%- endif %}