Openstack
This article is a stub. You can help by expanding it.
Resources
Openstack
The OpenStack project aims to create an open and free IaaS platform.
Before Installation
Controller node
Let's begin from the Controller node. Before installing Openstack specific services the system needs to be configured with two physical NIC, one for the Management Network and one to expose the Openstack API to the internet on the Public Network, with the following IP configuration:
Network Interface | IP Address |
---|---|
Public Interface | 1.1.1.1 |
Management Interface | 192.168.0.1 |
Network Node
Compute Node
Installation
You will need three Gentoo hosts to fully exploit the power of the OpenStack platform.
USE flags
USE flags for sys-cluster/openstack-meta A openstack meta-package for installing the various openstack pieces
Emerge
root #
emerge --ask sys-cluster/openstack-meta
Configuration
Testing
Troubleshooting
See also
External resources
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.