config/sysinv/sysinv/sysinv/sysinv/helm
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
..
__init__.py Helm Backend for chart specific system overrides 2018-07-31 15:48:45 -04:00
aodh.py Introduce support for aodh chart overrides 2018-11-14 10:34:50 -05:00
barbican.py Introduce support for Barbican chart overrides 2018-10-23 11:56:08 -04:00
base.py Create HELM chart for nova-api-proxy 2018-10-30 13:33:52 -05:00
ceilometer.py Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
cinder.py Decouple Ceph pools creation from sysinv 2018-12-01 16:21:31 +00:00
common.py Updating helm overrides to use new docker image tags 2018-11-19 22:15:11 +00:00
glance.py Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
gnocchi.py Helm Chart Override Password Generation 2018-11-01 15:36:57 +00:00
heat.py Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
helm.py Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
horizon.py Helm Chart Override Password Generation 2018-11-01 15:36:57 +00:00
ingress.py Updates to the existing Ingress overrides 2018-10-20 02:07:49 +00:00
ironic.py Introduce support for Ironic chart overrides 2018-10-23 11:56:08 -04:00
keystone.py Helm Chart Override Password Generation 2018-11-01 15:36:57 +00:00
libvirt.py Libvirt Helm Chart Override Generation 2018-10-23 11:47:03 -06:00
magnum.py Introduce support for Magnum chart overrides 2018-10-23 11:56:08 -04:00
mariadb.py Rebase openstack-helm and openstack-helm-infra 2018-11-16 13:35:21 -05:00
memcached.py Switch non-OpenStack helm charts to "BaseHelm" base class 2018-10-18 16:42:08 -06:00
neutron.py Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
nfs_provisioner.py Helm Backend for chart specific system overrides 2018-07-31 15:48:45 -04:00
nova.py Merge "Configure VIM to use pod based OpenStack services" 2018-11-16 18:24:34 +00:00
nova_api_proxy.py Update overrides and armada manifests for nova-api-proxy 2018-11-15 13:42:54 -05:00
openstack.py Configure VIM to use pod based OpenStack services 2018-11-15 14:39:39 -06:00
openvswitch.py Helm Backend for chart specific system overrides 2018-07-31 15:48:45 -04:00
panko.py Introduce support for panko chart overrides 2018-11-02 15:17:10 +00:00
rabbitmq.py Helm Chart Override Password Generation 2018-11-01 15:36:57 +00:00
rbd_provisioner.py Decouple Ceph pools creation from sysinv 2018-12-01 16:21:31 +00:00