Set Profile variables
You can set Profile variables by using the following steps.
Steps
- 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
). TheProfile
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
- After changing a property, you must regenerate the config file and
restart the application by using
cbd restart
.