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 2019/10/18 01:06:41 UTC

[airavata] branch develop updated: Adding interactwel-django-app to interactwel django portal

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 fa948f2  Adding interactwel-django-app to interactwel django portal
fa948f2 is described below

commit fa948f22e644f9a862db149586fc66ebd706e422
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Oct 17 16:06:38 2019 -0400

    Adding interactwel-django-app to interactwel django portal
---
 .../ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml  | 3 +++
 1 file changed, 3 insertions(+)

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 43f2687..2546531 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
@@ -27,6 +27,9 @@ ssl_certificate_file: "/etc/letsencrypt/live/django.interactwel.scigap.org/cert.
 ssl_certificate_chain_file: "/etc/letsencrypt/live/django.interactwel.scigap.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/django.interactwel.scigap.org/privkey.pem"
 
+airavata_django_extra_dependencies:
+  - git+https://github.com/InterACTWEL/interactactwel-django-app.git@dev#egg=interactwel-django-app
+
 ## Keycloak related variables
 tenant_domain: "interactwel"
 oauth_client_key: "{{ vault_oauth_client_key }}"