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 2019/09/26 04:07:00 UTC

[airavata] branch staging updated: Adding staging simccs django settings, ssl

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 56ee906  Adding staging simccs django settings, ssl
56ee906 is described below

commit 56ee906d694b6b0b24ea2b6321128a8ee24cb5d3
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Sep 25 21:06:48 2019 -0700

    Adding staging simccs django settings, ssl
---
 .../inventories/scigap/staging/host_vars/simccs/vars.yml      | 11 +++++++----
 1 file changed, 7 insertions(+), 4 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 b6d2335..c4fc58a 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
@@ -28,11 +28,14 @@ airavata_django_extra_dependencies:
   - git+https://github.com/SciGaP/simccs-maptool.git#egg=simccs-maptool
   - pyjnius
 
+django_extra_settings:
+  JAVA_HOME: "/usr/java/default"
+
 vhost_servername: "django.simccs.scigap.org"
-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"
+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"
 
 ## Keycloak related variables
 tenant_domain: "iu-geology-survey"