Skip to content

Commit

Permalink
Revert "(feat) Add proxy support to Tempest container"
Browse files Browse the repository at this point in the history
This reverts commit abc26f1.
  • Loading branch information
jackhodgkiss committed Jan 13, 2025
1 parent 2203af6 commit 7abe0ef
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ansible/kayobe-automation-run-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,6 @@
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
--env TEMPEST_NO_PROXY_EXTRA
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
{% if lookup('env', 'TEMPEST_HTTP_PROXY') %}
--env HTTP_PROXY="$TEMPEST_HTTP_PROXY"
{% endif %}
{% if lookup('env', 'TEMPEST_HTTPS_PROXY') %}
--env HTTPS_PROXY="$TEMPEST_HTTPS_PROXY"
{% endif %}
{% if lookup('env', 'TEMPEST_NO_PROXY') %}
--env NO_PROXY="$TEMPEST_NO_PROXY"
{% endif %}
{% if tempest_load_list_path is defined -%}
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
{% endif -%}
Expand All @@ -171,9 +162,6 @@
TEMPEST_OPENRC: "{{ lookup('env', 'TEMPEST_OPENRC') }}"
TEMPEST_CONF_OVERRIDES: "{{ lookup('env', 'TEMPEST_CONF_OVERRIDES') }}"
TEMPEST_NO_PROXY_EXTRA: "{{ lookup('env', 'TEMPEST_NO_PROXY_EXTRA') }}"
TEMPEST_NO_PROXY: "{{ lookup('env', 'TEMPEST_NO_PROXY') }}"
TEMPEST_HTTP_PROXY: "{{ lookup('env', 'TEMPEST_HTTP_PROXY') }}"
TEMPEST_HTTPS_PROXY: "{{ lookup('env', 'TEMPEST_HTTPS_PROXY') }}"
RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES: "{{ lookup('env', 'RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES') }}"
no_log: "{{ rally_no_sensitive_log }}"
register: docker_result
Expand Down

0 comments on commit 7abe0ef

Please sign in to comment.