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/04/13 15:52:39 UTC

[airavata] branch master updated: Ansible: LOGIN_REDIRECT_URL for SimCCS

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 9afe03d  Ansible: LOGIN_REDIRECT_URL for SimCCS
9afe03d is described below

commit 9afe03d21542e7cc1c7c1d525b75f6cbf82a5b08
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Apr 13 11:51:03 2021 -0400

    Ansible: LOGIN_REDIRECT_URL for SimCCS
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml   | 1 +
 .../ansible/inventories/scigap/production/host_vars/simccs/vars.yml      | 1 +
 2 files changed, 2 insertions(+)

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 e589295..54c007c 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
@@ -60,6 +60,7 @@ django_extra_settings:
     CPLEX_APPLICATION_ID: "Cplex_a7eaf483-ab92-4441-baeb-2f302ccb2919"
     DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
     JAVA_OPTIONS: "-Xmx13g"
+  LOGIN_REDIRECT_URL: "simccs_maptool:home"
 
 gateway_id: "simccs"
 experiment_data_dir: "{{ user_data_dir }}/django-simccs"
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 2222b8d..74bdd63 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
@@ -42,6 +42,7 @@ django_extra_settings:
     CPLEX_APPLICATION_ID: "cplex-solver_99721933-c9e4-4285-9ef1-d035ca82b541"
     DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
     JAVA_OPTIONS: "-Xmx8g"
+  LOGIN_REDIRECT_URL: "simccs_maptool:home"
 
 vhost_servername: "simccs.org"
 vhost_ssl: true