openstack-helm/tools/overrides/mvp
Chris Wedgwood b7150eb0b4 Allow glance to use file method
Allow glance to use the "pvc" method, this was previously called file
but has been renamed for clarity.

We now require Kubernetes 1.6 or later; remove the storage annotation
in favor of storageClassName.

Change-Id: I315eaf68937f91b56c1a26954072bda53767c606
2017-05-25 17:22:14 +00:00
..
glance.yaml Allow glance to use file method 2017-05-25 17:22:14 +00:00
neutron.yaml Gate: Refactor and setup for integration gating 2017-05-05 11:33:56 -05:00
nova.yaml Nova: Disable virtlogd for Libvirt >1.3 2017-05-24 02:03:34 +00:00
README.rst Gate: Refactor and setup for integration gating 2017-05-05 11:33:56 -05:00

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