We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b45d42 commit 36990f1Copy full SHA for 36990f1
ansible/kayobe-automation-run-tempest.yml
@@ -139,12 +139,8 @@
139
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
140
--env TEMPEST_NO_PROXY_EXTRA
141
--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
148
{% if tempest_load_list_path is defined -%}
149
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
150
{% endif -%}
0 commit comments