ClearLinux on OpenstackMigration between OpenStack and RackSpace cloudImport existing VM into Openstack/CloudstackHow exactly are Distributed File Systems used in cloud environment?Openstack/PackStack basic multi-node network setupDeploy Windows 7 to OpenStack - Windows Setup Error when instance bootsConnectionError: [Errno 111] Connection refused (Openstack installation through Puppet)How many VMs per core/vcpu can be run in OpenStackUnattend.xml getting overwritten during first bootHTTP failure within Docker container hosted in OpenStackOpenStack Hyper-V vSwitch not being selected
Is the infant mortality rate among African-American babies in Youngstown, Ohio greater than that of babies in Iran?
How would Japanese people react to someone refusing to say “itadakimasu” for religious reasons?
Boss making me feel guilty for leaving the company at the end of my internship
What kind of chart is this?
Redirecting output only on a successful command call
Does knowing the surface area of all faces uniquely determine a tetrahedron?
Leaving job close to major deadlines
My husband's visa refused but mine wasn't -- can I travel?
What could be the physiological mechanism for a biological Geiger counter?
Why can't I craft scaffolding in Minecraft 1.14?
Positive cumulative sum of difference
What is the precise meaning of "подсел на мак"?
How did Avada Kedavra get its name?
TiKZ won't graph 1/sqrt(x)
How to know whether to write accidentals as sharps or flats?
How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?
How Linux command "mount -a" works
Someone who is granted access to information but not expected to read it
Is it possible for underground bunkers on different continents to be connected?
Time at 1G acceleration to travel 100000 light years
How did the European Union reach the figure of 3% as a maximum allowed deficit?
Why is gun control associated with the socially liberal Democratic party?
How to write a nice frame challenge?
100-doors puzzle
ClearLinux on Openstack
Migration between OpenStack and RackSpace cloudImport existing VM into Openstack/CloudstackHow exactly are Distributed File Systems used in cloud environment?Openstack/PackStack basic multi-node network setupDeploy Windows 7 to OpenStack - Windows Setup Error when instance bootsConnectionError: [Errno 111] Connection refused (Openstack installation through Puppet)How many VMs per core/vcpu can be run in OpenStackUnattend.xml getting overwritten during first bootHTTP failure within Docker container hosted in OpenStackOpenStack Hyper-V vSwitch not being selected
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm having trouble getting ClearLinux to work on OpenStack.
From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.
Their documentation states the one for OpenStack is the cloud-img file.
We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".
After trying these images, I run openstack image create --private --disk-format raw --container-format bare
and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.
Edit:
Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.
Also lets be adults and not downvote without comment here.
Edit 2:
TIL (Tonight(at 3am) I learned)
qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw
I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!
Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
| container_format | bare |
| created_at | 2019-05-31T08:09:06Z |
| disk_format | raw |
| file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
| id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
| min_disk | 0 |
| min_ram | 0 |
| name | clear-29690-cloud-raw-actual |
| owner | 61af61cc80b04e14a185f5a08e763d3c |
| properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
| protected | False |
| schema | /v2/schemas/image |
| size | 907018240 |
| status | active |
| tags | |
| updated_at | 2019-05-31T08:09:53Z |
| virtual_size | None |
| visibility | private |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
linux openstack disk-image
add a comment |
I'm having trouble getting ClearLinux to work on OpenStack.
From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.
Their documentation states the one for OpenStack is the cloud-img file.
We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".
After trying these images, I run openstack image create --private --disk-format raw --container-format bare
and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.
Edit:
Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.
Also lets be adults and not downvote without comment here.
Edit 2:
TIL (Tonight(at 3am) I learned)
qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw
I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!
Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
| container_format | bare |
| created_at | 2019-05-31T08:09:06Z |
| disk_format | raw |
| file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
| id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
| min_disk | 0 |
| min_ram | 0 |
| name | clear-29690-cloud-raw-actual |
| owner | 61af61cc80b04e14a185f5a08e763d3c |
| properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
| protected | False |
| schema | /v2/schemas/image |
| size | 907018240 |
| status | active |
| tags | |
| updated_at | 2019-05-31T08:09:53Z |
| virtual_size | None |
| visibility | private |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
linux openstack disk-image
add a comment |
I'm having trouble getting ClearLinux to work on OpenStack.
From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.
Their documentation states the one for OpenStack is the cloud-img file.
We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".
After trying these images, I run openstack image create --private --disk-format raw --container-format bare
and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.
Edit:
Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.
Also lets be adults and not downvote without comment here.
Edit 2:
TIL (Tonight(at 3am) I learned)
qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw
I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!
Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
| container_format | bare |
| created_at | 2019-05-31T08:09:06Z |
| disk_format | raw |
| file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
| id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
| min_disk | 0 |
| min_ram | 0 |
| name | clear-29690-cloud-raw-actual |
| owner | 61af61cc80b04e14a185f5a08e763d3c |
| properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
| protected | False |
| schema | /v2/schemas/image |
| size | 907018240 |
| status | active |
| tags | |
| updated_at | 2019-05-31T08:09:53Z |
| virtual_size | None |
| visibility | private |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
linux openstack disk-image
I'm having trouble getting ClearLinux to work on OpenStack.
From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.
Their documentation states the one for OpenStack is the cloud-img file.
We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".
After trying these images, I run openstack image create --private --disk-format raw --container-format bare
and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.
Edit:
Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.
Also lets be adults and not downvote without comment here.
Edit 2:
TIL (Tonight(at 3am) I learned)
qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw
I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!
Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
| container_format | bare |
| created_at | 2019-05-31T08:09:06Z |
| disk_format | raw |
| file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
| id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
| min_disk | 0 |
| min_ram | 0 |
| name | clear-29690-cloud-raw-actual |
| owner | 61af61cc80b04e14a185f5a08e763d3c |
| properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
| protected | False |
| schema | /v2/schemas/image |
| size | 907018240 |
| status | active |
| tags | |
| updated_at | 2019-05-31T08:09:53Z |
| virtual_size | None |
| visibility | private |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
linux openstack disk-image
linux openstack disk-image
edited May 31 at 8:19
quantomworks
asked May 31 at 6:37
quantomworksquantomworks
1026
1026
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f969597%2fclearlinux-on-openstack%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.
add a comment |
From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.
add a comment |
From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.
From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.
answered May 31 at 16:32
quantomworksquantomworks
1026
1026
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f969597%2fclearlinux-on-openstack%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown