You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/03/16 20:42:20 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Change the use the variables under environment local (#806)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46c5069  Change the use the variables under environment local (#806)
46c5069 is described below

commit 46c5069e8de03f013a8720bb79bd0d706951d951
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Fri Mar 16 16:42:18 2018 -0400

    Change the use the variables under environment local (#806)
---
 ansible/environments/local/group_vars/all | 2 ++
 tools/travis/script.sh                    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ansible/environments/local/group_vars/all b/ansible/environments/local/group_vars/all
index 4df3c43..a5552d9 100755
--- a/ansible/environments/local/group_vars/all
+++ b/ansible/environments/local/group_vars/all
@@ -48,3 +48,5 @@ kafka_topics_health_retentionBytes: 104857600
 kafka_topics_health_retentionMS: 300000
 kafka_topics_invoker_retentionBytes: 104857600
 kafka_topics_invoker_retentionMS: 300000
+
+env_hosts_dir: "{{ playbook_dir }}/environments/local"
diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index f9b6b58..cfc82f5 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -43,7 +43,7 @@ WHISKDIR="$HOMEDIR/openwhisk"
 cd $WHISKDIR
 ./tools/travis/setup.sh
 
-ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk"
+ANSIBLE_CMD="ansible-playbook -i ${ROOTDIR}/ansible/environments/local -e docker_image_prefix=openwhisk"
 
 cd $WHISKDIR/ansible
 $ANSIBLE_CMD setup.yml

-- 
To stop receiving notification emails like this one, please contact
pdesai@apache.org.