Files
openstack-helm/openstack/values.yaml
Graham Steffaniak 1157d95b71 Create Openstack common components umbrella chart
ADD openstack chart with values_overrides
    * rabbitmq
    * mariadb
    * memcached
    * keystone
    * heat
    * glance

    This adds umbrella chart that references other charts via
    symlink and include global values.

    Because chart valeus_overrides yaml apply to the main chart,
    the umbrella chart has a chart-scoped replacement

  ADD openstack.sh deploy script
    This script deploys all components with a single release.

  ADD corresponding release notes

  CHG wait-for-pods-sh to accept timeout arguement

  CHG get-values-overrides.sh to modify file path for subchart

Change-Id: I25cd9d6785c61540d6329657c0358f27299d3647
2022-04-05 09:47:06 -05:00

43 lines
554 B
YAML

---
# default values for openstack umbrella chart
# Global overrides for subcharts
global:
subchart_release_name: true
helm-toolkit:
enabled: true
rabbitmq:
enabled: true
volume:
enabled: false
pod:
replicas:
server: 1
mariadb:
enabled: true
pod:
replicas:
server: 1
volume:
enabled: false
use_local_path_for_single_pod_cluster:
enabled: true
memcached:
enabled: true
keystone:
enabled: true
heat:
enabled: true
glance:
enabled: true
storage: pvc
volume:
class_name: standard