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/12/05 19:55:14 UTC

[airavata] branch master updated: Ansible: add amp_gateway_django_app to amp

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 e6292fd  Ansible: add amp_gateway_django_app to amp
e6292fd is described below

commit e6292fdd73fb744be0ad9a88e9972a7a06b89eef
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Dec 5 14:55:00 2019 -0500

    Ansible: add amp_gateway_django_app to amp
---
 .../inventories/scigap/production/host_vars/ampgateway/vars.yml        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index 8838608..89b25e5 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -19,6 +19,9 @@
 #
 
 ---
+airavata_django_extra_dependencies:
+  - git+https://github.com/SciGaP/amp-gateway-django-app.git#egg=amp_gateway_django_app
+
 vhost_servername: "ampgateway.org"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/ampgateway.org/cert.pem"