Advanced Cluster Options
Also available as:
PDF

Set CB_ENABLED_LINUX_TYPES

If using a different operating system than that included on the default images, you must set the CB_ENABLED_LINUX_TYPES variable in Profile.

Note
Note

If you are using CentOS 6, CentOS 7, Amazon Linux, or Amazon Linux 2, you don't need to perform this step. If your custom images include any other operating system, you must perform this step.

Steps

  1. On the Cloudbreak machine, switch to the root user by using sudo su
  2. Edit the Profile file located in /var/lib/cloudbreak-deployment by adding export CB_ENABLED_LINUX_TYPES and set it to include all operating systems that you would like to use on your custom images. For example:
    CB_ENABLED_LINUX_TYPES=redhat6,redhat7,centos6,centos7,amazonlinux
    Possible values are: centos6, centos7, redhat6, redhat7, debian9, ubuntu16, ubuntu18, sles12, amazonlinux, amazonlinux2.
  3. Save the Profile file.
  4. Restart Cloudbreak by using:
    cbd restart