config/kubernetes
Angie Wang 3d99331759 Add Aodh and Panko to the armada manifests
Aodh and panko charts are added to the openstack-telemetry chart group,
but openstack-telemetry group still needs to be temporarily disabled
as gnocchi requires ceph storage which is not supported in 2 nodes
confiugration yet.

In the meantime, user will need to manually enable openstack-telemetry
in the armada-manifest chart groups.

Change-Id: Ia8f4ad7ddbe85a54b6774d3df1666d3fc858c8ca
Depends-On: https://review.openstack.org/#/c/618006/
Story: 2003909
Task: 27083
Signed-off-by: Angie Wang <angie.wang@windriver.com>
2018-11-19 10:11:25 -05:00
..
applications/stx-openstack/stx-openstack-helm Add Aodh and Panko to the armada manifests 2018-11-19 10:11:25 -05:00
helm-charts/rbd-provisioner Rebase openstack-helm and openstack-helm-infra 2018-11-16 13:35:21 -05:00
README Enable StarlingX helm charts for stx-openstack app 2018-11-07 16:14:42 -05:00

README

The expected layout for this subdirectory is as follows:

kubernetes
|-- applications
|   `-- <application>
|       `-- <application>-helm RPM
|           `-- centos
|               `-- build_srpm.data
|               `-- <application>-helm.spec
|           `-- <application>-helm
|               `-- manifests
|                   `-- main-manifest.yaml
|                   `-- alt-manifest-1.yaml
|                   `-- ...
|                   `-- alt-manifest-N.yaml
|               `-- custom chart 1
|                   `-- Chart.yaml
|                   `-- ...
|               `-- ...
|               `-- custom chart N
|                   `-- Chart.yaml
|                   `-- ...
|-- helm-charts
|   `-- chart
|       `-- chart
`-- README

The idea is that all our custom helm charts that are common across applications
would go under "helm-charts". Each chart would get a subdirectory.

Custom applications would generally consist of one or more armada manifest
referencing multiple helm charts (both ours and upstream ones). The application
is packaged as an RPM. These application RPM are used to produce the build
artifacts (helm tarballs + armada manifests) but are not installed on the
system. These artifacts are extracted later for proper application packaging
with additional required metadata (TBD).

These applications would each get their own subdirectory under
"applications".