config/sysinv/cgts-client/cgts-client
Ovidiu Poncea 8db7a1bc9d Ceph for standard: Add deployment model to System Inventory cluster API
In order to enable StarlingX Dashboard to display and allow configu-
ration of Ceph we need a new field, deployment_model, added to the
'cluster' API reponses. This field is generated at runtime based on
the configured ceph monitors and type of system.

Four options have been defined for deployment_model:
o storage-nodes: OSDs are deployed on storage nodes. Main trigger for
  this model is the creation of a node with storage personality.
o controller-nodes: OSDs are deployed on controller nodes. Main
  trigger is creation of Ceph monitor on a worker node. This is the
  implicit model on AIO Duplex.
o aio-sx: OSDs are deployed on a simplex controller.
o undefined: before either a storage node is installed or a compute
  monitor is created on a worker.

This commit also enables storage profiles on controllers based on
storage model and adds the new field to CLI output of
'system cluster-*' commands.

Change-Id: I4d5cb6120abb176025857ae9749e8eb6ca121475
Implements: containerization-2002844-CEPH-persistent-storage-backend-for-Kubernetes
Story: 2002844
Task: 29113
Signed-off-by: Ovidiu Poncea <Ovidiu.Poncea@windriver.com>
2019-02-05 18:01:42 +00:00
..
cgtsclient Ceph for standard: Add deployment model to System Inventory cluster API 2019-02-05 18:01:42 +00: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