File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 237237 cifmw_update_containers_watcher : true
238238 watcher_services_tag : watcher_latest
239239 watcher_registry_url : " {{ content_provider_os_registry_url }}"
240- cifmw_update_containers_tag : current-tested
241- cifmw_update_containers_registry : quay.rdoproject.org
242240 cifmw_test_operator_tempest_image_tag : watcher_latest
243241
244242 extra-vars :
Original file line number Diff line number Diff line change @@ -88,3 +88,23 @@ cifmw_install_yamls_whitelisted_vars:
8888 - ' WATCHER_REPO'
8989 - ' WATCHER_BRANCH'
9090 - ' OUTPUT_DIR'
91+
92+ cifmw_update_containers_registry : >-
93+ {%- if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' and cifmw_repo_setup_release == 'master' -%}
94+ {{ content_provider_os_registry_url | split('/') | first }}
95+ {%- elif content_provider_os_registry_url is defined and content_provider_os_registry_url == 'null' and cifmw_repo_setup_release == 'master' -%}
96+ quay.rdoproject.org
97+ {%- elif watcher_registry_url is defined -%}
98+ {{ watcher_registry_url | split('/') | first }}
99+ {%- else -%}
100+ quay.io
101+ {%- endif -%}
102+
103+ cifmw_update_containers_tag : >-
104+ {%- if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' -%}
105+ watcher_latest
106+ {%- elif content_provider_os_registry_url is defined and content_provider_os_registry_url == 'null' and cifmw_repo_setup_release == 'master' -%}
107+ current-tested
108+ {%- else -%}
109+ current-podified
110+ {%- endif -%}
You can’t perform that action at this time.
0 commit comments