You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/22 13:27:32 UTC

[GitHub] cbickel commented on a change in pull request #3785: Refactor invoker roles

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:
users@infra.apache.org


With regards,
Apache Git Services