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 2020/02/04 15:37:28 UTC

[airavata] branch master updated: Ansible: update domain of simccs 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 7d5e0a7  Ansible: update domain of simccs vm
7d5e0a7 is described below

commit 7d5e0a71e559b5262ef8158743418173651b5f82
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Feb 4 10:37:05 2020 -0500

    Ansible: update domain of simccs vm
---
 .../inventories/scigap/production/host_vars/simccs/vars.yml       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
index fae82fb..5f14382 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
@@ -41,11 +41,11 @@ django_extra_settings:
     CPLEX_APPLICATION_ID: "cplex-solver_99721933-c9e4-4285-9ef1-d035ca82b541"
     DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
 
-vhost_servername: "simccs.scigap.org"
+vhost_servername: "simccs.org"
 vhost_ssl: true
-ssl_certificate_file: "/etc/letsencrypt/live/simccs.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/simccs.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/simccs.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/simccs.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/simccs.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/simccs.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "iu-geology-survey"