openstack-helm/tools/overrides/mvp
Pete Birley 22da29c2be Logging: Disable debug logging by default
This PS disables debug logging for all services that had it on, and
removes the key from the default values.yaml. It does however ensure
that the mvp values has the appropriate key to make turning debugging
on simple.

Change-Id: I8ed84d531971cbd7984f029abbebb373af4c7311
2017-06-29 07:10:20 -05:00
..
cinder.yaml Logging: Disable debug logging by default 2017-06-29 07:10:20 -05:00
glance.yaml Logging: Disable debug logging by default 2017-06-29 07:10:20 -05:00
neutron.yaml Logging: Disable debug logging by default 2017-06-29 07:10:20 -05:00
nova.yaml Logging: Disable debug logging by default 2017-06-29 07:10:20 -05: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