You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/09/15 06:37:22 UTC

[airavata] branch master updated: Added google analytics tracking IDs to V4I and TopPIC gateways

This is an automated email from the ASF dual-hosted git repository.

eroma 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 386b6ad  Added google analytics tracking IDs to V4I and TopPIC gateways
386b6ad is described below

commit 386b6ad995bf225e1d342b9f41b12f8dceb20880
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Sep 15 02:37:09 2020 -0400

    Added google analytics tracking IDs to V4I and TopPIC gateways
---
 .../ansible/inventories/scigap/production/host_vars/toppic/vars.yml     | 2 ++
 dev-tools/ansible/inventories/scigap/production/host_vars/v4i/vars.yml  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml
index 9b33541..5f960f8 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml
@@ -49,4 +49,6 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfQ9gN
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Liu Xiaowen' 'xwliu@iupui.edu'),('In Kwon Choi','inkwchoi@iu.edu'),('Liu Xiaowen','xwliu@iu.edu')]"
 portal_title: "TopPIC Gateway"
 
+django_google_analytics_tracking_id: "UA-178002567-1"
+
 ...
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/v4i/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/v4i/vars.yml
index 2444f94..f52c5c8 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/v4i/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/v4i/vars.yml
@@ -47,4 +47,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFUUsT
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
 portal_title: "V4I Gateway"
 
+django_google_analytics_tracking_id: "UA-178047106-1"
 ...