I want to install openstack on a single computer for a test. I want to understand how openstack works. I have read several tutorials, saying it is possible to install openstack on a single computer. Those tutorials works on Ubuntu with apt. There is a few apt-get/apt-add-repository commands to type, then
apt-get install openstack
Then, the tutorials say I have to launch a command called openstack-install, but this command does not exists on my system.
I have installed exactly the same packages and I see screenshots of the tutorial. Maybe it is an older version? (the tutorial is from 2015)
So how can I install openstack? I just want to select "single computer" and then have access to openstack web management console.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2024-02-29
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2024-03-05
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The issue you're facing is likely due to the tutorial being outdated. OpenStack's installation methods and tools evolve rapidly, and what was valid in 2015 may not apply today. For a single-machine OpenStack deployment, I recommend looking into DevStack or MicroStack, which are more suited to your needs. MicroStack, in particular, is a snap package and offers a straightforward installation process suitable for understanding OpenStack's workings on a small scale. Try checking the official OpenStack documentation or the MicroStack installation guide for the most current instructions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to install openstack on a single computer for a test. I want to understand how openstack works. I have read several tutorials, saying it is possible to install openstack on a single computer. Those tutorials works on Ubuntu with apt. There is a few apt-get/apt-add-repository commands to type, then
Then, the tutorials say I have to launch a command called openstack-install, but this command does not exists on my system.
I have installed exactly the same packages and I see screenshots of the tutorial. Maybe it is an older version? (the tutorial is from 2015)
So how can I install openstack? I just want to select "single computer" and then have access to openstack web management console.
The issue you're facing is likely due to the tutorial being outdated. OpenStack's installation methods and tools evolve rapidly, and what was valid in 2015 may not apply today. For a single-machine OpenStack deployment, I recommend looking into DevStack or MicroStack, which are more suited to your needs. MicroStack, in particular, is a snap package and offers a straightforward installation process suitable for understanding OpenStack's workings on a small scale. Try checking the official OpenStack documentation or the MicroStack installation guide for the most current instructions.