File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-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 HTTP_PROXY="$TEMPEST_HTTP_PROXY"
144+ {% endif %}
145+ {% if lookup('env', 'TEMPEST_HTTPS_PROXY') %}
146+ --env HTTPS_PROXY="$TEMPEST_HTTPS_PROXY"
147+ {% endif %}
148+ {% if lookup('env', 'TEMPEST_NO_PROXY') %}
149+ --env NO_PROXY="$TEMPEST_NO_PROXY"
150+ {% endif %}
142151 {% if tempest_load_list_path is defined -%}
143152 -v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
144153 {% endif -%}
162171 TEMPEST_OPENRC : " {{ lookup('env', 'TEMPEST_OPENRC') }}"
163172 TEMPEST_CONF_OVERRIDES : " {{ lookup('env', 'TEMPEST_CONF_OVERRIDES') }}"
164173 TEMPEST_NO_PROXY_EXTRA : " {{ lookup('env', 'TEMPEST_NO_PROXY_EXTRA') }}"
174+ TEMPEST_NO_PROXY : " {{ lookup('env', 'TEMPEST_NO_PROXY') }}"
175+ TEMPEST_HTTP_PROXY : " {{ lookup('env', 'TEMPEST_HTTP_PROXY') }}"
176+ TEMPEST_HTTPS_PROXY : " {{ lookup('env', 'TEMPEST_HTTPS_PROXY') }}"
165177 RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES : " {{ lookup('env', 'RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES') }}"
166178 no_log : " {{ rally_no_sensitive_log }}"
167179 register : docker_result
You can’t perform that action at this time.
0 commit comments