Disable bundle upload for Cloudbreak and new clusters
Perform these steps to disable bundle upload for Cloudbreak and new clusters.
Steps
Note | |
---|---|
Do not perform these steps when you have clusters currently in the process of being deployed. Wait for all clusters to be deployed. |
- SSH into the Cloudbreak host.
- Edit
/var/lib/cloudbreak-deployment/Profile
. - Change
CB_SMARTSENSE_CONFIGURE
tofalse
:export CB_SMARTSENSE_CONFIGURE=false
- Restart Cloudbreak:
cd /var/lib/cloudbreak-deployment cbd restart