Skip to content

Commit

Permalink
Add CI var for http_proxy (#6039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored Apr 30, 2020
1 parent 680aa60 commit 353d44a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/kubespray-defaults/tasks/no_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
- name: Populates no_proxy to all hosts
set_fact:
no_proxy: "{{ hostvars.localhost.no_proxy_prepare }}"
proxy_env:
no_proxy: "{{ hostvars.localhost.no_proxy_prepare }}"
NO_PROXY: "{{ hostvars.localhost.no_proxy_prepare }}"
4 changes: 4 additions & 0 deletions tests/files/packet_debian10-containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ dns_min_replicas: 1

helm_enabled: true
helm_version: v3.1.0

# https://gitlab.com/miouge/kubespray-ci/-/blob/a4fd5ed6857807f1c353cb60848aedebaf7d2c94/manifests/http-proxy.yml#L42
http_proxy: http://172.30.30.30:8888
https_proxy: http://172.30.30.30:8888

0 comments on commit 353d44a

Please sign in to comment.