Kolla provides production-ready containers and deployment tools for operating OpenStack clouds
Go to file
Steven Dake e02c4b388b Add a .gitreview to point to stackforge's gerrit
Change-Id: I3651fb3af73b1b84538399c3fc5def582dd43c69
2014-10-01 09:35:54 -07:00
docker updating build and start scripts for glance 2014-09-30 15:50:14 -04:00
tools Add a start and stop command 2014-09-27 13:58:22 -07:00
.gitreview Add a .gitreview to point to stackforge's gerrit 2014-10-01 09:35:54 -07:00
LICENSE Add ASL license 2014-09-20 17:29:35 -07:00
README.md Improve README.md 2014-09-20 21:10:29 -07:00

README.md

superhappyfunshow

A proof of concept demonstrating deployment of OpenStack Services within Docker containers using Kubernetes.

Getting Started

Kubernetes deployment on bare metal is a complex topic which is beyond the scope of this project at this time. The developers still require a test environment. As a result, one of the developers has created a Heat based deployment tool that can be found here.

Build Docker Images

Within the docker directory is a tool called build. This tool will build all of the docker images that have been implemented. Each OpenStack service is implemented as a separate container that can later be registered with Kubernetes.

** [sdake@bigiron docker]$ sudo ./build **

A 20-30 minute build process will begin where containers will be built for each OpenStack service. Once finished the docker images can be examined with the docker CLI.

** [sdake@bigiron docker]$ sudo docker images **

A list of the built docker images will be shown.

Note at this time the images do not yet work correctly or operate on their defined environment variables. They are essentially placeholders.

Use Kubernetes to Deploy OpenStack

This has not been implemented.

Directories

  • docker - contains artifacts for use with docker build to build appropriate images