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:
committed by
Sreejith Punnapuzha
parent
21dceb20d1
commit
afcfdb5c6e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user