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/04/11 09:43:32 UTC

[GitHub] jonpspri commented on a change in pull request #3534: Add abstraction to controller role in ansible

jonpspri commented on a change in pull request #3534: Add abstraction to controller role in ansible
URL: https://github.com/apache/incubator-openwhisk/pull/3534#discussion_r180694543
 
 

 ##########
 File path: ansible/controller.yml
 ##########
 @@ -1,6 +1,12 @@
 ---
-# This playbook deploys Openwhisk Controllers.  
+# This playbook deploys Openwhisk Controllers.
 
 - hosts: controllers
+  vars:
+    host_group: "{{ groups['controllers'] }}"
+    name_prefix: "controller"
+    controller_index_base: 0
+    local_bookkeeping: controller.localBookkeeping
+    akka_enabled: "True"
 
 Review comment:
   Can do.  Thanks for the clarification.

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