You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Casablanca

The ability to send Geo-related notifications was introduced in Casablanca release.

In order to enable notifications related to site health and failover activities, DMaaP message router may be installed.

Please refer to the Data Movement as a Platform Project pages for information on providing this component.

Summary

Message Router

Enable message-router in ~/oom/kubernetes/onap/values.yaml
values.yaml

message-router:
  enabled: true


When message-router is enabled DMaap pod and message-router service will get deployed.  The message-router service is accessable on NodePort 30227.

ubuntu@k8s-master:~$ kubectl get pods --all-namespaces | grep dmaap
onap          dev-dmaap-65f5497844-rv244                  1/1       Running            1          4d
onap          dev-dmaap-bus-controller-6cddc9855f-wrsb7   1/1       Running            1          4d
onap          dev-sdnc-dmaap-listener-74c8797d89-qjhsc    1/1       Running            1          4d
ubuntu@k8s-s9-master:~$ vim ~/oom/kubernetes/sdnc/values.yaml
 
ubuntu@k8s-master:~$ kubectl get services --all-namespaces | grep message-router
onap          message-router          NodePort    10.110.65.232    <none>        3904:30227/TCP,3905:30226/TCP                  22h
ubuntu@k8s-master:~$

  • No labels