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 f87b434db9 Ansible: cyberwater config for js2
f87b434db9 is described below

commit f87b434db958a9520ef97fa98aebf5f0b1df9f46
Author: Marcus Christie <[email protected]>
AuthorDate: Sat Jul 30 17:00:59 2022 -0400

    Ansible: cyberwater config for js2
---
 .../scigap/develop-js2/host_vars/cyberwater/vars.yml        | 13 ++++++-------
 dev-tools/ansible/inventories/scigap/develop-js2/hosts      |  2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
 
b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
index 38192151ef..a0f9d451ea 100644
--- 
a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
@@ -19,13 +19,12 @@
 #
 
 ---
-#airavata_django_git_branch: "simccs"
-vhost_servername: "cyberwater.scigap.org"
+# vhost_servername: "cyberwater.scigap.org"
+vhost_servername: "cyberwater.js2.scigap.org"
 vhost_ssl: true
-# sudo certbot --apache certonly -d django.simccs.scigap.org
-ssl_certificate_file: "/etc/letsencrypt/live/cyberwater.scigap.org/cert.pem"
-ssl_certificate_chain_file: 
"/etc/letsencrypt/live/cyberwater.scigap.org/fullchain.pem"
-ssl_certificate_key_file: 
"/etc/letsencrypt/live/cyberwater.scigap.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"
 
 ## Keycloak related variables
 tenant_domain: "cyberwater"
@@ -41,7 +40,7 @@ auth_options:
 
 gateway_id: "cyberwater"
 experiment_data_dir: "{{ user_data_dir }}/django-cyberwater"
-# gateway_data_store_ssh_public_key: "TODO"
+gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCgbggEQsHObu9N03L2mTOEwd6+U5w7j5VuYCkkbT8Cz/XNTDmdX/bNHlTlaWafm37mfmJznI6owl2XwoYWmV4etTs1OpPsffqDXkO7QUsDzvwWzWkqKjhkdD2e7pJ2dPdWrMQbDHdi7RnmapX4+JI042dqbJUd15xBgS0Jud/eVXGZsyeMDbGfMJ4m4ckV2ywSwvxAT5XFald5I25tdi7dwPA8g+hcIQNxRF+oBX5L+mepqTV5KNFQzmKFh1eREf8+yVkSU6NKLsZc2CSghquU58KKWtJbXEo9L31jcn0Jxxf3VjdchbLzAh3nVwoNhLfeYr5ox0YGpW6Xk3ROb14r"
 
 portal_title: "Beta Cyberwater Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/hosts 
b/dev-tools/ansible/inventories/scigap/develop-js2/hosts
index 18e495e4df..3ef57a195a 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/hosts
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/hosts
@@ -31,7 +31,7 @@ interactwel ansible_host=web.dev.scigap.org
 ; nexttdb ansible_host=149.165.156.46
 ; saver-x ansible_host=149.165.156.46
 ; pfec-hydro ansible_host=149.165.156.46
-; cyberwater ansible_host=149.165.156.46
+cyberwater ansible_host=web.dev.scigap.org
 ; mines ansible_host=149.165.156.46
 amp ansible_host=149.165.153.222
 geo ansible_host=web.dev.scigap.org

Reply via email to