OOM Meeting Notes - 2020-08-19



Agenda



  • Kubernetes "new" APIs Support (K8S v1.18) @Krzysztof Kuzmicki @Grzegorz Lis (Nokia)

    • DCAE:

      • plugin updated

      • healthcheck

      • blueprints needs to be updated (not all of them are working ~2 or 3 out of 22 are done)

    • aai "reimport" into main repo @Sylvain Desbureaux

    • readiness:

      • move from "old" oomk8s dockerhub repo to "onap" main repo (apparently done by myself...)

        • but:

          • typo on API name

          • no more job support

      • update it with job support

      • @Sylvain Desbureaux has to create a new release (3.0.1)

      • use it everywhere

    • proposed plan:

      • create at least a daily on kubernetes 1.18 in // of 1.15 by end of next week

      • 2 weeks after, 1.17/8 is the default

        • every week, a deployment is done on 1.15, 1.16 and 1.17

  • Service Mesh @Krzysztof Opasiak

    • no work done so far

  • Shared Mariadb instances: @Rajendra Mishra

    • script from component will be passed as a string to mariadb-init

      • this string is a value (empty by default) of mariadb-init values.yaml

      • if not empty, a new config map is created with file name as decided (custom-import.sh for example) and content of file being what in the string

      • this is similar to cert initializer pattern

    • script can also be passed by giving config maps  names where the script is already there

      • "main" script name is fixed (custom-import.sh for example)

    • path will be fixed

  • Mariadb password issues in CLAMP on Windriver: @Krzysztof Opasiak

    • secret not well filled and then CLAMP not starting well

    • issue also found on a single node by @ChrisC (also on windriver)

  • Mariadb password issues in SO and SDNC with special characters: @Krzysztof Opasiak



found issues on Frankfurt: @Marat Salakhutdinov

  • namespace cannot start with digit (or SO will break) → add it to release note

  • aai is downloading stuff from Internet at boot → send an email to @William Reehil in order to have a status on it

    • @Marat Salakhutdinov to provide Jira ticket AAI number → AAI-3107

helm repository chart restart: @Sylvain Desbureaux