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


The following commit(s) were added to refs/heads/develop by this push:
     new 119233ee01 Ansible: re-enabled interactwel django app
119233ee01 is described below

commit 119233ee0128edfa594e92dc9fd188dcbec93760
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Nov 9 17:45:31 2022 -0500

    Ansible: re-enabled interactwel django app
---
 .../inventories/scigap/develop/host_vars/interactwel/vars.yml      | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
index 57d015ef22..81852c57fc 100644
--- 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
@@ -26,10 +26,9 @@ ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ 
vhost_servername }}/fullch
 ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername 
}}/privkey.pem"
 
 interactwel_django_app_branch: "api-integration"
-# Disable installing the interactwel app until we can fix the install
-# airavata_django_extra_dependencies:
-#   - name: 
git+https://github.com/InterACTWEL/interactactwel-django-app.git@{{ 
interactwel_django_app_branch }}#egg=interactwel-django-app
-#     editable: true
+airavata_django_extra_dependencies:
+  - name: git+https://github.com/InterACTWEL/interactactwel-django-app.git@{{ 
interactwel_django_app_branch }}#egg=interactwel-django-app
+    editable: true
 
 django_extra_settings:
   LOGIN_REDIRECT_URL: "/interactwel/"

Reply via email to