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 8011fd9 Adding missing pga_reroute_to_django var for prod pgas
8011fd9 is described below
commit 8011fd9180f5e84786995c9d03065635fa5c8790
Author: Marcus Christie <[email protected]>
AuthorDate: Sun Nov 3 13:21:16 2019 -0500
Adding missing pga_reroute_to_django var for prod pgas
---
.../scigap/production/pga_config/distantreader/vars.yml | 1 +
.../inventories/scigap/production/pga_config/iugateway/vars.yml | 1 +
.../inventories/scigap/production/pga_config/scigap/vars.yml | 9 +++------
.../inventories/scigap/production/pga_config/seagrid/vars.yml | 1 +
.../scigap/production/pga_config/searchingSRA/vars.yml | 1 +
.../scigap/production/pga_config/simvascular/vars.yml | 1 +
6 files changed, 8 insertions(+), 6 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
index 9d05335..2fda8a7 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
@@ -65,4 +65,5 @@ portal_theme: "distantreader-gateway-theme"
portal_theme_repo: "https://github.com/SciGaP/distantreader-gateway-theme"
portal_title: "Distant Reader Gateway"
pga_airavata_django_url: "https://distantreader.org"
+pga_reroute_to_django: true
...
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
index 21918eb..6f64cfc 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
@@ -64,4 +64,5 @@ portal_theme_repo:
"https://github.com/SciGaP/iu-cybergateway-theme.git"
portal_title: "IU Gateway"
pga_google_analytics_id: "UA-111528347-9"
pga_airavata_django_url: "https://django.cybergateway.iu.scigap.org"
+ga_reroute_to_django: true
...
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
index 43c3b3c..d2dc7d4 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
@@ -27,12 +27,9 @@ vhost_servername: "scigap.org"
#vhost_servername: "beta.scigap.org"
vhost_ssl: True
# TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/pki/tls/certs/scigap_org_cert.cer"
-ssl_certificate_chain_file: "/etc/pki/tls/certs/scigap_org_interm.cer"
-ssl_certificate_key_file: "/etc/pki/tls/private/scigap.key"
-#ssl_certificate_file: "/etc/letsencrypt/live/beta.scigap.org/cert.pem"
-#ssl_certificate_chain_file:
"/etc/letsencrypt/live/beta.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/beta.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/scigap.org/privkey.pem"
## Keycloak related variables
tenant_domain: "{{ gateway_id }}"
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
index 63977d3..08ff32a 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
@@ -75,4 +75,5 @@ portal_theme_repo:
"https://github.com/SciGaP/seagrid-website-theme.git"
portal_title: "SEAGrid Portal"
pga_google_analytics_id: "UA-110457476-1"
pga_airavata_django_url: "https://seagrid.org"
+pga_reroute_to_django: true
...
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
index f9ef3ce..8b6ab38 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
@@ -67,4 +67,5 @@ portal_theme: "searchingsra-gateway-theme"
#portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme"
portal_title: "Searching SRA"
pga_airavata_django_url: "https://www.searchsra.org"
+pga_reroute_to_django: true
...
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
index 99c455f..cb286e7 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
@@ -70,4 +70,5 @@ portal_theme_repo:
"https://github.com/SciGaP/simvascular-gateway-theme.git"
portal_title: "SimVascular Gateway Portal"
pga_google_analytics_id: "UA-111528347-7"
pga_airavata_django_url: "https://django.simvascular.scigap.org"
+pga_reroute_to_django: true
...