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.git


The following commit(s) were added to refs/heads/master by this push:
     new 3553d0e  Check for invoker image when asserting non-duplicate 
invokers. (#2585)
3553d0e is described below

commit 3553d0e9591975c8f7eda7c608f2c8ac2f12ebe2
Author: ningyougang <[email protected]>
AuthorDate: Wed Aug 16 19:32:49 2017 +0800

    Check for invoker image when asserting non-duplicate invokers. (#2585)
---
 ansible/roles/invoker/tasks/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/invoker/tasks/deploy.yml 
b/ansible/roles/invoker/tasks/deploy.yml
index 3fc828a..b4e43f2 100644
--- a/ansible/roles/invoker/tasks/deploy.yml
+++ b/ansible/roles/invoker/tasks/deploy.yml
@@ -43,7 +43,7 @@
   when: whisk_version_name != "mac"
 
 - name: get running invoker information
-  uri: url="http://{{ inventory_hostname }}:{{ docker.port 
}}/containers/json?filters={{ '{"name":[ "invoker" ]}' | urlencode }}" 
return_content=yes
+  uri: url="http://{{ inventory_hostname }}:{{ docker.port 
}}/containers/json?filters={{ '{"name":[ "invoker" ],"ancestor":[ "invoker" ]}' 
| urlencode }}" return_content=yes
   register: invokerInfo
 
 - name: determine if more than one invoker is running

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to