This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch RPID+SEAGrid
in repository https://gitbox.apache.org/repos/asf/airavata.git.
from 06efd19 Committing changes to RPID+SEAGrid gateway
add 59972be Ansible: beta.simccs.org: temporary deploy of feature branch
add cea84c3 Ansible: disable tus uploads on delta
add 2aa1e53 Ansible: move simccs to dedicated vm
add e120dba Ansible: updating ssh key for delta storage pref
add f9acba9 Ansible: change label on CILogon auth option
add d8aacab Ansible: configure virtual host timeout
add 1082e09 Merge branch 'ansible-django-vhost-timeout' into develop
add e6a927c Ansible: bump up timeout for beta.simccs.org
add d520224 Ansible: switch beta.simccs.org back to dev branch
add 1f47bf0 Adding ssl certificate to amp dev portal
add 6d6a6b0 adding CILogon to the CSG LSU gateway
add 7d307e4 adding CILogon to the CGPExplorer gateway
add 46df96f Deploying SMALTR gateway
add 67aad5b Deploying SMALTR gateway
add 6f143c4 Deploying SMALTR gateway
add 3aa3dca Deploying SMALTR gateway
add 93ab557 Deploying SMALTR gateway
add f6178d0 Ansible: require that external be defined and non empty
add df631a3 Fixing the bug of only cancelling one job in remote job
cancellation
add 77b4f24 AIRAVATA-3291 Ansible: SELinux relabelfrom/to for django
uploads
add 7f606b4 Merge branch 'AIRAVATA-3291' into develop
add 43f10d3 Ansible: use real data dir for user_data_dir
add 424a4cf Adding CILogon to dev amp gateway
add 55ae6c0 Adding CILogon to dev amp gateway
add e6630c8 Adding CILogon to dev amp gateway
add ad5ce3b Adding CILogon to dev amp gateway
add a2dad12 Deploying SMALTR gateway
add 10aaaf7 Deploying SMALTR gateway
add a78af84 Deploying SMALTR gateway
add 863f2be Merge branch 'master' of https://github.com/apache/airavata
add eef825a Merge branch 'master' of https://github.com/apache/airavata
add 3a17b0f Merge branch 'master' of https://github.com/apache/airavata
add 8dac096 Addding cilogon to smaltr gateway
add a039d05 Fixing max poll records in Kafka consumer and ansible fixes
add 594f7b7 Ansible: exclude /dreg/gbrowser from HTTPS
add 205301d Adding topPIC gateway
add a01fae3 Adding topPIC gateway
add 7c6024b Adding topPIC gateway
add de1f1b8 Adding topPIC gateway
add 4bd6725 Adding SSH key to Smaltr gateway
add 81259e7 Adding SSH key to Smaltr gateway
add 1815459 Adding CILogon to TopPIC gateway
add 07af7da Adding SSH key to TopPIC gateway
add 334e72c Ansible: django OS library dependencies
add a2718ab AIRAVATA-3293 Fix join from JobStatusEntity->JobEntity
add 73ca271 Merge branch
'AIRAVATA-3293--Job---JobStatus-entity-mapping-issue' into develop
new ca9671d Ansible: control setting django KEYCLOAK_CA_CERTFILE setting
new bb98732 Merge branch 'develop' into RPID+SEAGrid
The 2 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/develop/group_vars/django/vars.yml | 1 +
.../scigap/develop/host_vars/amp/vars.yml | 16 ++---
.../simccs/files/django-ssl-vhost.conf.j2 | 1 +
.../scigap/develop/host_vars/simccs/vars.yml | 7 ++-
.../scigap/production/group_vars/all/vars.yml | 7 +++
.../scigap/production/group_vars/django/vars.yml | 1 +
.../scigap/production/host_vars/cgpe/vars.yml | 8 +--
.../scigap/production/host_vars/csbglsu/vars.yml | 8 +--
.../scigap/production/host_vars/delta/vars.yml | 3 +-
.../files/django-ssl-vhost.conf.j2 | 16 +++--
.../scigap/production/host_vars/dreg/vars.yml | 1 +
.../scigap/production/host_vars/newsimccs/vars.yml | 70 ----------------------
.../production/host_vars/newsimccs/vault.yml | 15 -----
.../scigap/production/host_vars/simccs/vars.yml | 15 +++--
.../host_vars/{pace-gatech => smaltr}/vars.yml | 22 +++----
.../scigap/production/host_vars/smaltr/vault.yml | 15 +++++
.../scigap/production/host_vars/testdrive/vars.yml | 2 +-
.../host_vars/{pace-gatech => toppic}/vars.yml | 22 +++----
.../scigap/production/host_vars/toppic/vault.yml | 15 +++++
.../ansible/inventories/scigap/production/hosts | 5 +-
.../scigap/staging/group_vars/django/vars.yml | 1 +
dev-tools/ansible/roles/django/defaults/main.yml | 8 +++
.../django/templates/django-ssl-vhost.conf.j2 | 1 +
.../roles/django/templates/django-vhost.conf.j2 | 1 +
.../roles/django/templates/settings_local.py.j2 | 6 +-
.../files/django-httpd.te} | 11 ++--
.../ansible/roles/django_setup/tasks/main.yml | 33 ++++++++++
dev-tools/ansible/roles/httpd/handlers/main.yml | 4 +-
.../templates/email-monitor/email-config.yaml.j2 | 1 +
.../task/cancel/RemoteJobCancellationTask.java | 6 +-
.../helix/impl/workflow/PostWorkflowManager.java | 1 +
.../core/entities/expcatalog/JobStatusEntity.java | 7 ++-
32 files changed, 181 insertions(+), 149 deletions(-)
rename dev-tools/ansible/inventories/scigap/production/host_vars/{newsimccs =>
dreg}/files/django-ssl-vhost.conf.j2 (89%)
delete mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/newsimccs/vars.yml
delete mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/newsimccs/vault.yml
copy dev-tools/ansible/inventories/scigap/production/host_vars/{pace-gatech =>
smaltr}/vars.yml (57%)
create mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/smaltr/vault.yml
copy dev-tools/ansible/inventories/scigap/production/host_vars/{pace-gatech =>
toppic}/vars.yml (55%)
create mode 100644
dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vault.yml
copy dev-tools/ansible/roles/{database/files/mysql-tmp.te =>
django_setup/files/django-httpd.te} (78%)