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 | |
---|---|
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
- On the Cloudbreak machine, switch to the root user by using
sudo su
- 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:
Possible values are: centos6, centos7, redhat6, redhat7, debian9, ubuntu16, ubuntu18, sles12, amazonlinux, amazonlinux2.CB_ENABLED_LINUX_TYPES=redhat6,redhat7,centos6,centos7,amazonlinux
- Save the Profile file.
- Restart Cloudbreak by using:
cbd restart