Conductor Documentation

User Configuration

You can configure more advanced features of Conductor Management Console, including:

Customizing user configuration

To customize user configuration file residing on the Conductor Manager do the following in your Conductor Manager VM:

  1. Copy user configuration file to user data directory
    sudo -u stage_user cp /opt/cloudify-stage/conf/userConfig.json /opt/cloudify-stage/dist/userData
    
  2. Apply modifications (you can remove all not modified parts to use default values). See Changing logo or Changing styling sections for details.
  3. Restart Conductor Management Console service on the Conductor Manager machine by executing: sudo supervisorctl restart cloudify-stage.

To change product logo, do the following:

  1. Copy your logo image file (logo.png) to /opt/cloudify-stage/dist/static/images directory
  2. In /opt/cloudify-stage/dist/userData/userConfig.json set logoUrl to /console/static/images/logo.png
  3. Restart Conductor Management Console service to test changes (see Customizing user configuration)

Changing styling

To apply custom CSS stylesheet, do the following:

  1. Create your custom CSS file (style.css)
  2. Copy style.css file to /opt/cloudify-stage/dist/userData directory
  3. In /opt/cloudify-stage/dist/userData/userConfig.json set customCssPath to style.css
  4. Restart Conductor Management Console service to test changes (see Customizing user configuration)

Air Gapped Operations

The Conductor UI map widget(s) use map data from Stadia maps, an internet hosted map data source. This prevents true air gapped operation of the map widget component. Air-gapped operation allows Conductor to be configurabled to use a non-internet hosted source of map data in an environment with restricted or without internet access.