This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 1937289596 Ansible: add zenodo integration django app to dev-gkeyll
1937289596 is described below
commit 19372895965cab54458ac80639bb376bd74dfa3e
Author: Marcus Christie <[email protected]>
AuthorDate: Tue May 30 16:08:49 2023 -0400
Ansible: add zenodo integration django app to dev-gkeyll
---
.../ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
index 786078ee92..f328c5bec9 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
@@ -35,6 +35,10 @@ ssl_certificate_key_file: "/etc/letsencrypt/live/{{
vhost_servername }}/privkey.
# tus isn't setup yet
tusd_vhost_servername:
+airavata_django_extra_dependencies:
+ - name:
git+https://github.com/matthew-mccall/zenodo_integration_app.git#egg=zenodo_integration_app
+ editable: true
+
## Keycloak related variables
tenant_domain: "devgkeyll"
oauth_client_key: "{{ vault_oauth_client_key }}"