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/18 16:58:10 UTC

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

pritidesai 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_r139479664
 
 

 ##########
 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:
   @daisy-ycguo do we support this structure, i have tried many times and it does not replace env. variable $CLOUDANT_USERNAME in ${CLOUDANT_USERNAME}.cloudant.com.
 
----------------------------------------------------------------
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