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/04/28 15:23:22 UTC

[41/50] [abbrv] airavata git commit: updating themes for two more gateways

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 <sm...@apache.org>
Authored: Thu Apr 27 09:23:36 2017 -0400
Committer: Suresh Marru <sm...@apache.org>
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: "['sgg@iu.edu']"
 portal_email_username: "pga.airavata@gmail.com"
 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: "['sgg@iu.edu']"
 portal_email_username: "pga.airavata@gmail.com"
 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"
 ...