You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/19 01:58:35 UTC

[GitHub] mrutkows commented on a change in pull request #503: add cloudant case in integration test

mrutkows commented on a change in pull request #503: add cloudant case in integration test
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/503#discussion_r139582175
 
 

 ##########
 File path: tests/src/integration/cloudant/manifest.yaml
 ##########
 @@ -0,0 +1,38 @@
+# This manifest file reads following env. variables:
+#   CLOUDANT_USERNAME
+#   CLOUDANT_PASSWORD
+
+package:
+    name: cloudant-sample
+    dependencies:
+        # binding cloudant package named openwhisk-cloudant
+        openwhisk-cloudant:
+            location: /whisk.system/cloudant
+            inputs:
+                username: $CLOUDANT_USERNAME
+                password: $CLOUDANT_PASSWORD
+                host: ${CLOUDANT_USERNAME}.cloudant.com
 
 Review comment:
   @pritidesai daisy opened another issue here to address this as a new feature... issue https://github.com/apache/incubator-openwhisk-wskdeploy/issues/501
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services