Merge "Set aai-resources version 1.3.1"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 2 Nov 2018 01:26:06 +0000 (01:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 2 Nov 2018 01:26:06 +0000 (01:26 +0000)
kubernetes/dmaap/charts/dmaap-bus-controller/resources/dmaap/onap.json
kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
kubernetes/robot/demo-k8s.sh

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: {}
index 971c0c4..8f74139 100755 (executable)
@@ -166,6 +166,10 @@ do
                        TAG="cds"
                        shift
                        ;;
+        distributeVFWNG)
+                        TAG="distributeVFWNG"
+                        shift
+                        ;;
        *)
                        usage
                        exit