RETIRED, Kubernetes deployment of the Kolla containers
Go to file
Serguei Bezverkhi 257d68ee6b Adding Mariadb shutdown command to POD delete event
This PS adds mysqladmin shutdown command to gracefully shutdown Mariadb.
POD's lifecycle PreStop hook is used for this purpose. It also switches
to PetSet for mariadb pod.

Partially-implements: blueprint deployments
Partially-implements: blueprint api-termination

Change-Id: I582b35fe2cfd28ee23fbd9012d9420083291feb3
2016-08-15 19:44:50 -04:00
ansible Builds ansible directory structure for kolla-kubernetes 2016-06-29 15:23:45 -04:00
doc/source Add Ceph support for Mariadb 2016-08-09 20:43:27 +00:00
etc/kolla-kubernetes Add persistent volumes to Rabbitmq 2016-08-11 07:58:34 -04:00
kolla_kubernetes Fix bad merge of ceph mariadb 2016-08-10 14:10:39 -04:00
releasenotes Support for release notes 2016-05-05 14:22:01 -04:00
services Adding Mariadb shutdown command to POD delete event 2016-08-15 19:44:50 -04:00
specs Spec - Deploy kolla-kubernetes with Ansible 2016-07-28 09:23:17 -04:00
tools Renamed/Moved files, Split some files, Renamed few classes 2016-07-18 23:10:37 +00:00
.coveragerc Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
.gitignore Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
.gitreview Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
.mailmap Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
.testr.conf Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
HACKING.rst Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
LICENSE Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
MANIFEST.in Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
README.rst Initialize README 2016-05-04 10:47:19 -04:00
babel.cfg Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
requirements.txt Implement a command line to start/stop keystone services 2016-05-09 16:11:34 -04:00
setup.cfg Git mv'd all bootstrap dir files into services dir 2016-07-19 20:51:04 +00:00
setup.py Initial Cookiecutter Commit. 2016-05-04 10:39:22 -04:00
test-requirements.txt Support for release notes 2016-05-05 14:22:01 -04:00
tox.ini Support for release notes 2016-05-05 14:22:01 -04:00

README.rst

kolla-kubernetes

Kubernetes deployment of the Kolla containers.

Kolla-Kubernetes is a project whose goal is to deploy Kolla's containers with Kubernetes.