File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 139139 --env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
140140 --env TEMPEST_NO_PROXY_EXTRA
141141 --env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
142+ {% if lookup('env', 'TEMPEST_HTTP_PROXY') != '' -%}
143+ --env TEMPEST_HTTP_PROXY
144+ {% endif -%}
145+ {% if lookup('env', 'TEMPEST_HTTPS_PROXY') != '' -%}
146+ --env TEMPEST_HTTPS_PROXY
147+ {% endif -%}
142148 {% if tempest_load_list_path is defined -%}
143149 -v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
144150 {% endif -%}
162168 TEMPEST_OPENRC : " {{ lookup('env', 'TEMPEST_OPENRC') }}"
163169 TEMPEST_CONF_OVERRIDES : " {{ lookup('env', 'TEMPEST_CONF_OVERRIDES') }}"
164170 TEMPEST_NO_PROXY_EXTRA : " {{ lookup('env', 'TEMPEST_NO_PROXY_EXTRA') }}"
171+ TEMPEST_HTTP_PROXY : http://usprivatezen.astrazeneca.net:9480
172+ TEMPEST_HTTPS_PROXY : http://usprivatezen.astrazeneca.net:9480
165173 RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES : " {{ lookup('env', 'RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES') }}"
166174 no_log : " {{ rally_no_sensitive_log }}"
167175 register : docker_result
You can’t perform that action at this time.
0 commit comments