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

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new a5587d5  fix couchdb/init.sh for upstream changes (#132)
a5587d5 is described below

commit a5587d5d9d23afbddefa83dee8453e0c74f5beca
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Tue Dec 19 18:02:18 2017 -0500

    fix couchdb/init.sh for upstream changes (#132)
---
 docker/couchdb/init.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/couchdb/init.sh b/docker/couchdb/init.sh
index cfa3d7d..c8a4a43 100755
--- a/docker/couchdb/init.sh
+++ b/docker/couchdb/init.sh
@@ -36,7 +36,8 @@ pushd /openwhisk
 
   # setup and initialize DB
   pushd ansible
-    ansible-playbook -i environments/local setup.yml \
+    ansible-playbook -i environments/local setup.yml
+    ansible-playbook -i environments/local couchdb.yml --tags ini \
       -e db_prefix=$DB_PREFIX \
       -e db_host=$DB_HOST \
       -e db_username=$COUCHDB_USER \

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

Reply via email to