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) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-13 13:21:07 +05:30
parent 4308d080eb
commit b569e5e58f
2 changed files with 4 additions and 4 deletions

View File

@ -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 %}

View File

@ -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 %}