Add Armada manifest for the stx-openstack application

As part of integrating the use of airship-armada into StarlingX we
want to add a first cut at the armada manifest for our version of
OpenStack.

For this to be useful there are a number of changes that also need
to be made in the various chart overrides, they should be coming
shortly.

We also want to lay the groundwork for other items that will end
up living in this subdirectory, hence the README and placeholder
files.

Change-Id: I73aac4121a5d46cc8647d82364a28aa6dbcd8b1c
Story: 2003908
Task: 27505
Signed-off-by: Chris Friesen <chris.friesen@windriver.com>
This commit is contained in:
Chris Friesen 2018-10-16 15:59:40 -06:00
parent cc447124c2
commit bbb94f78a9
3 changed files with 1232 additions and 0 deletions

17
kubernetes/README Normal file
View File

@ -0,0 +1,17 @@
The expected layout for this subdirectory is as follows:
kubernetes
|-- applications
| `-- stx-openstack
| `-- manifest.yaml
|-- helm-charts
| `-- placeholder
| `-- placeholder.txt
`-- README
The idea is that all our custom helm charts would go under "helm-charts". Each
chart would get a subdirectory.
Custom applications would generally consist of an armada manifest referencing
multiple helm charts (both ours and upstream ones). These applications would
each get their own subdirectory under "applications".

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
This is a placeholder, remove when there are actual helm charts.