Advanced Cloudbreak Configuration
Also available as:
PDF

Disable bundle upload for Cloudbreak and new clusters

Perform these steps to disable bundle upload for Cloudbreak and new clusters.

Steps

Note
Note

Do not perform these steps when you have clusters currently in the process of being deployed. Wait for all clusters to be deployed.

  1. SSH into the Cloudbreak host.
  2. Edit /var/lib/cloudbreak-deployment/Profile.
  3. Change CB_SMARTSENSE_CONFIGURE to false:
    export CB_SMARTSENSE_CONFIGURE=false 
  4. Restart Cloudbreak:
    cd /var/lib/cloudbreak-deployment
    cbd restart