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 58c7585  Update dist name for 0.19
58c7585 is described below

commit 58c75850112ec2d3aec05b19ffe43e533ff2c3d8
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Apr 5 11:57:50 2019 -0400

    Update dist name for 0.19
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
index 64b7e8d..a834ffb 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
@@ -30,9 +30,8 @@ user_home: "/home/{{ user }}"
 deployment_dir: "{{ user_home }}/develop-deployment"
 airavata_source_dir: "{{ user_home }}/develop-source"
 airavata_repo: "https://github.com/apache/airavata.git";
-airavata_dist: "apache-airavata-server-0.17-SNAPSHOT"
+airavata_dist: "apache-airavata-server-0.19-SNAPSHOT"
 airavata_dist_name: "{{ airavata_dist }}-bin.tar.gz"
-old_airavata_dist: "apache-airavata-server-0.17-SNAPSHOT"
 git_branch: develop
 
 # Database related variables
@@ -168,4 +167,4 @@ parser_broker_url: "{{ groups['kafka'][0] }}:{{ 
kafka_listener_port }}"
 parser_broker_topic: "completed-messages"
 parser_broker_consumer_group: "ParsingConsumer"
 parser_storage_resource_id: 
"pgadev.scigap.org_7ddf28fd-d503-4ff8-bbc5-3279a7c3b99e"
-parser_broker_publisher_id: "ParserProducer"
\ No newline at end of file
+parser_broker_publisher_id: "ParserProducer"

Reply via email to