Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Agenda

  • 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
  • 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
  • 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


present: Sylvain DesbureauxKrzysztof Opasiak , @Daniel Milaskiewicz, Jack Lucas , Mike Elliott , @Min Yoon, Tri Nguyen , Borislav Glozman


Todo:

  •  give values used in gating for SDNC