openstack-helm/tools/overrides/mvp
Artur Korzeniewski ca05f7ac3c Neutron and OVS: add full name to ovs and lb daemonsets
Add neutron prefix to lb-agent and ovs-agent.
Rename ovs-db and ovs-vswitchd to openvswitch-db and openvswitch-vswitchd.

Change-Id: Iad69b0c00d17e59a9f0eb66003e4512ccaeab128
2017-09-04 13:58:59 +02:00
..
ceph.yaml Fix ceph single node gate health 2017-07-17 16:30:09 +00:00
cinder.yaml Fix incorrect description 2017-08-26 17:23:02 +09:00
glance.yaml Logging: Disable debug logging by default 2017-06-29 07:10:20 -05:00
neutron-linuxbridge.yaml Neutron and OVS: add full name to ovs and lb daemonsets 2017-09-04 13:58:59 +02:00
neutron.yaml Neutron: move OvS interaction to native interface 2017-08-22 20:08:01 -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