Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-1039

Service distribution to SO fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Highest Highest
    • Beijing Release
    • Beijing Release
    • None
    • OOM Sprint 10 - Integration

      When doing a distribution from SDC it is not been picked up by SO.

      This is because there a bit of missing configuration in SO from the OOM configmap

      in 

      oom/kubernates/so/resources/config/mso/mso-docker.json

      "asdc-controller1":
      {
      "user": "mso",
      "consumerGroup": "sdc-OpenSource-Env1",
      "consumerId": "sdc-COpenSource-Env11",
      "environmentName": "{{ .Values.config.dmaapTopic }}",
      "asdcAddress": ".Values.config.sdc.serviceName:.Values.config.sdc.port",
      "password": "613AF3483E695524F9857643B697FA51C7A9A0951094F53791485BF3458F9EADA37DBACCCEBD0CB242B85B4062745247",
      "pollingInterval": 60,
      "pollingTimeout": 60,
      "relevantArtifactTypes": "HEAT,HEAT_ENV,HEAT_VOL",
      "activateServerTLSAuth": "false",
      "keyStorePassword": "",
      "keyStorePath": ""
      }

       

      needs to have the values

      "watchDogTimeout": "300",
      "messageBusAddress": [
      "message-router.onap",
      "message-router.onap"
      ],

       

      Also the initial tables configured in 

      oom/kubernetes/so/charts/mariadb/resources/config/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/

      need to be updated to the latest version to include the watchDog tables 

       

       

      added to it

            melliott melliott
            afenner afenner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: