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 2021/06/10 19:53:05 UTC

[airavata] branch master updated: Ansible: lrose custom django app integration

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 885ec28  Ansible: lrose custom django app integration
885ec28 is described below

commit 885ec28ad7942016baa2ef72abbbc3c364c15f9a
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 10 15:52:42 2021 -0400

    Ansible: lrose custom django app integration
---
 .../ansible/inventories/scigap/production/host_vars/lrose/vars.yml     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/lrose/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/lrose/vars.yml
index 862f92c..5347bba 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/lrose/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/lrose/vars.yml
@@ -22,6 +22,9 @@
 #gateway_data_store_resource_id: "js-168-166.jetstream-cloud.org_e86fd426-201a-461a-a0b4-4368af59ca28"
 #gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
 
+airavata_django_extra_dependencies:
+  - git+https://github.com/NCAR/lrose-sgci.git@main#egg=my-custom-django-app
+
 vhost_servername: "gateway.lrose.net"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/gateway.lrose.net/cert.pem"