You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2017/09/20 14:51:50 UTC

[incubator-openwhisk-devtools] branch master updated: pinned ansible version to fix #51 (#52)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 192197e  pinned ansible version to fix #51 (#52)
192197e is described below

commit 192197e4d912d6e6c9d51f6fd0b7762439538576
Author: ddragosd <dd...@gmail.com>
AuthorDate: Wed Sep 20 07:51:48 2017 -0700

    pinned ansible version to fix #51 (#52)
---
 docker-compose/Makefile                    | 2 +-
 docker-compose/docker-whisk-controller.env | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 25263ab..89d98e2 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -101,7 +101,7 @@ init-couchdb:
 	rsync -a $(PROJECT_HOME)/* ~/tmp/openwhisk/src --exclude .git --exclude build --exclude tests
 	docker run --rm -v ~/tmp/openwhisk/src:/openwhisk -w /openwhisk/ansible \
 	    --network="host" -t \
-	    williamyeh/ansible:debian8  \
+	    ddragosd/ansible:2.3.1.0-debian8  \
 	        ansible-playbook setup.yml initdb.yml wipe.yml \
 	            -e db_host=$(DOCKER_HOST_IP) -e openwhisk_home=/openwhisk -e db_prefix=$(OPEN_WHISK_DB_PREFIX)
 
diff --git a/docker-compose/docker-whisk-controller.env b/docker-compose/docker-whisk-controller.env
index fe0ab38..eeb351f 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -21,6 +21,7 @@ LIMITS_ACTIONS_INVOKES_CONCURRENT=5000
 LIMITS_TRIGGERS_FIRES_PERMINUTE=60000
 LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM=5000
 LIMITS_ACTIONS_SEQUENCE_MAXLENGTH=20
+CONTROLLER_BLACKBOXFRACTION=0.10
 
 LOADBALANCER_ACTIVATIONCOUNTBEFORENEXTINVOKER=10
 LOADBALANCER_INVOKERBUSYTHRESHOLD=16

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