...
- Faster templating from Krzysztof Opasiak
- Digging into helm source code didn't showed clear bug
- So the try is to optimize our templates
- do less tpl / index / include or other heavy functions
- solution: caching values into dict and look at them instead of calling tpl / index / include / other stuff a second time
- instead of 2h, we're now around 40 min for linting
- Longer term target still to be found (optimize helm internally, move to something else...)
- SO hardcoded certificates from Sylvain Desbureaux
- SO tries to onboard onap root certificate during run
- But since SO is not using root user, it's not possible
- Patch in OOM is ongoing to do this part before actual run
- Patch is OK with current version of OOM containers (which are using root user)
- Patch is under test with STAGING version of OOM Containers
- Status: ONAP Upgrade work from Tri Nguyen
- mariadb-galera → minor change in code
- Min will review and push to gerrit for broader review
- "master password": helm template --set global.masterPassword="toto" dmaap
- SDN-C → still on it, some questions though
- doesn't deploy well on tata lab for master version
- one of last gating : https://gerrit.onap.org/r/c/oom/+/104338 works
- mariadb-galera → minor change in code
- Status: Password removal from Krzysztof Opasiak
- Almost all patches are sent for SO except one (should be done today or tomorrow)
- last component: policy (hope to finish end of week or start of week)
- migrate to fully not hardcoded password on mariadb start of next week (root credential still hardcoded but user password is generated as of today)
- Outstanding issues
...