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 2017/08/03 16:02:03 UTC

[47/50] [abbrv] airavata git commit: UAB and NMSU Gateway Ansible Script updates

UAB and NMSU Gateway Ansible Script updates


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/1f35ede1
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/1f35ede1
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/1f35ede1

Branch: refs/heads/master
Commit: 1f35ede16b01b52908b397d76d751a1262711692
Parents: e7e7771
Author: Suresh Marru <sm...@apache.org>
Authored: Thu Jul 27 05:34:56 2017 +0530
Committer: Suresh Marru <sm...@apache.org>
Committed: Thu Jul 27 05:34:56 2017 +0530

----------------------------------------------------------------------
 .../scigap/production/pga_config/newmexicostate/vars.yml  | 10 +++++-----
 .../inventories/scigap/production/pga_config/uab/vars.yml | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/1f35ede1/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml
index 7254a1f..adba265 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml
@@ -24,12 +24,12 @@ git_branch: "develop"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/new-mexico-state"
-vhost_servername: "nmsu.scigap.org"
-vhost_ssl: False
+vhost_servername: "sciencegateway.nmsu.edu"
+vhost_ssl: True
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/sciencegateway.nmsu.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/sciencegateway.nmsu.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/sciencegateway.nmsu.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"

http://git-wip-us.apache.org/repos/asf/airavata/blob/1f35ede1/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml
index 7670791..54cc932 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml
@@ -24,12 +24,12 @@ git_branch: "develop"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/alabama-birmingham"
-vhost_servername: "uab.scigap.org"
-vhost_ssl: False
+vhost_servername: "torana.rc.uab.edu"
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/torana.rc.uab.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/torana.rc.uab.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/torana.rc.uab.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"