mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
This PS enables the following backends for glance: * PVC * RBD * RadosGW (direct) * Swift It also moves the creation of the RBD pool when required to a storage init job. This job also creates credentials as required for glance to use when accessing the required backend, rather than using the admin keyring. Change-Id: I90fead961ff73a9263826acc794128fa73ead2e1
============================ OpenStack-Helm MVP Overrides ============================ The project specific overrides in this directory allow you to reduce the default resilience of OpenStack-Helm, by turning off HA of the Neutron Agents. Additionally the default distributed storage backend, Ceph, is disabled and replaced by local storage for OpenStack components. These changed are made to achieve these goals: * Demonstrating how values can be set and defined within OpenStack-Helm * Allowing OpenStack-Helm to run on a single node for: * Development * Demonstration * Basic integration pipelines in a CI System