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 2020/01/24 21:01:02 UTC

[airavata] branch develop updated: Ansible: beta.simccs.org: temporary deploy of feature branch

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


The following commit(s) were added to refs/heads/develop by this push:
     new 59972be  Ansible: beta.simccs.org: temporary deploy of feature branch
59972be is described below

commit 59972bee1c25a61e6dfdb0c4b11f2737f8e403df
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 24 15:53:52 2020 -0500

    Ansible: beta.simccs.org: temporary deploy of feature branch
---
 .../ansible/inventories/scigap/develop/host_vars/simccs/vars.yml     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 7f54b89..29cc0b5 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
@@ -19,13 +19,15 @@
 #
 
 ---
+simccs_maptool_branch: "issue-50-Use-national-cost-surface-for-from-scratch-scenarios"
+# simccs_maptool_branch: "dev"
 airavata_django_extra_dependencies:
   # Need to separately install cython in the VM or do two deploys, one with
   # just cython, then a second with the other dependencies. Reason: pyjnius
   # requires that cython already be installed and they can't both be installed
   # at the same time.
   - cython
-  - git+https://github.com/SciGaP/simccs-maptool.git@dev#egg=simccs-maptool
+  - "git+https://github.com/SciGaP/simccs-maptool.git@{{ simccs_maptool_branch }}#egg=simccs-maptool"
   - pyjnius
 vhost_servername: "beta.simccs.org"
 vhost_ssl: True
@@ -53,6 +55,7 @@ django_extra_settings:
   MAPTOOL_SETTINGS:
     CPLEX_APPLICATION_ID: "Cplex_a7eaf483-ab92-4441-baeb-2f302ccb2919"
     DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
+    JAVA_OPTIONS: "-Xmx12g"
 
 gateway_id: "simccs"
 experiment_data_dir: "{{ user_data_dir }}/django-simccs"