Versions Compared

Key

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

DCAE deployment is based on SDC : SDC+on+OOM

Install:

$ helm upgrade -i dev local/onap --namespace onap -f integration-override.yamyaml

DCAE Pods:

$ kubectl get pods -n onap -a  | grep dcae

Info

The following PODs should be running:

  • dev-sdc-dcae-be : Backend
  • dev-sdc-dcae-dt: Designer composition
  • dev-sdc-dcae-fe: FronEnd
  • dev-sdc-dcae-tosca-lab : Responsible for Tosca model

The following Job shoulb be completed:

  • dev-sdc-dcae-be-tools


Check Pods status:

$ kubectl -n onap describe pod <POD Name>

Configuring access to DCAE-DS using portal:

Look for the external IP of the node that has portal IP 10.0.0.4 in the UI interface for the instances.

...