flatcar / Flatcar

Flatcar project repository for issue tracking, project documentation, etc.
https://www.flatcar.org/
Apache License 2.0
745 stars 32 forks source link

Missing Raw image for flatcar openstack provider, unable to use flatcar-install #1512

Open lmq1999 opened 3 months ago

lmq1999 commented 3 months ago

Current situation

flatcar openstack provider missing raw image (.bin)

Impact

Unable to use flatcar-install with openstack provider

Ideal future situation

Upload more flatcar openstack provider raw image

Implementation options

Additional information

I'm unable to use flatcar-install in openstack provider because it only download .bin.bz file (raw image), but when i search the release in https://stable.release.flatcar-linux.net/amd64-usr/3815.2.5/ there is only .img and .img.bz2 openstack provider

tormath1 commented 3 months ago

Hi @lmq1999 and thanks for opening this issue - I'm curious: why do you need to run flatcar-install to install OpenStack images? Usually OpenStack users upload the image on Glance via CLI, Terraform or Horizon portal with qcow2 disk format: https://www.flatcar.org/docs/latest/installing/cloud/openstack/#choosing-a-channel

lmq1999 commented 3 months ago

Hi @lmq1999 and thanks for opening this issue - I'm curious: why do you need to run flatcar-install to install OpenStack images? Usually OpenStack users upload the image on Glance via CLI, Terraform or Horizon portal with qcow2 disk format: https://www.flatcar.org/docs/latest/installing/cloud/openstack/#choosing-a-channel

I know but some how my cloud provider dont support qcow2 upload as custom image

till commented 3 months ago

Which image types are supported?

lmq1999 commented 3 months ago

Which image types are supported? right now only raw :(( I had to covert to raw to upload it

ader1990 commented 3 months ago

Which image types are supported? right now only raw :(( I had to covert to raw to upload it

Hello, you might be able to pipe the whole process without needing to actually download locally. If you can share the workflow, it would help to see if it can be optimized.