OOM Meeting Notes - 2021-08-18

  • Better Logs initiative: @Byung-Woo Jun @Sylvain Desbureaux

    • security logging requirements created a table:

      • Application example: SO / SDC / DMAAP / ...

      • Container: this the logs of the "engine(s)" running the containers (containerd, kubernetes services such as kubelet, kube-scheduler, kube-api, ...)

  • Gating issues: @Sylvain Desbureaux @Krzysztof Opasiak

    • seems to be back online

    • good gate results these 2 last days (several 100% )

    • we'll continue to watch

    • CCSDK-3385 needs to be merged ASAP on OOM master (impacts policy, sdnc, cds, ...)

  • Service Mesh initiative: @Sylvain Desbureaux @Gareth Roper adrian matthews @Mateusz Sobociński

    • @Mateusz Sobociński is working on installing a lab for service in Samsung premices

    • @Sylvain Desbureaux : review on AAI service mesh capable patch

      • reinstall lab

    • @Gareth Roper : back from holidays

      • work on using a sidecar for quitquitquit using readiness image with some modifications in SDC

      • VID in Service Mesh?

        • beware of portal mandatory link

      • CPS is also a good candidate to onboard

    • Adrian:

      • currently testing SO in Service Mesh (almost finished)

  • Move to Helm APIv2: @Fiachra Corcoran @Sylvain Desbureaux

    • today, all our helm packages are using helm API v1

    • helm API v1 is helm v2 and helm v3 compatible

    • but OOM is helm v3 only now

    • would be good to move everything to v2 as we could add external dependencies which are more and more using helm v2 API

    • changes to be done

      • change API version

      • move requirements.yml part to chart.yaml (to be checked if we can do that in a second step)

      • change deploy plugin to make it compatible with API v2 (for the lock file)

    • next step: see if we can change requirements.yml file in a second step or not

  • Inheritance in values.yaml file: @Fiachra Corcoran @Sylvain Desbureaux