Skip to content

Commit 80fef2f

Browse files
committed
Setup ElasticSearch for system tests.
1 parent e5b7507 commit 80fef2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/travis/setupPrereq.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $ANSIBLE_CMD prereq.yml
3131
$ANSIBLE_CMD couchdb.yml
3232
$ANSIBLE_CMD initdb.yml
3333
$ANSIBLE_CMD wipe.yml
34+
$ANSIBLE_CMD elasticsearch.yml
3435

3536
$ANSIBLE_CMD properties.yml -e manifest_file="$RUNTIMES_MANIFEST"
3637
echo "Time taken for ${0##*/} is $SECONDS secs"

tools/travis/setupSystem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUNTIMES_MANIFEST=${1:-"/ansible/files/runtimes.json"}
2626

2727
cd $ROOTDIR/ansible
2828

29-
$ANSIBLE_CMD openwhisk.yml -e manifest_file="$RUNTIMES_MANIFEST"
29+
$ANSIBLE_CMD openwhisk.yml -e manifest_file="$RUNTIMES_MANIFEST" -e db_activation_backend=ElasticSearch
3030
$ANSIBLE_CMD apigateway.yml
3131
$ANSIBLE_CMD routemgmt.yml
3232

0 commit comments

Comments
 (0)