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 2021/06/29 22:31:38 UTC

[airavata] branch master updated: Ansible: simccs.org, switching maptool back to master branch

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 a9b5ded  Ansible: simccs.org, switching maptool back to master branch
a9b5ded is described below

commit a9b5ded0c7337073eccda529117c898e373002d1
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 29 17:08:55 2021 -0400

    Ansible: simccs.org, switching maptool back to master branch
---
 .../ansible/inventories/scigap/production/host_vars/simccs/vars.yml  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
index 74bdd63..158f993 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
@@ -25,8 +25,7 @@ gateway_data_store_hostname: "scigap11.sciencegateways.iu.edu"
 gateway_data_store_resource_id: "scigap11.sciencegateways.iu.edu_96b8dcec-ac84-438a-9927-91baaf87758b"
 
 django_tus_endpoint: "https://tus.simccs.scigap.org/files/"
-# simccs_maptool_branch: "master"
-simccs_maptool_branch: "dev"
+simccs_maptool_branch: "master"
 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
@@ -41,7 +40,7 @@ django_extra_settings:
   MAPTOOL_SETTINGS:
     CPLEX_APPLICATION_ID: "cplex-solver_99721933-c9e4-4285-9ef1-d035ca82b541"
     DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
-    JAVA_OPTIONS: "-Xmx8g"
+    JAVA_OPTIONS: "-Xmx16g"
   LOGIN_REDIRECT_URL: "simccs_maptool:home"
 
 vhost_servername: "simccs.org"