Attempt2: Post-install jobs for DMaaP Provisioning
[oom.git] / kubernetes / dmaap / components / dbc / resources / dmaap / onap.json
diff --git a/kubernetes/dmaap/components/dbc/resources/dmaap/onap.json b/kubernetes/dmaap/components/dbc/resources/dmaap/onap.json
new file mode 100644 (file)
index 0000000..9099e04
--- /dev/null
@@ -0,0 +1,11 @@
+{
+{{ 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",
+  "bridgeAdminTopic": "DCAE_MM_AGENT"
+}