User Configuration

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

Check out the following links to get more information on the available parameters:

Customizing user configuration

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

  1. Copy /opt/cloudify-stage/conf/userConfig.json file to /opt/cloudify-stage/dist/userData/userConfig.json.
  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 Cloudify Management Console service on the Cloudify 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 Cloudify 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 Cloudify Management Console service to test changes (see Customizing user configuration)