Skip to content

Commit

Permalink
fix NO_PROXY again
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzkoper committed Jan 9, 2025
1 parent 19e4a4d commit e626c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/kayobe-automation-run-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
--env TEMPEST_NO_PROXY_EXTRA
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
--env HTTP_PROXY="$TEMPEST_NO_PROXY"
--env HTTP_PROXY="$TEMPEST_HTTP_PROXY"
--env HTTPS_PROXY="$TEMPEST_HTTPS_PROXY"
--env NO_PROXY
--env NO_PROXY="$TEMPEST_NO_PROXY"
{% if tempest_load_list_path is defined -%}
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
{% endif -%}
Expand Down

0 comments on commit e626c77

Please sign in to comment.