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/20 18:24:10 UTC

[airavata] branch staging updated: Adding gateways19-tutorial app to gateways19 deployment

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 1b2fd78  Adding gateways19-tutorial app to gateways19 deployment
1b2fd78 is described below

commit 1b2fd78283b024de16e4619b08cdd29f1479e4ae
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Sep 20 14:23:59 2019 -0400

    Adding gateways19-tutorial app to gateways19 deployment
---
 .../ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml
index d7b2eca..1cb7251 100644
--- a/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml
@@ -19,6 +19,8 @@
 #
 
 ---
+airavata_django_extra_dependencies:
+  - git+https://github.com/machristie/gateways19-tutorial.git@solution#egg=gateways19-tutorial
 vhost_servername: "gateways19.scigap.org"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/gateways19.scigap.org/cert.pem"