kolla-kubernetes/contrib
rwellum caa08bbc44 A python tool to orchestrate kolla kubernetes.
This tool provides a method to deploy OpenStack on a Kubernetes
Cluster using Kolla and Kolla-Kubernetes on bare metal servers
or virtual machines. Virtual machines supported are Ubuntu and
Centos.

Versions supported are 4.x (Ocata) and 5.x.

I started developing it as I worked on the project and the
Deployment Guide.

In no way is this supposed to be an official production method.

It is however very simple to use (ko.py eth0 eth1), and I have
verified it on Centos and Ubuntu and Ocata and Pike.

It comes with a 'demo' mode that attempts to explain each step
to the user.

It comes with lots of switches to play with different versions
of all the tools used.

Added a bunch of changes discovered while doing bare-metal
testing.

Added contrib/orchestration directory and using this as the
location to host user contributions.

Change-Id: I85858d06efcbda686bcfa177d41e6f002f98cb03
2017-11-13 19:43:16 -05:00
..
orchestration A python tool to orchestrate kolla kubernetes. 2017-11-13 19:43:16 -05:00
README.rst A python tool to orchestrate kolla kubernetes. 2017-11-13 19:43:16 -05:00

README.rst

contrib

Contributing

This is a location for user contributed code that is not necessarily tested and not part of any gate code. As such, contributions are strictly not supported however they have been deemed useful to the community.

Entries

orchestartion/ko.py

This is a python script to orchestrate kubernetes and kolla-kubernetes. It follows the bare metal deployment guide quite strictly. Because it is not data-driven and basically does too much it belongs in contrib. It has been used by some in the community to gain a quick appreciation of kolla-kubernetes.