You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2019/09/25 23:06:29 UTC

[airavata] 01/02: Adding Django SimCCS portal to staging environment

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 6491e244889035271b75b585ac90cb222ac547c5
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Sep 25 19:05:09 2019 -0400

    Adding Django SimCCS portal to staging environment
---
 .../inventories/scigap/staging/host_vars/simccs/vars.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml
index 15526bb..44ce3b1 100644
--- a/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml
@@ -20,10 +20,10 @@
 
 ---
 vhost_servername: "django.simccs.scigap.org"
-vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/django.simccs.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/django.simccs.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/django.simccs.scigap.org/privkey.pem"
+vhost_ssl: false
+#ssl_certificate_file: "/etc/letsencrypt/live/django.simccs.scigap.org/cert.pem"
+#ssl_certificate_chain_file: "/etc/letsencrypt/live/django.simccs.scigap.org/fullchain.pem"
+#ssl_certificate_key_file: "/etc/letsencrypt/live/django.simccs.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "iu-geology-survey"
@@ -34,9 +34,9 @@ auth_options:
   password:
     name: "SimCCS"
   external:
-#    - name: "existing institution credentials"
-#      idp_alias: "cilogon"
-#      logo: "images/cilogon-logo-24x24-b.png"
+    - name: "existing institution credentials"
+      idp_alias: "cilogon"
+      logo: "images/cilogon-logo-24x24-b.png"
 
 gateway_id: "iu-geology-survey"
 experiment_data_dir: "{{ user_data_dir }}/iu-geology-survey"
@@ -44,6 +44,6 @@ experiment_data_dir: "{{ user_data_dir }}/iu-geology-survey"
 django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Kevin Ellett', 'kmellett@indiana.edu'),('Ryan Kammer', 'rkammer@indiana.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
-portal_title: "Search-SRA Portal"
+portal_title: "SimCCS Portal"
 
 ...