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/31 15:52:44 UTC

[airavata] branch RPID+SEAGrid updated: Ansible: connect to api server over localhost

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch RPID+SEAGrid
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/RPID+SEAGrid by this push:
     new 4f9cae2  Ansible: connect to api server over localhost
4f9cae2 is described below

commit 4f9cae2f1a1ed34c8af9d3a69931e196d9d5e488
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 31 10:52:29 2020 -0500

    Ansible: connect to api server over localhost
---
 .../ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
index ead01d5..c90c742 100644
--- a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
@@ -32,3 +32,5 @@ db_server: "localhost"
 django_hidden_airavata_apps: "['django_airavata_dataparsers']"
 # django_tus_endpoint: "https://tus.dev.scigap.org/files/"
 airavata_django_git_branch: "RPID+SEAGrid"
+api_server_host: "localhost"
+profile_service_host: "localhost"