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 495defd1f7 AIRAVATA-3676 simplifying gateway user storages
configuration
495defd1f7 is described below
commit 495defd1f700664a86a9f992f24ff98214cd2eab
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Dec 5 10:55:00 2022 -0500
AIRAVATA-3676 simplifying gateway user storages configuration
---
.../ansible/inventories/scigap/develop/group_vars/django/vars.yml | 7 ++-----
.../ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 6 ------
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
b/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
index 60351ff8cc..f87287247d 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
@@ -22,13 +22,10 @@
user: "pga"
group: "pga"
gateway_data_store_hostname: "web.dev.scigap.org"
+gateway_data_store_resource_id:
"web.dev.scigap.org_ba01452f-44e5-4e03-b35f-756630539198"
django_gateway_user_storages:
- alias: "default"
- storage_resource_id:
"web.dev.scigap.org_ba01452f-44e5-4e03-b35f-756630539198"
- options:
- directory: "{{ experiment_data_dir }}"
- - alias: "pgadev"
- storage_resource_id:
"pgadev.scigap.org_7ddf28fd-d503-4ff8-bbc5-3279a7c3b99e"
+ storage_resource_id: "{{ gateway_data_store_resource_id }}"
options:
directory: "{{ experiment_data_dir }}"
django_wsgi_processes: 1
diff --git
a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index c57e5c728f..7af7c68c0a 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -58,12 +58,6 @@ experiment_data_dir: "{{ user_data_dir }}/django-amp"
gateway_data_store_resource_id:
"dev.ampgateway.org_b8228bc7-fad2-45db-8ed1-47de359a54a5"
gateway_data_store_hostname: "dev.ampgateway.org"
-django_gateway_user_storages:
- - alias: "default"
- storage_resource_id: "{{ gateway_data_store_resource_id }}"
- options:
- directory: "{{ experiment_data_dir }}"
-
gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCMuKQoD6K1DpgHyoY2/eyLMNc5UdupqWqBFEnSO24izMXeOqTityLDRrVZGMLvV/t9wZEig1dhg21Ic5wRSHpCra2BXRn+WjgVdR20EGWPkuFYoDyeMyp8YKjaf1+Fcz+2H52wnrC0RFOHExgB3DWkRSEGghyyIXSBPMxrpS+f0FAfTc36i+EQq2UC0n1xvcdrtGjCKv56mafiKgFfYHbFw7Y7eJxhDCYlRYnzeTJBxWATu9tMGKZgGOxdDXR5hjTvqnpMpk3QpvY/BzAYpCIXxZbb7C41vHaGA9kabjuSlQG4nd+YAxiPrUZdExQNHUE9SCPFQMd/FxsNGdf7YCGH"
django_error_emails: "[('Marcus Christie', '[email protected]'), ('Eroma
Abeysinghe', '[email protected]'), ('Sudhakar Pamidighantam', '[email protected]'),
('Dinuka De Silva', '[email protected]')]"