File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
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 %}
151142 {% if tempest_load_list_path is defined -%}
152143 -v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
153144 {% endif -%}
171162 TEMPEST_OPENRC : " {{ lookup('env', 'TEMPEST_OPENRC') }}"
172163 TEMPEST_CONF_OVERRIDES : " {{ lookup('env', 'TEMPEST_CONF_OVERRIDES') }}"
173164 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') }}"
177165 RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES : " {{ lookup('env', 'RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES') }}"
178166 no_log : " {{ rally_no_sensitive_log }}"
179167 register : docker_result
You can’t perform that action at this time.
0 commit comments