Corrections and additions 82/70682/2
authordglFromAtt <dgl@research.att.com>
Wed, 17 Oct 2018 19:34:49 +0000 (19:34 +0000)
committerBorislav Glozman <Borislav.Glozman@amdocs.com>
Thu, 18 Oct 2018 07:05:43 +0000 (07:05 +0000)
Change-Id: I3b0a7ee34dcae30cdc1faa42e05455aa4e693df6
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-829

kubernetes/dmaap/charts/dmaap-bus-controller/resources/feeds/DefaultPM.json
kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml

index e807347..411d7f4 100644 (file)
@@ -3,6 +3,14 @@
   "feedVersion": "m1.1",
   "feedDescription": "Default feed provisioned for PM File collector",
   "asprClassification" : "unclassified",
-  "owner": "onap"
+  "owner": "onap",
+  "pubs": [
+      {
+      "dcaeLocationName" : "san-francisco",
+      "username": "dradmin",
+      "userpwd": "dradmin"
+      }
+
+      ]
 }
 
index c2c72a4..8ef03d4 100644 (file)
@@ -59,7 +59,7 @@ spec:
               port: {{ .Values.service.internalPort }}
               path: /webapi/info
             initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }}
-            periodSeconds: {{ .Values.liveness.periodSeconds }}          
+            periodSeconds: {{ .Values.liveness.periodSeconds }}
           readinessProbe:
             httpGet:
               port: {{ .Values.service.internalPort }}
@@ -71,9 +71,11 @@ spec:
           - mountPath: /etc/localtime
             name: localtime
             readOnly: true
+
+# NOTE: on the following several configMaps, careful to include / at end
+#       since there may be more than one file in each mountPath
           - name: {{ include "common.name" . }}-config
             mountPath: /opt/app/config/conf/
-#            subPath: buscontroller.env
 
 # NOTE: the basename of the subdirectory is important - it matches the DBCL API URI
           - name: {{ include "common.name" . }}-dmaap