You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/04/23 20:16:39 UTC

[airavata] 01/01: Merge pull request #192 from Lahiru-J/develop

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 0f66b458fc05e1d635c9cdf7f13b7bbb91cae13f
Merge: 42bd72f dc035b1
Author: Dimuthu <di...@gmail.com>
AuthorDate: Mon Apr 23 16:16:35 2018 -0400

    Merge pull request #192 from Lahiru-J/develop
    
    Ansible Changes for helix-distribution

 dev-tools/ansible/helix.yml                        |  50 ++++
 .../standalone/group_vars/helix/vars.yml           |  43 ++++
 dev-tools/ansible/inventories/standalone/hosts     |   6 +
 .../ansible/roles/helix_setup/defaults/main.yml    |  46 ++++
 dev-tools/ansible/roles/helix_setup/tasks/main.yml | 103 ++++++++
 .../controller/airavata-server.properties.j2       |  31 +++
 .../templates/controller/logback.xml.j2            |  53 ++++
 .../participant/airavata-server.properties.j2      |  65 +++++
 .../templates/participant/logback.xml.j2           |  53 ++++
 .../post-wm/airavata-server.properties.j2          |  54 ++++
 .../helix_setup/templates/post-wm/logback.xml.j2   |  53 ++++
 .../templates/pre-wm/airavata-server.properties.j2 |  51 ++++
 .../helix_setup/templates/pre-wm/logback.xml.j2    |  53 ++++
 .../ansible/roles/job_monitor/defaults/main.yml    |  50 ++++
 dev-tools/ansible/roles/job_monitor/tasks/main.yml |  82 ++++++
 .../email-monitor/airavata-server.properties.j2    | 278 +++++++++++++++++++++
 .../templates/email-monitor/email-config.yaml.j2   |  21 ++
 .../templates/email-monitor/logback.xml.j2         |  53 ++++
 .../realtime-monitor/airavata-server.properties.j2 |  28 +++
 .../templates/realtime-monitor/logback.xml.j2      |  53 ++++
 dev-tools/ansible/roles/kafka/defaults/main.yml    |  48 ++++
 dev-tools/ansible/roles/kafka/handlers/main.yml    |  30 +++
 dev-tools/ansible/roles/kafka/tasks/main.yml       |  70 ++++++
 .../ansible/roles/kafka/templates/kafka.service.j2 |  14 ++
 .../roles/kafka/templates/server.properties.j2     | 139 +++++++++++
 25 files changed, 1527 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
dimuthuupe@apache.org.