DockStack
DockStack copied to clipboard
Separate Control and Compute Containers
Hello i tried to install openstack into a docker container with your tool/dockerbuild file and that works! But i have one question: what i need to do if i want to create another one more container ONLY for computer (so nova) and add that into the openstack installation (that is into in the first container) ?
DevStack does support a distributed setup via MULTI_HOST=1
, this guide explains how to separate control and compute hosts.
However, I did not try that. If you can adopt the tutorial, I would be happy to merge a PR.
We managed to create a tool to deploy an OpenStack infrastructure with separated Controller and multiple Compute nodes. Here is the repository if you wanna take a look 👍 https://github.com/fedyfausto/redwhale