We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bc257 commit 8e698aeCopy full SHA for 8e698ae
tools/travis/setupPrereq.sh
@@ -31,6 +31,7 @@ $ANSIBLE_CMD prereq.yml
31
$ANSIBLE_CMD couchdb.yml
32
$ANSIBLE_CMD initdb.yml
33
$ANSIBLE_CMD wipe.yml
34
+$ANSIBLE_CMD elasticsearch.yml
35
36
$ANSIBLE_CMD properties.yml -e manifest_file="$RUNTIMES_MANIFEST"
37
echo "Time taken for ${0##*/} is $SECONDS secs"
tools/travis/setupSystem.sh
@@ -26,7 +26,7 @@ RUNTIMES_MANIFEST=${1:-"/ansible/files/runtimes.json"}
26
27
cd $ROOTDIR/ansible
28
29
-$ANSIBLE_CMD openwhisk.yml -e manifest_file="$RUNTIMES_MANIFEST"
+$ANSIBLE_CMD openwhisk.yml -e manifest_file="$RUNTIMES_MANIFEST" -e db_activation_backend=ElasticSearch
30
$ANSIBLE_CMD apigateway.yml
$ANSIBLE_CMD routemgmt.yml
0 commit comments