You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/08/14 16:29:36 UTC

[incubator-openwhisk-cli] branch master updated: Run the properties.yml playbook in order to create whisk.properties (#357)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c09715f  Run the properties.yml playbook in order to create whisk.properties (#357)
c09715f is described below

commit c09715f1dfabe24dc7bcb0c1bd1ce80d513fc77a
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Tue Aug 14 12:29:34 2018 -0400

    Run the properties.yml playbook in order to create whisk.properties (#357)
---
 .travis.yml                    | 3 ++-
 tools/travis/test_openwhisk.sh | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a2e3f7b..b3458d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,8 @@ before_script:
   - cd $TRAVIS_BUILD_DIR/..
   - git clone https://github.com/apache/incubator-openwhisk-utilities.git
   - git clone https://github.com/apache/incubator-openwhisk.git
-  - ./incubator-openwhisk/tools/travis/setup.sh
+  - cd incubator-openwhisk
+  - ./tools/travis/setup.sh
 
 script:
   - cd $TRAVIS_BUILD_DIR/../incubator-openwhisk
diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 94f2725..4af8b03 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -94,6 +94,8 @@ $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD apigateway.yml
 $ANSIBLE_CMD wipe.yml
 $ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$TRAVIS_BUILD_DIR -e controllerProtocolForSetup=http
+$ANSIBLE_CMD properties.yml
+$ANSIBLE_CMD routemgmt.yml
 
 #  Run the test cases under openwhisk to ensure the quality of the runnint API.
 cd $TRAVIS_BUILD_DIR