Add proxy to systemwide-executable roles

Change-Id: I656b4222ebcc8c8a222c5fdc366d73fd56b2dfba
This commit is contained in:
sai battina 2020-03-03 18:15:17 +00:00
parent 517cf775c9
commit 7d9d765fbc
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
proxy:
enabled: "false"
http:
noproxy:

View File

@ -2,6 +2,10 @@
make:
chdir: "{{ remote_work_dir | default(zuul.project.src_dir) }}"
target: docker-image
params:
USE_PROXY: "{{ proxy.enabled }}"
PROXY: "{{ proxy.http }}"
NO_PROXY: "{{ proxy.noproxy }}"
- name: "copy airshipctl binary to host"
shell: |