This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new d5b4b5106f Ansible: trecx app id for prod amos gateway
d5b4b5106f is described below
commit d5b4b5106ff1cae3bde59efcbd8f952f54d475fe
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Apr 15 13:44:36 2022 -0400
Ansible: trecx app id for prod amos gateway
---
.../inventories/scigap/production/host_vars/ampgateway/vars.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index 71e34cc268..c555ac8f92 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -21,6 +21,7 @@
---
airavata_django_extra_dependencies:
-
git+https://github.com/SciGaP/amp-gateway-django-app.git#egg=amp_gateway_django_app
+ -
"git+ssh://[email protected]/SciGaP/trecx-django-app.git#egg=trecx-django-app"
vhost_servername: "amosgateway.org"
@@ -60,4 +61,6 @@ django_extra_settings:
GATEWAY_DATA_SHARED_DIRECTORIES:
shared:
path: /var/www/portals/gateway-user-data/amp/shared
+ TRECX:
+ TRECX_APPLICATION_ID: "tRecX-parallel_7b3b3d0a-2308-47e2-a41a-bbc815fba373"
...