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 084e54c Updating production vars for 0.19 deployment
084e54c is described below
commit 084e54c396203ba4d677db3e83ed1a8cc630b805
Author: Marcus Christie <[email protected]>
AuthorDate: Sun Nov 3 10:00:23 2019 -0500
Updating production vars for 0.19 deployment
---
.../inventories/scigap/production/group_vars/all/vars.yml | 9 ++++++---
dev-tools/ansible/inventories/scigap/production/hosts | 13 +++++++------
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
index 25123de..76fdefc 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
@@ -30,7 +30,7 @@ user_home: "/home/{{ user }}"
deployment_dir: "{{ user_home }}/master-deployment"
airavata_source_dir: "{{ user_home }}/master-source"
airavata_repo: "https://github.com/apache/airavata.git"
-airavata_dist: "apache-airavata-api-server-0.18-SNAPSHOT"
+airavata_dist: "apache-airavata-api-server-0.19-SNAPSHOT"
airavata_dist_name: "{{ airavata_dist }}-bin.tar.gz"
git_branch: master
@@ -48,6 +48,9 @@ workflow_catalog: "workflow_catalog"
credential_store: "credential_store"
profile_service: "profile_service"
+django_db_username: "django"
+django_db_password: "{{ vault_db_password }}"
+
# Rabbitmq related vareables
rabbitmq_server: "{{ groups['rabbitmq'][0] }}"
rabbitmq_vhost: "master"
@@ -64,7 +67,7 @@ zookeeper_connection_url: "{{ groups['zookeeper'][0] }}:{{
zookeeper_client_port
api_server_name: "apiserver-node0"
api_server_host: "{{ groups['api-orch'][0] }}"
api_server_port: "8930"
-api_secured: "false"
+api_secured: "true"
tls_enable: "true"
api_server_tls_port: "9930"
enable_sharing: "true"
@@ -136,7 +139,7 @@ helix_version: 0.7.1
helix_url:
http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
helix_dir: "{{ deployment_dir }}/airavata-helix"
helix_cluster_name: "AiravataDemoCluster"
-snapshot_version: "0.18-SNAPSHOT"
+snapshot_version: "0.19-SNAPSHOT"
helix_controller_name: "helixcontroller"
helix_participant_name: "helixparticipant"
helix_pre_wm_name: "prewm"
diff --git a/dev-tools/ansible/inventories/scigap/production/hosts
b/dev-tools/ansible/inventories/scigap/production/hosts
index be79970..0e80415 100644
--- a/dev-tools/ansible/inventories/scigap/production/hosts
+++ b/dev-tools/ansible/inventories/scigap/production/hosts
@@ -1,22 +1,22 @@
# inventory file : scigap production deployment
[zookeeper]
-scigap07.sciencegateways.iu.edu ansible_user=root
+scigap03.sciencegateways.iu.edu ansible_user=root
[rabbitmq]
-scigap06.sciencegateways.iu.edu ansible_user=root
+scigap02.sciencegateways.iu.edu ansible_user=root
[database]
-scigap05.sciencegateways.iu.edu ansible_user=root
+scigap01.sciencegateways.iu.edu ansible_user=root
[api-orch]
-scigap06.sciencegateways.iu.edu ansible_user=root
+scigap02.sciencegateways.iu.edu ansible_user=root
[helix]
-scigap07.sciencegateways.iu.edu ansible_user=root
+scigap03.sciencegateways.iu.edu ansible_user=root
[kafka]
-scigap07.sciencegateways.iu.edu ansible_user=root
+scigap03.sciencegateways.iu.edu ansible_user=root
[pga]
gf4.ucs.indiana.edu ansible_user=root
@@ -24,6 +24,7 @@ gf4.ucs.indiana.edu ansible_user=root
[keycloak]
gf7.ucs.indiana.edu ansible_user=root
+[django]
seagrid ansible_host=156.56.104.84
testdrive ansible_host=156.56.104.84
searchsra ansible_host=156.56.104.84