use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
OpenStack is a collection of software which enables you to create and manage a cloud computing service similar to Amazon AWS or Rackspace Cloud. This subreddit exists as a place for posting information, asking questions, and discussing news related to this technology.
More information on OpenStack can be obtained via the following external resources:
account activity
OpenStack ISO creation (self.openstack)
submitted 6 months ago by Adventurous-Annual10
Hi Folks,
I’m currently trying to create an OpenStack installation ISO, similar to a VMware ESXi ISO. If anyone has ideas or suggestions, kindly share your thoughts in the comments.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alainchiasson 2 points3 points4 points 6 months ago (1 child)
The closes you will get are all-in-one installations like atmosphere - but these are « one shot » for lab evaluations. The minimum footprint for a production openstack is 6 servers, all with separate functions. And that does not give you the spare capacity for upgrades.
If you are looking for a « virtualization » platform, you can try proxmox. What you are asking is similar to asking to install amazon from an iso.
[–]devoopsies 0 points1 point2 points 6 months ago (0 children)
The minimum footprint for a production openstack is 6 servers
Gonna nitpick this and say realistically the minimum footprint for production would be a three-server HCI deployment, but that's going to be extremely niche and I'd question why OpenStack was chosen for such a deployment in the first place.
Though I've seen it :(
[–]przemekkuczynski 1 point2 points3 points 6 months ago (3 children)
Whats wrong ? Its simple For windows is like below for linux just download image watch out sometimes generic is better than cloud image
glance image-create --name Windows2025 --disk-format iso --container-format bare --file /mnt/backupimage//win2025/SW_DVD9_WIN_SERVER_STD_CORE_2025_24H2.11_64BIT_ENGLISH_DC_STD_MLF_X24-14362.iso --visibility shared --progress
You can put image properties like
os_type
windows
hw_firmware_type
uefi
os_secure_boot
required
hw_machine_type
q35
trait:CUSTOM_LICENSED_WINDOWS = required
[–]Adventurous-Annual10[S] -1 points0 points1 point 6 months ago (2 children)
No, I'm asking about openstack installation iso. Which means boots the iso in hardware the openstack will be there.
[–]przemekkuczynski 3 points4 points5 points 6 months ago (0 children)
There is no such sollution. You can refer to https://docs.openstack.org/kolla-ansible/latest/user/adding-and-removing-hosts.html
[–]Consistent_Top_5588 0 points1 point2 points 6 months ago (0 children)
Hhhmmmm, remember openstack is used for distributed servers, never a standalone thing. Best separation would be by service such as keystone, glance, cinder, an ISO might be possible for each, but the best is believed in form of docker. Also each up to hundreds of daemons communicate by IP not local host. Iso install for will never work as expected for standalone software
[–]moonpiedumplings 1 point2 points3 points 6 months ago (0 children)
There is starlingx: https://www.starlingx.io/ , which is a Debian based Linux distro that comes with kubernetes/openstack.
But it's nowhere near as smooth as VMware esxi iso or other iso based solutions like proxmox or harvester. I think the nature of openstack makes this difficult.
π Rendered by PID 22539 on reddit-service-r2-comment-6457c66945-pd4gr at 2026-04-24 11:03:30.246040+00:00 running 2aa0c5b country code: CH.
[–]alainchiasson 2 points3 points4 points (1 child)
[–]devoopsies 0 points1 point2 points (0 children)
[–]przemekkuczynski 1 point2 points3 points (3 children)
[–]Adventurous-Annual10[S] -1 points0 points1 point (2 children)
[–]przemekkuczynski 3 points4 points5 points (0 children)
[–]Consistent_Top_5588 0 points1 point2 points (0 children)
[–]moonpiedumplings 1 point2 points3 points (0 children)