Proxy Configuration
To configure the proxy in Conductor, the following settings are required:
- NO_PROXY: A comma separated list of hostnames, domain names, ip or network that should be excluded from the proxy and accessed directly. Can be omitted or empty
- HTTP_PROXY: HTTP proxy address
- HTTPS_PROXY: HTTPS proxy address
- Note: Proxies configured as CONNECT Tunnel are currently not supported
Edit the /etc/cloudify/config.yaml and add proxy settings to extra_env in mgmtworker and stage sections as below:
extra_env:
NO_PROXY: "10.0.0.0/8,localhost,127.0.0.1,192.168.0.0/16"
HTTP_PROXY: "http://192.168.0.20:8080"
HTTPS_PROXY: "http://192.168.0.20:8080"
And run:
# If conductor is already installed
$ cfy_manager configure
# Otherwise
$ cfy_manager install