kolla-kubernetes/contrib
rwellum abc1aa9755 Plethora of changes to add functionality and fix basic issues.
1. Added Weave as a working CNI/SDS for inter pod communication.
Weave is far more secure than Canal and gives the user another
option to test and play with.

2. Updated tools, kubernetes, ansible, jinja2 etc. Latest k8s
added and tested.

3. Clean up (-cc) now cleans up docker images much more effectively.

4. Support for Ocata, Pike and Master (Queens)!

5. Support added for customer images in custom repo.

6. Support added for custom tags.

7. Pike and Master Nova work-arounds.

8. Addition of option to run fluent-bit container which now picks
up the logs from containers and forwards to ELK etc.

9. Lots of code and message format consistency.

10. Removal Pike Docker registry work-around - now works with real
images from dockerhub.

11. Cinder V3 API integration (still dev mode).

Change-Id: I35d3cd6a09425a2a0fd5080e9eb4f4e8bb957b5d
2018-01-10 17:55:56 -05:00
..
orchestration Plethora of changes to add functionality and fix basic issues. 2018-01-10 17:55:56 -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.