Merge "Resolve issues creating POMBA DMaaP topics"
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 7 Nov 2018 14:13:05 +0000 (14:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 7 Nov 2018 14:13:05 +0000 (14:13 +0000)
kubernetes/pomba/charts/pomba-contextaggregator/resources/bin/pre_start.sh
kubernetes/pomba/charts/pomba-contextaggregator/resources/config/future-builders/ndcb.properties [moved from kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/ndcb.properties with 100% similarity]
kubernetes/pomba/charts/pomba-contextaggregator/values.yaml

index 3ef1434..8a76cdd 100644 (file)
@@ -18,7 +18,7 @@ do
   else
       # code if not found
       echo "$i_topic NOT found."
-      curl -X POST -H "content-type: application/json" --data "Empty post to create topic" http://$dmaap_mr_host:$dmaap_mr_port/events/$i_topic
+      curl -X POST -H "content-type: application/json" --data '{"event":"create topic"}' http://$dmaap_mr_host:$dmaap_mr_port/events/$i_topic
   fi
 done
 
index 9c9a6ff..0ec43f5 100755 (executable)
@@ -25,7 +25,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/pomba-context-aggregator:1.3.2
+image: onap/pomba-context-aggregator:1.3.3
 pullPolicy: Always
 
 # flag to enable debugging - application support required