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/09/17 20:54:37 UTC

[airavata] branch staging updated: Temporarily deploy out WIP branches for dreg integration

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new d38061a  Temporarily deploy out WIP branches for dreg integration
d38061a is described below

commit d38061ad27740064b6bd41483c2d0e2a2bcd75d2
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Sep 17 16:54:26 2019 -0400

    Temporarily deploy out WIP branches for dreg integration
---
 dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml
index 7364cf9..660a93e 100644
--- a/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml
@@ -19,6 +19,11 @@
 #
 
 ---
+airavata_django_repo: "https://github.com/shivamriky/airavata-django-portal.git"
+airavata_django_git_branch: "dreg"
+airavata_django_extra_dependencies:
+  - git+https://github.com/SciGaP/dreg-djangoapp.git@gbrowser#egg=dreg-djangoapp
+
 vhost_servername: "beta.dreg.scigap.org"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/beta.dreg.scigap.org/cert.pem"