Repository: airavata Updated Branches: refs/heads/master aaf4749b8 -> 817b63781
Updated iugeosurvey pga config with theme Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/817b6378 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/817b6378 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/817b6378 Branch: refs/heads/master Commit: 817b637819c0af73edcd5a16bf4fc0360272a1fa Parents: aaf4749 Author: Marcus Christie <[email protected]> Authored: Wed Sep 6 11:47:50 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Wed Sep 6 11:51:07 2017 -0400 ---------------------------------------------------------------------- .../scigap/production/pga_config/iugeosurvey/vars.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/817b6378/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml index d9a3588..9bef2d5 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml @@ -40,7 +40,7 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}" oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.well-known/openid-configuration" auth_options: - - name: "IU Geology Survey" + - name: "Indiana Geological Survey" oauth_grant_type: "password" oauth_callback_url: "https://{{ vhost_servername }}/callback-url" @@ -55,7 +55,7 @@ super_admin_portal: "false" admin_emails: "['[email protected]','[email protected]']" portal_email_username: "[email protected]" portal_email_password: "{{ vault_portal_email_password }}" -#portal_theme: "gsu-gateway-theme" -#portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme" -portal_title: "IU Geology Survey" +portal_theme: "iu-geosurvey-gateway-theme" +portal_theme_repo: "https://github.com/SciGaP/iu-geosurvey-gateway-theme.git" +portal_title: "Indiana Geological Survey" ...
