Quantcast
Channel: Ask OpenStack: Q&A Site for OpenStack Users and Developers - Individual question feed
Viewing all articles
Browse latest Browse all 27

Comment by Bernd Bausch for Yes it is possible, and there are many options. Manual setup: Time consuming, requires troubleshooting, you learn a lot: The installation tutorials. This gives you a two-node setup, but you can easily repeate the instruction for setting up compute nodes. Packstack: Fairly automatic; you can set up a cloud on a single server in an hour or so. After that, add compute nodes. It only works on RHEL and RHEL clones. DevStack has the purpose of creating small clouds for testing OpenStack software. Like Packstack, quick to set up, but runs on Ubuntu and OpenSUSE as well. It does support multi-node installations; I don't know how hard it is to configure them. These three solutions work on comparatively small physical or virtual machines; 6GB memory should be sufficient, 50GB disk space, any type of modern CPU. Slightly more performant servers are required to set up OpenStack in LXC containers using OpenStack-Ansible, and in Docker container with Kolla and Kolla-Ansible. There are several other deployment solutions.

Next: Comment by najeh for Yes it is possible, and there are many options. Manual setup: Time consuming, requires troubleshooting, you learn a lot: The installation tutorials. This gives you a two-node setup, but you can easily repeate the instruction for setting up compute nodes. Packstack: Fairly automatic; you can set up a cloud on a single server in an hour or so. After that, add compute nodes. It only works on RHEL and RHEL clones. DevStack has the purpose of creating small clouds for testing OpenStack software. Like Packstack, quick to set up, but runs on Ubuntu and OpenSUSE as well. It does support multi-node installations; I don't know how hard it is to configure them. These three solutions work on comparatively small physical or virtual machines; 6GB memory should be sufficient, 50GB disk space, any type of modern CPU. Slightly more performant servers are required to set up OpenStack in LXC containers using OpenStack-Ansible, and in Docker container with Kolla and Kolla-Ansible. There are several other deployment solutions.
$
0
0
This is explained in the *Overview* and *Environment* chapters of the [installation tutorials](https://docs.openstack.org/install-guide/). I also like this external resource, old but still correct I think: http://www.opencloudblog.com/?p=557.

Viewing all articles
Browse latest Browse all 27

Trending Articles