Created 04-03-2018 01:21 PM
Hi,
I'm trying to launch cloudbreak on my own Openstack-Cloud, but when I want to start my instance (with cloudbreak-deployer Image or pre-warmed Image) and I look to the Console it says:
"no bootable device found"
How can I fix this ?
Thanks in advance !
Dominik
Created 04-04-2018 12:55 PM
Please tell us what's the cloudbreak image location you use to import the image and whats the value you set up for CB_LATEST_IMAGE variable.
Created 04-04-2018 07:31 PM
I've follwed the Instructions in this Guide to launch Cloudbreak in Openstack:
https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/os-launch/index.html
So I've downloaded these three images to "home" directory on my machine which is running Openstack (packstack --allinone) by these commands:
curl -O https://public-repo-1.hortonworks.com/HDP/cloudbreak/266cbdd8-9909-4597-8133-cf3444b8b232.img curl -O https://public-repo-1.hortonworks.com/HDP/cloudbreak/cb-hdp--1801261636.img curl -O https://public-repo-1.hortonworks.com/HDP/cloudbreak/cb-hdp-26-1802090220.img
After this I've downloaded admin-openrc.sh file from the Openstack Dashboard and load it by running the following command:
source admin-openrc.sh
To import the images I've run these commands:
export CBD_LATEST_IMAGE=266cbdd8-9909-4597-8133-cf3444b8b232.img export OS_IMAGE_NAME=266cbdd8-9909-4597-8133-cf3444b8b232.img glance image-create --name "$OS_IMAGE_NAME" --file "$CBD_LATEST_IMAGE" --disk-format qcow2 --container-format bare --progress export CB_LATEST_IMAGE=cb-hdp--1801261636.img export CB_LATEST_IMAGE_NAME=cb-hdp--1801261636.img<br>glance image-create --name "$CB_LATEST_IMAGE_NAME" --file "$CB_LATEST_IMAGE" --disk-format qcow2 --container-format bare --progress export CB_LATEST_IMAGE=cb-hdp-26-1802090220.img export CB_LATEST_IMAGE_NAME=cb-hdp-26-1802090220.img glance image-create --name "$CB_LATEST_IMAGE_NAME" --file "$CB_LATEST_IMAGE" --disk-format qcow2 --container-format bare --progress
When I try to run an Instance with the cloudbreak-deployer image (266cbdd8-9909-4597-8133-cf3444b8b232.img) the instance goes to active status but the console says that "there was no bootable device found"
Created 04-05-2018 12:26 PM
I double-checked and our OS could create instance from the imported image successfully.
Could you please tell more about your OS infra, version?
Created 04-05-2018 06:10 PM
I've installed OS on a centOs destribution (Intel NUC i7 / 32GB ram) and used the following Guide:
http://rdoproject.org/install/packstack/
The OS version is queens-release.
Other images for example ubuntu / centos or cirros cloud images are running without any problems.
Created 04-06-2018 02:01 PM
Hi @Dominik Kappel,
OpenStack versions are supported by Cloudbreak. Unfortunately Cloudbreak doesn't support the Queens version. I tested the image by following the docs on one of our supported environments and that worked fine. I would really help you but we don't have an Infra to do that.
If you have a support subscription, feel free to open a ticket and we will happy to assist you in the further investigation.
Br,
Tamas