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 2022/07/30 20:09:07 UTC

[airavata] branch develop updated (eec05021bc -> 9fd7b2e620)

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 eec05021bc Ansible: switching dev.amp domain back
     add f8b1bed6ac Changed the admin emails who receive notifications
     add 5b85985f85 AIRAVATA-3633 update production email account
     add 8eb16bd156 Adding BayesPrism Gateway
     add 1027c561ab Adding BayesPrism Gateway
     add 9397c4a8c6 Adding BayesPrism Gateway
     add bc6de335fc Adding EHT Gateway
     add 3abd4cd67f Adding EHT Gateway
     add 147d5de7d0 Adding EHT Gateway
     add 562fd93dec Adding BayesPrism Gateway
     add 2a66a2a1c8 Merge branch 'develop'
     add bd03950321 AIRAVATA-3609 mark custom django apps editable in production inv
     add 31ce2c589c Merge branch 'AIRAVATA-3609-production-inventory'
     add ad6611f4bb Ansible: futurewater on js2
     add fc85a2f91a Ansible: selinux for user_data_dir, which is usually a symlink and needs special permission
     add 9fa2751388 Ansible: dreg config for js2
     new 9fd7b2e620 Merge branch 'master' 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:
 .../scigap/production/group_vars/django/vault.yml  | 10 ++++++++++
 .../production/host_vars/ampgateway/vars.yml       |  4 ++--
 .../host_vars/{deeppdb => bayesprism}/vars.yml     | 22 +++++++++++-----------
 .../production/host_vars/bayesprism/vault.yml      | 12 ++++++++++++
 .../scigap/production/host_vars/dreg/vars.yml      | 16 +++++++++++-----
 .../host_vars/{deeppdb => ehtgateway}/vars.yml     | 22 +++++++++++-----------
 .../production/host_vars/ehtgateway/vault.yml      | 12 ++++++++++++
 .../production/host_vars/futurewater/vars.yml      | 17 ++++++++++++-----
 .../scigap/production/host_vars/geo/vars.yml       |  3 ++-
 .../scigap/production/host_vars/immune/vars.yml    |  3 ++-
 .../scigap/production/host_vars/lrose/vars.yml     |  3 ++-
 .../host_vars/microbial-genomes/vars.yml           |  3 ++-
 .../scigap/production/host_vars/regsnps/vars.yml   |  3 ++-
 .../scigap/production/host_vars/simccs/vars.yml    |  7 ++++---
 .../production/host_vars/simvascular_old/vars.yml  |  2 +-
 .../scigap/production/host_vars/testdrive/vars.yml |  3 ++-
 .../ansible/inventories/scigap/production/hosts    |  6 ++++--
 dev-tools/ansible/roles/httpd/tasks/main.yml       | 19 +++++++++++++++++--
 18 files changed, 119 insertions(+), 48 deletions(-)
 create mode 100644 dev-tools/ansible/inventories/scigap/production/group_vars/django/vault.yml
 copy dev-tools/ansible/inventories/scigap/production/host_vars/{deeppdb => bayesprism}/vars.yml (61%)
 create mode 100644 dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vault.yml
 copy dev-tools/ansible/inventories/scigap/production/host_vars/{deeppdb => ehtgateway}/vars.yml (60%)
 create mode 100644 dev-tools/ansible/inventories/scigap/production/host_vars/ehtgateway/vault.yml


[airavata] 01/01: Merge branch 'master' 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 9fd7b2e6203ac467ea7daee8b4ee9d0e6f9ebc96
Merge: eec05021bc 9fa2751388
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Sat Jul 30 16:08:56 2022 -0400

    Merge branch 'master' into develop

 .../scigap/production/group_vars/django/vault.yml  | 10 +++++++
 .../production/host_vars/ampgateway/vars.yml       |  4 +--
 .../host_vars/{regsnps => bayesprism}/vars.yml     | 31 ++++++++--------------
 .../production/host_vars/bayesprism/vault.yml      | 12 +++++++++
 .../scigap/production/host_vars/dreg/vars.yml      | 16 +++++++----
 .../host_vars/{regsnps => ehtgateway}/vars.yml     | 31 ++++++++--------------
 .../production/host_vars/ehtgateway/vault.yml      | 12 +++++++++
 .../production/host_vars/futurewater/vars.yml      | 17 ++++++++----
 .../scigap/production/host_vars/geo/vars.yml       |  3 ++-
 .../scigap/production/host_vars/immune/vars.yml    |  3 ++-
 .../scigap/production/host_vars/lrose/vars.yml     |  3 ++-
 .../host_vars/microbial-genomes/vars.yml           |  3 ++-
 .../scigap/production/host_vars/regsnps/vars.yml   |  3 ++-
 .../scigap/production/host_vars/simccs/vars.yml    |  7 ++---
 .../production/host_vars/simvascular_old/vars.yml  |  2 +-
 .../scigap/production/host_vars/testdrive/vars.yml |  3 ++-
 .../ansible/inventories/scigap/production/hosts    |  6 +++--
 dev-tools/ansible/roles/httpd/tasks/main.yml       | 19 +++++++++++--
 18 files changed, 119 insertions(+), 66 deletions(-)