Advanced Cloudbreak Configuration
Also available as:
PDF

Set Profile variables

You can set Profile variables by using the following steps.

Steps

  1. To set environment variables relevant for Cloudbreak deployer, add them to a file called Profile located in the Cloudbreak deployment directory (typically /var/lib/cloudbreak-deployment). The Profile file is sourced, so you can use the usual syntax to set configuration values:
    export MY_VAR=some_value
    export MY_OTHER_VAR=another_value       
  2. After changing a property, you must regenerate the config file and restart the application by using cbd restart.