Versions Compared

Key

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

[work in progress]

System Set up 

SO: Custom Workflow Configuration

Code Block
languagebash
themeMidnight
titleSO Custom Workflow Configuration
linenumberstrue
~/oom/kubernetes# kubectl edit cm dev-so-so-bpmn-infra-app-configmap

mso:
...
  workflow:
    custom:
      BBS_E2E_Service:
        sdnc:
          need: true
...

## Restart the pod
~/oom/kubernetes# kubectl delete po dev-so-so-bpmn-infra-7556d7f6bc-8fthk

DCAE: PNF Registration Handler (PRH)

Update tag_version in inputs/k8s-prh.yaml, dcaegen2-bootstrap pod (https://gerrit.onap.org/r/#/c/86603/)

...

languagebash
themeMidnight

...

Update dcae-prh config in consul

...