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 d153e225ab Merge pull request #419 from isururanawaka/metaschedular
add 5d194bfd52 Ansible: adding GDAL dependency for global floods
add 2dd8fc5a73 Ansible: disabling new simvascular host for now
add 40a7a53781 Commented gateways to discontinue. WVSU, UAB, TopPIC, V4I
add aad3d5fa62 Adding AI-confluence Cybershuttle gateway
add de810dcfc8 Adding new AI-Confluence gateway
add 54bf27b827 Adding new AI-Confluence gateway CILogon and key
add 03175bd669 Adding Citation Info
add 2b0ee9d1a6 Deploying Molecular Dynamics Cybershuttle gateway
add 21d3001191 Adding gateway generated key to storage resource.
add 6a47c07f47 Enabling CILogon for the gateway
add 21a85b6229 Adding NASA VEDA gateway
add 7cca325bce Adding CILogon and gateway key for storage resource.
add aa2812e6e9 Adding the new gateway hosting VM ip address to host file
for dREG gateway
add 61bce69104 Merge branch 'archive-user-data'
add 7876cea94f AIRAVATA-3694 configured testdrive for user data archives
new f4cc483734 AIRAVATA-3697 Set lang and locale on WSGIDaemonProcess
new 538745201b Merge branch 'AIRAVATA-3697' into develop
new 33300327fc AIRAVATA-3697 Db migrations and changing PRODUCT_NAME,
REPLICA_NAME to clobs
new 8bf8ee0069 Merge branch 'AIRAVATA-3697' into develop
The 4 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:
CITATION.cff | 56 ++++++++++++++++++++++
.../scigap/production/group_vars/django/vars.yml | 2 +
.../vars.yml | 16 +++----
.../production/host_vars/ai-confluence/vault.yml | 12 +++++
.../production/host_vars/global-flood/vars.yml | 2 +
.../vars.yml | 16 +++----
.../host_vars/molecular-dynamics/vault.yml | 12 +++++
.../vars.yml | 16 +++----
.../production/host_vars/nasa-veda/vault.yml | 12 +++++
.../scigap/production/host_vars/testdrive/vars.yml | 1 +
.../ansible/inventories/scigap/production/hosts | 17 ++++---
.../django/templates/django-ssl-vhost.conf.j2 | 12 ++++-
modules/ide-integration/README.md | 2 +-
.../init/05-replica-catalog-migrations.sql | 35 ++++++++++++++
.../entities/replicacatalog/DataProductEntity.java | 1 +
.../replicacatalog/DataReplicaLocationEntity.java | 1 +
.../src/main/resources/replicacatalog-mysql.sql | 35 +++++++-------
.../DeltaScripts/replicaCatalog_schema_delta.sql | 34 ++++++++++++-
18 files changed, 228 insertions(+), 54 deletions(-)
create mode 100644 CITATION.cff
copy
dev-tools/ansible/inventories/scigap/production/host_vars/{neuroscience-cybershuttle
=> ai-confluence}/vars.yml (70%)
create mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/ai-confluence/vault.yml
copy
dev-tools/ansible/inventories/scigap/production/host_vars/{neuroscience-cybershuttle
=> molecular-dynamics}/vars.yml (70%)
create mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vault.yml
copy
dev-tools/ansible/inventories/scigap/production/host_vars/{neuroscience-cybershuttle
=> nasa-veda}/vars.yml (70%)
create mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/nasa-veda/vault.yml
create mode 100644
modules/ide-integration/src/main/containers/database_scripts/init/05-replica-catalog-migrations.sql