This change combines the previous puppet and docker files into a single
file that performs the docker service installation and configuration
for all manila services.
With this patch the baremetal version of each manila service has been removed.
Related-Blueprint: services-yaml-flattening
Change-Id: I02addc0ecbbbcb60d2c6a0d30d7c9cfa42346f7c
1. manila-backend-vnx.yaml:
a. remove ManilaVNXServerMetaPool since meta_pool is not used by Manila VNX driver
b. add ManilaVNXServerContainer
2. cinder-dellemc-vnx-config.yaml:
a. remove default value of CinderDellEMCVNXStorageSecurityFileDir since it is not medatory option for Cinder VNX driver
Change-Id: Ie48cec52df720f3a13700d6048ecf78ba9067b51
Closes-bug: #1774942
Mark regular non-containerized services with FIXME
to be switched, once it is containerized
Do not mark yet an external/backend/plugin/host-config
related puppet services templates with that FIXME
Mark puppet/services/ceph- related templates as TODO
switch it to containerized ceph-ansible eventually, maybe.
Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This change adds support for manila::backend::dellemc_vnx
Change-Id: I5fa5c2d6956429d1b9c12a5af6d4a887ed0624d9
Implements: blueprint dellemc-vnx-manila