Agenda
- DCAE Helm charts: Vijay Kumar Jack Lucas
- Helm compliant generation for micro services
- first narrow down the need:
- how many containers?
- init containers or not?
- volumes ?
- etc
- https://github.com/onap/oom/blob/master/kubernetes/dmaap/components/dmaap-bc is a good start to see what's available as of today
- volume part is still not "standardized" but the rest is pretty much available
- maybe start on working on json file for validation (using http://json-schema.org/ ) → example: https://github.com/bitnami/charts/blob/master/bitnami/mariadb-galera/values.schema.json
- tentative for H release:
- create the first iteration of helm template (for a microservice, as generic as possible) Jack Lucas to start and with help of Sylvain Desbureaux
- first narrow down the need:
- Chart versioning strategy: next week
- Release process: Sylvain Desbureaux
- Release 7.0.0 helm generation ongoing: https://gerrit.onap.org/r/c/oom/+/116962 (fingers crossed...)
- Guilin Maintenance Release: Sylvain Desbureaux
- SDNC new images
- SO new images
- some bug fixes for OOM also
- mariadb bug fix for dual stack is OK (https://gerrit.onap.org/r/c/oom/+/116954) Daniel Milaszkiewicz