Proxy support enhancement

Added gate scripts and playbook enhancement to run airshipctl behind proxy.

Change-Id: Icc3cdcd6fd150420103f907cd1871feba1ccd223
Signed-off-by: James Gu <james.gu@att.com>
This commit is contained in:
James Gu
2020-04-24 23:26:49 +00:00
committed by Sreejith Punnapuzha
parent 21dceb20d1
commit afcfdb5c6e
6 changed files with 21 additions and 8 deletions

View File

@@ -24,3 +24,8 @@ zuul:
log_root: "$TMP_DIR"
project:
src_dir: "$AIRSHIPCTL_WS"
proxy:
enabled: "$USE_PROXY"
http: "$HTTP_PROXY"
https: "$HTTPS_PROXY"
noproxy: "$NO_PROXY"