Files
openstack-helm/openstack/Chart.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

32 lines
791 B
YAML

apiVersion: v2
appVersion: 1.16.0
dependencies:
- name: helm-toolkit
repository: file://../../openstack-helm-infra/helm-toolkit
version: ">0.1.0"
- name: mariadb
repository: file://../../openstack-helm-infra/mariadb
version: ">0.1.0"
- name: rabbitmq
repository: file://../../openstack-helm-infra/rabbitmq
version: ">0.1.0"
- name: memcached
repository: file://../../openstack-helm-infra/memcached
version: ">0.1.0"
- name: keystone
repository: file://../keystone
version: ">0.1.0"
- name: heat
repository: file://../heat
version: ">0.1.0"
- name: glance
repository: file://../glance
version: ">0.1.0"
description: A chart for openstack helm commmon deployment items
name: openstack
type: application
version: 0.1.0
maintainers:
- name: OpenStack-Helm Authors