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 2020/02/18 21:15:19 UTC

[airavata] branch master updated: Ansible: deploy gw19 tutorial to testdrive

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4993068  Ansible: deploy gw19 tutorial to testdrive
4993068 is described below

commit 49930683ce2ec4bf6e4ae2e574ac2a6ff773f276
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Feb 18 16:01:46 2020 -0500

    Ansible: deploy gw19 tutorial to testdrive
---
 .../ansible/inventories/scigap/production/host_vars/testdrive/vars.yml  | 2 ++
 1 file changed, 2 insertions(+)

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