You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/12/11 21:12:39 UTC

[airavata] branch develop updated (4ec92a7 -> edf1783)

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

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


    from 4ec92a7  Adding GroupManager client sample
     add 6b8c79d  Added a new test gateway with develop airavata server for SGA class student project
     add 90f67ff  changing Xbaya to pga
     add 737c290  Merge branch 'master' of https://github.com/apache/airavata
     add 2a3302c  Added a new test gateway with develop airavata server for SGA class student project
     add a68ff57  Initial API server framework
     add c3644ef  Implementing Experiment and Application creation APIs
     add 98afe91  Implemented Orchestrator to accept messages from launch queue and create tasks and processes for experiments
     add c4a3a05  Adding task microservices for each task type
     add e96bced  Adding task microservices for each task type - v2
     add f800a63  Support to async task execution to avoid task being executed by the kafka consumer thread
     add 04f88bc  Publishing events of a task to a single partition to achieve ordered delivery
     add 14a62f9  Implementing the event sink to perisit task states to the database
     add 56bb2fa  Compute resource operations to decouple the communication between tasks and compute resources
     add fa3a242  Restructuring modules and fixing docker builds
     add 4268067  Exposing port 8080 of api-server container
     add da921e9  Adding kubernetes scripts to deploy microservices on kubernetes
     add 549ae48  Adding API server endpoint to accept process status
     add 4e27cb5  Adding get all method to API server resources
     add e1e09b8  Web console initial commit
     add 2d18e15  Adding Experiment and App Interface creation functionality to Web Console
     add e1d73b5  Adding Experiment detail pages
     add 95fb8d4  Added task event view console
     add 4f19f5c  Adding setup page to configure API Server endpoint
     add 9b8c097  Fixing bugs in task execution processes
     add cb4438f  Uploading experiment outputs to Data Store
     add 421fd4a  Docker file to build console docker image
     add 7b16ba6  Externalizing db username and password
     add 67de113  Minor improvements
     add 70076aa  Adding dependency management
     add 35ef652  Adding license headers
     add 3077522  Updated readme
     add 88acdf1  Merge pull request #135 from DImuthuUpe/master
     add b7159b0  Revert "Container Based Task Execution Workflow for Airavata"
     add f1fc62d  Merge pull request #136 from apache/revert-135-master
     add 249111f  Fixing typo
     add 5c12e94  AIRAVATA-2517 Applying Keycloak MySQL config to HA too
     add eec7b76  Merge branch 'AIRAVATA-2517-keycloak-mysql-connections'
     add 0ba2ddb  Disable sharing in new ultrascan portal
     add 3908471  changing monitoring email
     add 8aa2c45  Adding gfac.yml playbook for updating gfac only
     add 27ea5d5  Google Analytics ID in ansible pga_config.php template
     new edf1783  Merge branch 'google-analytics-ansible' into develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                             |  4 +--
 dev-tools/ansible/{apiserver.yml => gfac.yml}      |  8 ++---
 .../{testdrive => TestApplication}/vars.yml        | 37 +++++++++++-----------
 .../develop/pga_config/TestApplication/vault.yml   | 18 +++++++++++
 .../scigap/production/group_vars/all/vars.yml      |  2 +-
 .../production/pga_config/newUltrascan/vars.yml    |  1 +
 .../scigap/production/pga_config/seagrid/vars.yml  |  1 +
 dev-tools/ansible/pga-scigap-dev.yml               |  2 +-
 dev-tools/ansible/pga-scigap-prod.yml              |  2 +-
 .../roles/keycloak/templates/standalone-ha.xml.j2  |  6 ++++
 dev-tools/ansible/roles/pga/defaults/main.yml      |  1 +
 .../ansible/roles/pga/templates/pga_config.php.j2  |  2 +-
 12 files changed, 55 insertions(+), 29 deletions(-)
 copy dev-tools/ansible/{apiserver.yml => gfac.yml} (93%)
 copy dev-tools/ansible/inventories/scigap/develop/pga_config/{testdrive => TestApplication}/vars.yml (57%)
 create mode 100644 dev-tools/ansible/inventories/scigap/develop/pga_config/TestApplication/vault.yml

-- 
To stop receiving notification emails like this one, please contact
['"commits@airavata.apache.org" <co...@airavata.apache.org>'].

[airavata] 01/01: Merge branch 'google-analytics-ansible' into develop

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit edf17835bf8778ddbd3c49c02a719efa03e358f3
Merge: 4ec92a7 27ea5d5
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Dec 11 16:10:07 2017 -0500

    Merge branch 'google-analytics-ansible' into develop

 README                                             |  4 +-
 dev-tools/ansible/{pga-scigap-dev.yml => gfac.yml} | 14 ++++-
 .../develop/pga_config/TestApplication/vars.yml    | 66 ++++++++++++++++++++++
 .../develop/pga_config/TestApplication/vault.yml   | 18 ++++++
 .../scigap/production/group_vars/all/vars.yml      |  2 +-
 .../production/pga_config/newUltrascan/vars.yml    |  1 +
 .../scigap/production/pga_config/seagrid/vars.yml  |  1 +
 dev-tools/ansible/pga-scigap-dev.yml               |  2 +-
 dev-tools/ansible/pga-scigap-prod.yml              |  2 +-
 .../roles/keycloak/templates/standalone-ha.xml.j2  |  6 ++
 dev-tools/ansible/roles/pga/defaults/main.yml      |  1 +
 .../ansible/roles/pga/templates/pga_config.php.j2  |  2 +-
 12 files changed, 109 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.