Member since
04-03-2018
4
Posts
1
Kudos Received
0
Solutions
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.
... View more
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"
... View more
04-03-2018
01:21 PM
1 Kudo
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
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak