config/sysinv/cgts-client/cgts-client
Stefan Dinescu 0831a616b3 Ceph for standard: System Inventory CLI, API, DB
In order to enable Openstack's helm charts on StarlingX we need a
distributed persistent storage for Kubernetes that leverages our
existing storage configurations. For this stage we will enable CEPH's
RBD to work with Kubernetes RBD provisioner through a new Helm chart.

Since RBD will be the persistent storage solution, CEPH support has to
be extended to the 1, 2 node and Standard configurations.

This commit enables CEPH on a standard configuration without dedicated
storage nodes by allowing users to add the 3rd Ceph monitor to a worker
node. It implements the functional part of this feature.

Details:
* Improve Ceph Monitor CLI to allow adding and deleting Ceph monitors
* Refactor Ceph Monitor API handling code;
* Add status and task DB column for ceph_mon table;
* Apply puppet manifests when a Ceph monitor is added through CLI or API
  at runtime on all nodes;
* Monitor manifest application status and report back puppet apply
  status on controllers;
* Delete monitor when worker is deleted;
* Add monitor for storage nodes;
* Minimal semantics.

Change-Id: Ie316bb611a006bbbc92ac22c52c3973cc9f15109
Co-Authored-By: Ovidiu Poncea <ovidiu.poncea@windriver.com>
Implements: containerization-2002844-CEPH-persistent-storage-backend-for-Kubernetes
Story: 2002844
Task: 28723
Signed-off-by: Ovidiu Poncea <Ovidiu.Poncea@windriver.com>
2019-01-16 18:12:15 +02:00
..
cgtsclient Ceph for standard: System Inventory CLI, API, DB 2019-01-16 18:12:15 +02:00
tools StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.gitignore Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
.testr.conf Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
pylint.rc Improve pylint checking in stx-config 2018-12-04 14:50:49 -06:00
requirements.txt Integrate gnocchi for OpenStack Telemetry 2018-07-31 15:48:44 -04:00
setup.cfg Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
setup.py Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
test-requirements.txt Remove mox from cgtsclient tests 2019-01-02 14:02:27 -06:00
tox.ini Remove mox from cgtsclient tests 2019-01-02 14:02:27 -06:00

README.rst