Skip to content

Commit

Permalink
Add NO_PROXY
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzkoper committed Jan 9, 2025
1 parent 46d2a26 commit 143634a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/kayobe-automation-run-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
--env HTTP_PROXY
--env HTTPS_PROXY
--env NO_PROXY
{% if tempest_load_list_path is defined -%}
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
{% endif -%}
Expand All @@ -164,6 +165,7 @@
TEMPEST_OPENRC: "{{ lookup('env', 'TEMPEST_OPENRC') }}"
TEMPEST_CONF_OVERRIDES: "{{ lookup('env', 'TEMPEST_CONF_OVERRIDES') }}"
TEMPEST_NO_PROXY_EXTRA: "{{ lookup('env', 'TEMPEST_NO_PROXY_EXTRA') }}"
NO_PROXY: localhost,127.0.0.1,127.0.0.2,.srv.scp,.prim.scp,.mgmt.scp,.astrazeneca.net,astrazeneca.net,.s3.eu-west-1.amazonaws.com,10.96.79.253,10.96.76.23,10.96.78.11,semlscpadmin01,10.96.76.22
HTTP_PROXY: http://usprivatezen.astrazeneca.net:9480
HTTPS_PROXY: http://usprivatezen.astrazeneca.net:9480
RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES: "{{ lookup('env', 'RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES') }}"
Expand Down

0 comments on commit 143634a

Please sign in to comment.