StarlingX System Configuration Management
Go to file
Irina Mihai e4ff1ef2c3 Decouple Ceph pools creation from sysinv
For a containerized deployment:
- the following Ceph pools are no longer created by sysinv:
  cinder-volumes, images, ephemeral, kube-rbd; the creation has
  been left/moved to the helm charts as follows:
    -> the cinder chart: cinder-volumes, cinder.backup
    -> the rbd-provisioner chart: kube-rbd pools and
       the ephemeral pool for nova (temporary)
    -> glance: images
- sysinv no longer supports updating the pool quotas
- sysinv no longer supports updating the replication for Ceph pools:
  the replication is updated in the DB through the
  'system storage-backend-modify' command, but the chart is applying
  the change through the helm overrides when the application is
  (re)applied
- sysinv no longer audits the Ceph pools and adjusts the PG num
- sysinv no longer generates the Ceph keys for the Ceph pools and the
  k8s secrets, as these have been moved to the rbd-provisioner chart
- upon storage node lock, we determine which are the existing data
  Ceph pools and deny lock if they are not empty

NOTE: There are still parts of the pool management code that
will have to be removed once we switch to a containerized
deployment only. I've marked that with "TODO(CephPoolsDecouple)"
to easily track it.

Validation:
- install AIO-SX & Storage setups with --kubernetes and
  -> add Ceph (primary and secondary tier)
  -> lock/unlock host/storage hosts
  -> check pools are not created by sysinv
  -> generate the stx-openstack application tarball
  -> system application-upload stx-openstack
     helm-charts-manifest-no-tests.tgz
  -> system application-apply stx-openstack

- install AIO-SX without --kubernetes
  -> check lock/unlock

- install Storage setup without --kubernetes
  -> check lock/unlock of storage nodes
  -> check Ceph pools are created
  -> test quotas can be changed

Story: 2002844
Task: 28190
Change-Id: Ic2190e488917bffebcd16daf895dcddd92c6d9c5
Signed-off-by: Irina Mihai <irina.mihai@windriver.com>
2018-12-01 16:21:31 +00:00
api-ref/source [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:33:25 +00:00
compute-huge Add makefile for compute-huge 2018-11-01 18:26:28 -06:00
computeconfig Create makefile for computeconfig 2018-10-30 12:10:02 -06:00
config-gate Add makefile for config-gate 2018-11-06 11:34:15 -06:00
configutilities Enable communication from nova-api-proxy to VIM 2018-11-23 16:16:13 +00:00
controllerconfig Enable communication from nova-api-proxy to VIM 2018-11-23 16:16:13 +00:00
devstack Merge "[Devstack]change sysinv service type to 'platform'" 2018-11-22 21:18:55 +00:00
doc [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:33:25 +00:00
kubernetes Decouple Ceph pools creation from sysinv 2018-12-01 16:21:31 +00:00
puppet-manifests Merge "downgrade calico to v3.1.4 and add IP autodetect" 2018-11-27 04:25:24 +00:00
puppet-modules-wrs Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
releasenotes Release Note Content: Updated text with writing scrub 2018-10-23 09:58:22 -07:00
storageconfig Fixing linters errors E010, E011, E020, E041,E043, E003, E001,E042 2018-09-11 21:47:40 +08:00
sysinv Decouple Ceph pools creation from sysinv 2018-12-01 16:21:31 +00:00
tmp/patch-scripts/EXAMPLE_SYSINV/scripts StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-21 16:08:09 -05:00
.gitreview Set .gitreview back to use review.openstack.org 2018-09-04 21:12:34 +00:00
.yamllint clear yamllint errors under stx-config 2018-09-12 21:11:57 +08:00
.zuul.yaml Merge "add sysinv-agent devstack support" 2018-11-22 21:14:52 +00:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:35:52 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:35:52 -07:00
centos_helm.inc Add stx-openstack-helm to the containers build 2018-11-14 11:55:29 -05:00
centos_iso_image.inc Split image.inc across git repos 2018-08-16 10:08:08 -04:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:05:28 -06:00
centos_pkg_dirs Decouple Fault Management from stx-config 2018-08-16 17:24:19 -04:00
centos_pkg_dirs_containers Add stx-openstack-helm to the containers build 2018-11-14 11:55:29 -05:00
test-requirements.txt Add default test framework 2018-06-08 20:06:21 -05:00
tox.ini More updates for stx-openstack armada manifests 2018-11-14 13:37:40 -05:00

README.rst

stx-config

StarlingX Configuration Management