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

commit bd039503216f36ffa448d8ce891c8f58218468c2
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Jun 30 16:33:58 2022 -0400

    AIRAVATA-3609 mark custom django apps editable in production inv
---
 .../inventories/scigap/production/host_vars/ampgateway/vars.yml    | 4 ++--
 .../ansible/inventories/scigap/production/host_vars/geo/vars.yml   | 3 ++-
 .../inventories/scigap/production/host_vars/immune/vars.yml        | 3 ++-
 .../ansible/inventories/scigap/production/host_vars/lrose/vars.yml | 3 ++-
 .../scigap/production/host_vars/microbial-genomes/vars.yml         | 3 ++-
 .../inventories/scigap/production/host_vars/regsnps/vars.yml       | 3 ++-
 .../inventories/scigap/production/host_vars/simccs/vars.yml        | 7 ++++---
 .../inventories/scigap/production/host_vars/testdrive/vars.yml     | 3 ++-
 8 files changed, 18 insertions(+), 11 deletions(-)

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 c555ac8f92..049db755b5 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
@@ -20,8 +20,8 @@
 
 ---
 airavata_django_extra_dependencies:
-  - 
git+https://github.com/SciGaP/amp-gateway-django-app.git#egg=amp_gateway_django_app
-  - 
"git+ssh://[email protected]/SciGaP/trecx-django-app.git#egg=trecx-django-app"
+  - name: 
"git+ssh://[email protected]/SciGaP/trecx-django-app.git#egg=trecx-django-app"
+    editable: true
 
 vhost_servername: "amosgateway.org"
 
diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
index 9bf0a1a8fb..97aac8b818 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
@@ -23,7 +23,8 @@
 #gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
 
 airavata_django_extra_dependencies:
-  - 
"git+https://github.com/GeoGateway/geogateway-django-app.git@master#egg=geogateway_django_app";
+  - name: 
"git+https://github.com/GeoGateway/geogateway-django-app.git@master#egg=geogateway_django_app";
+    editable: true
 
 
 vhost_servername: "geo-gateway.org"
diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/immune/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/immune/vars.yml
index d892f8a0ca..d9c4e4a0e8 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/immune/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/immune/vars.yml
@@ -22,7 +22,8 @@
 #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/SciGaP/immuneportal-django-app.git#egg=immuneportal_django_app
+  - name: 
git+https://github.com/SciGaP/immuneportal-django-app.git#egg=immuneportal_django_app
+    editable: true
 
 
 vhost_servername: "immuneportal.ccbb.iupui.edu"
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 930067e8da..c0149f27e7 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
@@ -23,7 +23,8 @@
 #gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
 
 airavata_django_extra_dependencies:
-  - 
git+https://github.com/NCAR/lrose-sgci.git@production#egg=my-custom-django-app
+  - name: 
git+https://github.com/NCAR/lrose-sgci.git@production#egg=my-custom-django-app
+    editable: true
 
 vhost_servername: "gateway.lrose.net"
 vhost_ssl: True
diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
 
b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
index 7ee86dc363..7b87d78f95 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
@@ -21,7 +21,8 @@
 ---
 
 airavata_django_extra_dependencies:
-  - "git+https://github.com/bio-miga/miga-autocomplete.git#egg=miga_djangoapp";
+  - name: 
"git+https://github.com/bio-miga/miga-autocomplete.git#egg=miga_djangoapp";
+    editable: true
 
 #vhost_servername: "clades.microbial-genomes.org" #Changed on Miguel's request 
on 06/25/2020
 vhost_servername: "xsede.microbial-genomes.org"
diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml
index 5ce8bfc369..8b4c13954d 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml
@@ -23,7 +23,8 @@
 #gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
 
 airavata_django_extra_dependencies:
-  - git+https://github.com/SciGaP/regsnp-django-app.git#egg=regsnp_django_app
+  - name: 
git+https://github.com/SciGaP/regsnp-django-app.git#egg=regsnp_django_app
+    editable: true
 
 vhost_servername: "regsnps.ccbb.iupui.edu"
 vhost_ssl: True
diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
index fa3746c1a4..86354c8215 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
@@ -31,9 +31,10 @@ airavata_django_extra_dependencies:
   # just cython, then a second with the other dependencies. Reason: pyjnius
   # requires that cython already be installed and they can't both be installed
   # at the same time.
-  - cython
-  - "git+https://github.com/SciGaP/simccs-maptool.git@{{ simccs_maptool_branch 
}}#egg=simccs-maptool"
-  - pyjnius
+  - name: cython
+  - name: "git+https://github.com/SciGaP/simccs-maptool.git@{{ 
simccs_maptool_branch }}#egg=simccs-maptool"
+    editable: true
+  - name: pyjnius
 
 django_extra_settings:
   JAVA_HOME: "/usr/java/default"
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 0564f09623..ba2a2aab1a 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
@@ -20,7 +20,8 @@
 
 ---
 airavata_django_extra_dependencies:
-  - 
git+https://github.com/machristie/custom_ui_tutorial_app_solution.git@main#egg=custom_ui_tutorial_app
+  - name: 
git+https://github.com/machristie/custom_ui_tutorial_app_solution.git@main#egg=custom_ui_tutorial_app
+    editable: true
 airavata_django_git_branch: "staging"
 vhost_servername: "testdrive.airavata.org"
 vhost_ssl: True

Reply via email to