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/08/01 21:10:31 UTC

[airavata] branch develop updated: Ansible: remove interactwel app until install is fixed

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 dba1280045 Ansible: remove interactwel app until install is fixed
dba1280045 is described below

commit dba1280045e69077cc2fc783f02fbe3ef5f3298a
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Aug 1 17:02:43 2022 -0400

    Ansible: remove interactwel app until install is fixed
---
 .../inventories/scigap/develop-js2/host_vars/interactwel/vars.yml  | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
index 1c6f08cc80..c60b2fc155 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
@@ -26,9 +26,10 @@ 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"
-airavata_django_extra_dependencies:
-  - name: git+https://github.com/InterACTWEL/interactactwel-django-app.git@{{ interactwel_django_app_branch }}#egg=interactwel-django-app
-    editable: true
+# 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
 
 django_extra_settings:
   LOGIN_REDIRECT_URL: "/interactwel/"