Use fixed namespace for topics in Casablanca 93/71593/1
authordglFromAtt <dgl@research.att.com>
Wed, 31 Oct 2018 22:02:50 +0000 (22:02 +0000)
committerdglFromAtt <dgl@research.att.com>
Wed, 31 Oct 2018 22:03:46 +0000 (22:03 +0000)
Change-Id: I19928cb9ad91e4281ce894191d2813243cf49c2b
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: OOM-1491

kubernetes/dmaap/charts/dmaap-bus-controller/resources/dmaap/onap.json
kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml

index 27411c6..9099e04 100644 (file)
@@ -1,5 +1,9 @@
 {
+{{ if eq .Values.fixedTopicNamespace true }}
+  "dmaapName": "mr",
+{{- else -}}
   "dmaapName": "{{ include "common.namespace" . }}",
+{{- end}}
   "drProvUrl": "https://dmaap-dr-prov:8443",
   "version": "1",
   "topicNsRoot": "org.onap.dmaap",
index 2f6bef8..0483ce5 100644 (file)
@@ -42,6 +42,11 @@ topicMgrPwd: demo123456!
 adminUser: aaf_admin@people.osaaf.org
 adminPwd: demo123456!
 
+# for Casablanca default deployment, leave this true to
+# get a topic namespace that matches MR.  When set to false,
+# it will compose the topic namespace using the kubernetes namespace value
+fixedTopicNamespace: true
+
 nodeSelector: {}
 
 affinity: {}