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 2017/12/13 11:40:06 UTC

[GitHub] vvraskin commented on a change in pull request #2745: Configure jmxremote

vvraskin commented on a change in pull request #2745: Configure jmxremote
URL: https://github.com/apache/incubator-openwhisk/pull/2745#discussion_r156634758
 
 

 ##########
 File path: ansible/roles/controller/tasks/deploy.yml
 ##########
 @@ -16,6 +16,20 @@
     mode: 0777
   become: "{{ logs.dir.become }}"
 
+- name: copy jmxremote password file
+  when: jmx.enabled
+  template:
+    src: "jmxremote.password.j2"
+    dest: "{{ whisk_logs_dir }}/controller{{ groups['controllers'].index(inventory_hostname) }}/jmxremote.password"
 
 Review comment:
   I think we can leave it as it is, so we both invoker and controller use logs directory. Didn't want to introduce a new config dir in invoker just as a temp storage for jmx config. 

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