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

Install:

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

DCAE Pods:

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

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.

$ kubectl get service -o wide -n onap

Define the IP and FQDN in you local machine to allow the browser to resolve the correct IP

10.12.6.37          sdc.dcae.plugin.simpledemo.onap.org



  • No labels