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

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

commit 608c3f293acb69c5c03390482e79238a985ef6bc
Author: Markus Thoemmes <markus.thoem...@de.ibm.com>
AuthorDate: Mon Apr 24 08:43:58 2017 +0200

    Minimize deployment effort
---
 deploy.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/deploy.sh b/deploy.sh
index fd3ac97..7083193 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -12,12 +12,15 @@ git clone --depth 1 
https://github.com/openwhisk/openwhisk.git
 pip install --user ansible==2.1.2.0
 
 cd openwhisk/ansible
-ANSIBLE_CMD="ansible-playbook -i environments/local -e 
docker_image_prefix=openwhisk"
+ANSIBLE_CMD="ansible-playbook -i environments/local -e 
docker_image_prefix=openwhisk -e docker_registry=docker.io/"
 
 $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
-$ANSIBLE_CMD apigateway.yml
 $ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD openwhisk.yml
\ No newline at end of file
+
+$ANSIBLE_CMD consul.yml
+$ANSIBLE_CMD kafka.yml
+$ANSIBLE_CMD controller.yml
+$ANSIBLE_CMD invoker.yml
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>.

Reply via email to