kolla-kubernetes/contrib
rwellum 3a5a23f1ee Stop kolla-kubernetes pike nova-libvirt containers crashing.
kolla-kubernetes changes:

Deploying Nova libvirt container with Kolla kubernetes
and pike images has not been possible as the nova-libvirt
container constantly crashes - causing nova api and other
services to not come up.

The issues are a combination of https://review.openstack.org/#/c/492552
and other missing TLS/Qemu issues previously fixed in
kolla-ansible but not ported to kolla-kubernetes.

In particular, turn listen_tls off, and make sure using kvm or
qemu appropriately. However if TLS is enabled, make sure the correct
SSL header is used.

ko.py changes:

A series of small fixups - primarily to handle libvirt better,
as a result of debugging and fixing libvirt nova issues.

Two new options to edit globals.yaml and cloud.yaml.

Updated default versions for helm and k8s.

Various additions to change and fix bugs.

Cleaner info output at beginning.

nova.conf additions as per deployment guide.

Remove libvirt running on host as well as nasty apparmor.

Feature: give user the options of specifying their own docker
repo. Very useful for running with own images.

closes-bug: 1733806

Change-Id: I9424ddb2757139999b8b575bec27ed435b3d26da
2017-11-29 15:43:28 -05:00
..
orchestration Stop kolla-kubernetes pike nova-libvirt containers crashing. 2017-11-29 15:43:28 -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.