cbickel commented on a change in pull request #3785: Refactor invoker roles
URL: 
https://github.com/apache/incubator-openwhisk/pull/3785#discussion_r197436973
 
 

 ##########
 File path: ansible/roles/invoker/tasks/clean.yml
 ##########
 @@ -3,9 +3,14 @@
 ---
 # Remove invoker containers.
 
+- name: get invoker name and index
+  set_fact:
+    invoker_name: "{{ name_prefix ~ host_group.index(inventory_hostname) }}"
 
 Review comment:
   Shouldn't the name be the same as the `invoker_index`? Or is this different 
by purpose, if `invoker_index_base ` is not 0?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to