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

machristie 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 74aa58d  Ansible: fix exp data dir for dreg
     new 4030ab2  Merge branch 'master' of https://github.com/apache/airavata
74aa58d is described below

commit 74aa58d435523bfb0595e6b750fc45f844af4465
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Feb 10 09:51:06 2020 -0500

    Ansible: fix exp data dir for dreg
---
 dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml
index 23d6f0f..562d7a5 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml
@@ -49,7 +49,7 @@ auth_options:
 #  external:
 
 gateway_id: "cornelldna"
-experiment_data_dir: "{{ user_data_dir }}/cornelldna"
+experiment_data_dir: "{{ user_data_dir }}/cornell-dnasequence"
 gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCTs6k2lSt5nn+UF3N1rAko9WjdtHZ1xLcKxCG4+4AVMdTIeng12g+1qB5hIFiDgesT/D/nzoA27EFj5nWiYanxBySNgl1Re8kR0nEqQbR0zj1dSibmfjW+vmOZzEiNSrNoLlc4KbFgqFCRGIlZ1bWZ7yHtJ3I7xxfKhvvxCTzJ4K71v1aovnDTUYophy2lUsdOcOq84Qhv3ITZafgblz3mJSwVpnnI72IepzonzDUdcf/w0lKCl70L9MgQAZ2V4e9sQZWJLI5s1VtJsqKggtgI4goPyxXROoH9PTUZFqvvYjLGW8JVS9eZKblSKil09yckPfZCSk1i/UD/uY6O7bjf"
 
 admin_emails: "[('Zhong Wang', '[email protected]'), ('SGRC', 
'[email protected]')]"

Reply via email to