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 7c6024b Adding topPIC gateway
7c6024b is described below
commit 7c6024b4a636ac9057d6618aa2fac81166083b03
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Wed Jan 29 23:15:00 2020 -0500
Adding topPIC gateway
---
.../ansible/inventories/scigap/production/host_vars/toppic/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b34f0d4..37b8310 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
@@ -44,7 +44,7 @@ gateway_id: "toppic"
experiment_data_dir: "{{ user_data_dir }}/toppic"
#gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCNOy82E44c+/64s1Gd/VeQ4CpcGuTHwodXd1sLKu9sUDVO3pH4oBIQi0SLAns7W9qG63mZWO7lh2lSpqVyVzPY8eN+s/9JcvdLpJaTD35mxIXFTzPjbaVczpSB7DVpwPeQkHysrFe4U3TDgZemmVtFEe0TwU6wmVA42XFZi9+Z+q+jEJuG6t4O4v25jqkX6pQPkfDzMWh8Wxu2jXoBVLYIkpl1hXVGx+xLZFsgPkpjI9/+e29TEfcHBocE2a0/rtRUEFZjYApg2zb8Zglq37c6y8NepT5YyznA0QJV/hr7BogVHqrLy1HL5MCTt83Yn8e5/srNq27yjow1Jy8UHlB3"
-admin_emails: "[('SGRC', '[email protected]'),('Aaron Frank'
'[email protected]')]"
+admin_emails: "[('SGRC', '[email protected]'),('Liu Xiaowen'
'[email protected]'),('In Kwon Choi','[email protected]')]"
portal_title: "TopPIC Gateway"
...