Skip to content

Commit

Permalink
Merge "Changing container registry in testenv to quay"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 6, 2022
2 parents 1ee40ae + f04acda commit a70a36d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion toci-quickstart/config/testenv/multinode-psi.yml
Expand Up @@ -49,7 +49,7 @@ docker_registry_host: >-
{%- elif job.consumer_job | default(false) | bool -%}
{{ job.registry_ip_address_branch[release] }}:5001
{%- else -%}
{%- if release in ["master"] -%}
{%- if (release not in ["victoria"] and ansible_distribution|lower in ["centos"]) -%}
quay.rdoproject.org
{%- else -%}
trunk.registry.rdoproject.org
Expand Down
2 changes: 1 addition & 1 deletion toci-quickstart/config/testenv/multinode-rdocloud.yml
Expand Up @@ -50,7 +50,7 @@ docker_registry_host: >-
{%- elif job.consumer_job | default(false) | bool -%}
{{ job.registry_ip_address_branch[release] }}:5001
{%- else -%}
{%- if release in ["master"] -%}
{%- if (release not in ["victoria"] and ansible_distribution|lower in ["centos"]) -%}
quay.rdoproject.org
{%- else -%}
trunk.registry.rdoproject.org
Expand Down
2 changes: 1 addition & 1 deletion toci-quickstart/config/testenv/multinode-vexxhost.yml
Expand Up @@ -49,7 +49,7 @@ docker_registry_host: >-
{%- elif job.consumer_job | default(false) | bool -%}
{{ job.registry_ip_address_branch[release] }}:5001
{%- else -%}
{%- if release in ["master"] -%}
{%- if (release not in ["victoria"] and ansible_distribution|lower in ["centos"]) -%}
quay.rdoproject.org
{%- else -%}
trunk.registry.rdoproject.org
Expand Down
2 changes: 1 addition & 1 deletion toci-quickstart/config/testenv/ovb-psi.yml
Expand Up @@ -35,7 +35,7 @@ docker_registry_host: >-
{%- elif job.consumer_job | default(false) | bool -%}
{{ job.registry_ip_address_branch[release] }}:5001
{%- else -%}
{%- if release in ["master"] -%}
{%- if (release not in ["victoria"] and ansible_distribution|lower in ["centos"]) -%}
quay.rdoproject.org
{%- else -%}
trunk.registry.rdoproject.org
Expand Down
2 changes: 1 addition & 1 deletion toci-quickstart/config/testenv/ovb-rdocloud.yml
Expand Up @@ -36,7 +36,7 @@ docker_registry_host: >-
{%- elif job.consumer_job | default(false) | bool -%}
{{ job.registry_ip_address_branch[release] }}:5001
{%- else -%}
{%- if release in ["master"] -%}
{%- if (release not in ["victoria"] and ansible_distribution|lower in ["centos"]) -%}
quay.rdoproject.org
{%- else -%}
trunk.registry.rdoproject.org
Expand Down
2 changes: 1 addition & 1 deletion toci-quickstart/config/testenv/ovb-vexxhost.yml
Expand Up @@ -35,7 +35,7 @@ docker_registry_host: >-
{%- elif job.consumer_job | default(false) | bool -%}
{{ job.registry_ip_address_branch[release] }}:5001
{%- else -%}
{%- if release in ["master"] -%}
{%- if (release not in ["victoria"] and ansible_distribution|lower in ["centos"]) -%}
quay.rdoproject.org
{%- else -%}
trunk.registry.rdoproject.org
Expand Down

0 comments on commit a70a36d

Please sign in to comment.