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 2022/08/05 21:53:34 UTC

[airavata] branch master updated: Ansible: prod delta portal on new js2 vm

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 85a469c9fc Ansible: prod delta portal on new js2 vm
85a469c9fc is described below

commit 85a469c9fcb1b8f63f5aeaf79351a82eb141d762
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Aug 5 17:53:18 2022 -0400

    Ansible: prod delta portal on new js2 vm
---
 .../inventories/scigap/production/host_vars/delta/vars.yml   | 12 +++++++-----
 dev-tools/ansible/inventories/scigap/production/hosts        |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index b7267a15f1..e87478025e 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -21,18 +21,20 @@
 ---
 
 # NOTE: Delta gateway is deployed to a Jetstream VM
-
+real_user_data_dir: "/media/volume/sdb/data/gateway-user-data"
+user_data_dir: "/var/www/portals/gateway-user-data"
 gateway_data_store_hostname: "delta-topology.org"
 gateway_data_store_resource_id: "delta-topology.jetstream-cloud.org_61fe21d4-07ea-41fc-9f2e-104bc3061318"
 # tus isn't setup yet
 tusd_vhost_servername:
 airavata_django_git_branch: "delta-topology-workshop"
 
-vhost_servername: "delta-topology.org"
+# vhost_servername: "delta-topology.org"
+vhost_servername: "delta.js2.scigap.org"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/delta-topology.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/delta-topology.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/delta-topology.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem"
 
 django_file_upload_max_file_size_mb: 10000
 
diff --git a/dev-tools/ansible/inventories/scigap/production/hosts b/dev-tools/ansible/inventories/scigap/production/hosts
index d6619a0038..f13381a430 100644
--- a/dev-tools/ansible/inventories/scigap/production/hosts
+++ b/dev-tools/ansible/inventories/scigap/production/hosts
@@ -85,7 +85,7 @@ dreg ansible_host=149.165.154.48 ansible_user=exouser
 futurewater ansible_host=149.165.154.245 ansible_user=exouser
 
 # Delta Jetstream server
-delta ansible_host=149.165.169.250 ansible_user=centos
+delta ansible_host=149.165.153.181 ansible_user=exouser
 
 # Container-Tutorial Jetstream server
 tutorial ansible_host=149.165.168.166 ansible_user=centos