Skip to content

Commit

Permalink
Setup ElasticSearch for system tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 committed Oct 6, 2020
1 parent de234bf commit 851d440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/travis/setupPrereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $ANSIBLE_CMD prereq.yml
$ANSIBLE_CMD couchdb.yml
$ANSIBLE_CMD initdb.yml
$ANSIBLE_CMD wipe.yml
$ANSIBLE_CMD elasticsearch.yml

$ANSIBLE_CMD properties.yml -e manifest_file="$RUNTIMES_MANIFEST"
echo "Time taken for ${0##*/} is $SECONDS secs"
2 changes: 1 addition & 1 deletion tools/travis/setupSystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUNTIMES_MANIFEST=${1:-"/ansible/files/runtimes.json"}

cd $ROOTDIR/ansible

$ANSIBLE_CMD openwhisk.yml -e manifest_file="$RUNTIMES_MANIFEST"
$ANSIBLE_CMD openwhisk.yml -e manifest_file="$RUNTIMES_MANIFEST" -e db_activation_backend=ElasticSearch
$ANSIBLE_CMD apigateway.yml
$ANSIBLE_CMD routemgmt.yml

Expand Down

0 comments on commit 851d440

Please sign in to comment.