You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/06/20 12:38:48 UTC

[incubator-openwhisk-package-kafka] branch master updated: installKafka.sh should create/update the "messaging" package (#181)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d05dbf  installKafka.sh should create/update the "messaging" package (#181)
0d05dbf is described below

commit 0d05dbf087341b40ea8aa649f5c85af886834fbc
Author: Justin Berstler <bj...@us.ibm.com>
AuthorDate: Tue Jun 20 08:38:46 2017 -0400

    installKafka.sh should create/update the "messaging" package (#181)
---
 installKafka.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/installKafka.sh b/installKafka.sh
index cd92d1a..2ed583c 100755
--- a/installKafka.sh
+++ b/installKafka.sh
@@ -39,6 +39,11 @@ export WSK_CONFIG_FILE= # override local property file to avoid namespace clashe
 
 echo Installing the Kafka package and feed action.
 
+$WSK_CLI -i --apihost "$EDGEHOST" package update messaging \
+    --auth "$AUTH" \
+    --shared yes \
+    -p endpoint "$APIHOST"
+
 # make kafkaFeed.zip
 OLD_PATH=`pwd`
 cd action

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].