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/01/09 09:59:00 UTC

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

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

 ##########
 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:
   As discussed personal: @mhenke1 will change this to the config dir.

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