Conductor Documentation

Proxy Configuration

To configure the proxy in Conductor, the following settings are required:

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