This is an automated email from the ASF dual-hosted git repository.
eroma 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 1961fc5c51 Added gateway storage details in to the file.
1961fc5c51 is described below
commit 1961fc5c51bd3a65017f5c146d20dc18ee5a5c4e
Author: eroma2014 <[email protected]>
AuthorDate: Mon May 29 20:47:31 2023 -0400
Added gateway storage details in to the file.
---
.../inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml | 8 ++++++++
1 file changed, 8 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 48aaa6600e..786078ee92 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
@@ -19,6 +19,14 @@
#
---
+
+
+# NOTE: Plasma Science VLab is deployed to a Jetstream2 VM
+real_user_data_dir: "/media/volume/gateway-data/data"
+user_data_dir: "/var/www/portals/gateway-user-data"
+gateway_data_store_hostname: "149.165.152.93"
+gateway_data_store_resource_id:
"149.165.152.93_730d2033-c4f0-4fa6-8c45-429a595a52f8"
+
vhost_servername: "dev.vlab.plasmascience.scigap.org"
vhost_ssl: true
ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"