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 2019/10/08 15:38:04 UTC

[airavata] branch develop updated (73f34cb -> fd1b73e)

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

machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git.


    from 73f34cb  Fix installing data store ssh key for Django deploys
     add 5850d6b  Removing webpack_loader_util from settings_local.py
     add 3c3e7e9  Move default gateway_data_store_ssh_public_key var
     new fd1b73e  Ansible: Adding DATASETS_DIR for beta.simccs.org

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ansible/inventories/scigap/develop/host_vars/simccs/vars.yml     | 1 +
 dev-tools/ansible/roles/django/defaults/main.yml                     | 1 +
 dev-tools/ansible/roles/django/templates/settings_local.py.j2        | 5 -----
 dev-tools/ansible/roles/httpd/defaults/main.yml                      | 2 --
 4 files changed, 2 insertions(+), 7 deletions(-)


[airavata] 01/01: Ansible: Adding DATASETS_DIR for beta.simccs.org

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit fd1b73efc125e98d33bbf89427698d3cbe22b5ac
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Oct 8 11:24:57 2019 -0400

    Ansible: Adding DATASETS_DIR for beta.simccs.org
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml
index 049da8a..02eee28 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml
@@ -52,6 +52,7 @@ django_extra_settings:
   JAVA_HOME: "/usr/java/default"
   MAPTOOL_SETTINGS:
     CPLEX_APPLICATION_ID: "Cplex_a7eaf483-ab92-4441-baeb-2f302ccb2919"
+    DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
 
 gateway_id: "simccs"
 experiment_data_dir: "{{ user_data_dir }}/django-simccs"