updating themes for two more gateways
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/056ae0a9 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/056ae0a9 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/056ae0a9 Branch: refs/heads/develop Commit: 056ae0a97f8c02d6e89294e77142ba2f79a2c4b8 Parents: 6791f28 Author: Suresh Marru <[email protected]> Authored: Thu Apr 27 09:23:36 2017 -0400 Committer: Suresh Marru <[email protected]> Committed: Thu Apr 27 09:23:36 2017 -0400 ---------------------------------------------------------------------- .../scigap/production/pga_config/simvascular/vars.yml | 4 ++-- .../inventories/scigap/production/pga_config/utah/vars.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/056ae0a9/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml ---------------------------------------------------------------------- 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 a800de2..5af96ae 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 @@ -45,7 +45,7 @@ super_admin_portal: "false" admin_emails: "['[email protected]']" portal_email_username: "[email protected]" portal_email_password: "{{ vault_portal_email_password }}" -portal_theme: "base" -#portal_theme_repo: "" +portal_theme: "simvascular-gateway-theme" +portal_theme_repo: "https://github.com/SciGaP/simvascular-gateway-theme.git" portal_title: "SimVascular Gateway Portal" ... http://git-wip-us.apache.org/repos/asf/airavata/blob/056ae0a9/dev-tools/ansible/inventories/scigap/production/pga_config/utah/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/utah/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/utah/vars.yml index eedd509..a92897f 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/utah/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/utah/vars.yml @@ -49,7 +49,7 @@ super_admin_portal: "false" admin_emails: "['[email protected]']" portal_email_username: "[email protected]" portal_email_password: "{{ vault_portal_email_password }}" -portal_theme: "base" -#portal_theme_repo: "" +portal_theme: "utah-sciencegateway-theme" +portal_theme_repo: "https://github.com/SciGaP/utah-sciencegateway-theme.git" portal_title: "Utah Gateway" ...
