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 2019/10/22 18:13:20 UTC

[airavata] branch staging updated (4caefaf -> c94f3be)

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

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


    from 4caefaf  AIRAVATA-3233 Skip staging optional inputs that have no value
     add 57d3f90  Adding profile service stubs to distributions
     add 492a9f2  Adding security jars to distributions
     add 8b214e6  Temporarily freezing gateway user email fetching feature
     add c03c802  Updating usd certs to let's encrypt (at least for now)
     add e66939d  Added the new domain for the gateway
     add 84dae43  Added the new gateway theme to future water
     add 6c410b0  Added the new gateway theme to future water
     add 3bfbc11  Testing asf yaml file
     add f0809fb  Enabling streaming in file transfers to_avoid using temporary storage (Copied from staging)
     add 3823a07  Setting virtual stream polling timeout to 2 minutes
     add 19de9cf  Checking the connectivity of the ssh client before leasing
     add b9c9be3  Adding epw-gateway.cs.binghamton.edu server alias
     add 007e251  Redirect alias domain to ssl domain
     add 4cce116  Disable simccs pga deploy
     add 42a0787  Adding SnowVision Gateway
     add 0e50737  Adding SSL certificate details to SnowVision gateway
     add 18245f8  Adding Snowvision gateway details
     add ce05252  Adding gateway credential store key for storage
     add 9e924c7  Added new gateway snowvision
     add 2190e82  Adding CILogon for SnowVision
     add 45672db  Merge branch 'staging' into master
     new c94f3be  Merge pull request #233 from apache/master

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:
 .asf.yaml                                          | 11 +++
 .../pfec-hydro-production/group_vars/pga/vars.yml  | 12 +--
 .../production/pga_config/epwgateway/vars.yml      |  1 +
 .../pga_config/{pfec-hydro => snowvision}/vars.yml | 21 +++---
 .../production/pga_config/snowvision/vault.yml     | 18 +++++
 .../production/pga_config/southdakota/vars.yml     |  6 +-
 dev-tools/ansible/pga-scigap-prod.yml              |  3 +-
 .../participant/airavata-server.properties.j2      |  3 +-
 .../roles/pga/templates/pga-ssl-vhost.conf.j2      |  6 +-
 .../airavata/helix/adaptor/PoolingSSHJClient.java  | 87 ++++++++++++----------
 .../src/main/assembly/participant-bin-assembly.xml |  4 +
 .../src/main/assembly/post-wm-bin-assembly.xml     |  4 +
 .../src/main/assembly/pre-wm-bin-assembly.xml      |  4 +
 13 files changed, 115 insertions(+), 65 deletions(-)
 create mode 100644 .asf.yaml
 copy dev-tools/ansible/inventories/scigap/production/pga_config/{pfec-hydro => snowvision}/vars.yml (71%)
 create mode 100644 dev-tools/ansible/inventories/scigap/production/pga_config/snowvision/vault.yml


[airavata] 01/01: Merge pull request #233 from apache/master

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

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

commit c94f3beee135559fe63e3b5c6378c6494f8c67c1
Merge: 4caefaf 45672db
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Tue Oct 22 14:13:11 2019 -0400

    Merge pull request #233 from apache/master
    
    Merging Latest bug fixes to Master to Staging

 .asf.yaml                                          | 11 +++
 .../pfec-hydro-production/group_vars/pga/vars.yml  | 12 +--
 .../production/pga_config/epwgateway/vars.yml      |  1 +
 .../{southdakota => snowvision}/vars.yml           | 34 ++++-----
 .../production/pga_config/snowvision/vault.yml     | 18 +++++
 .../production/pga_config/southdakota/vars.yml     |  6 +-
 dev-tools/ansible/pga-scigap-prod.yml              |  3 +-
 .../participant/airavata-server.properties.j2      |  3 +-
 .../roles/pga/templates/pga-ssl-vhost.conf.j2      |  6 +-
 .../airavata/helix/adaptor/PoolingSSHJClient.java  | 87 ++++++++++++----------
 .../src/main/assembly/participant-bin-assembly.xml |  4 +
 .../src/main/assembly/post-wm-bin-assembly.xml     |  4 +
 .../src/main/assembly/pre-wm-bin-assembly.xml      |  4 +
 13 files changed, 123 insertions(+), 70 deletions(-)