You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/01/29 18:53:39 UTC

[airavata] branch RPID+SEAGrid updated: Adding the VM IP address to host file

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

eroma 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 8baa0fc  Adding the VM IP address to host file
8baa0fc is described below

commit 8baa0fc2863808b8b39a6a1ee2508339eb512d33
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Jan 29 13:53:28 2020 -0500

    Adding the VM IP address to host file
---
 .../ansible/inventories/scigap/RPID+SEAGrid/hosts  | 42 ++++++----------------
 1 file changed, 11 insertions(+), 31 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/hosts b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/hosts
index 04a86ed..f76716e 100644
--- a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/hosts
+++ b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/hosts
@@ -1,47 +1,27 @@
 ---
-# inventory file : scigap develop deployment
+# inventory file
+# NOTE: update the CHANGEMEs to the actual ip address or hostname.
 
 [zookeeper]
-149.165.156.195
+149.165.157.21 ansible_connection=ssh ansible_user=root
 
 [rabbitmq]
-149.165.156.195
+149.165.157.21 ansible_connection=ssh ansible_user=root
 
 [database]
-149.165.156.27
+149.165.157.21 ansible_connection=ssh ansible_user=root
 
 [api-orch]
-149.165.156.195
-
-[gfac]
-149.165.157.37
+149.165.157.21 ansible_connection=ssh ansible_user=root
 
 [pga]
-149.165.156.46
+149.165.157.21 ansible_user=root
 
 [keycloak]
-149.165.156.151
-
-[django]
-seagrid ansible_host=149.165.156.46
-simvascular ansible_host=149.165.156.46
-simccs ansible_host=149.165.156.46
-interactwel ansible_host=149.165.156.46
-usd ansible_host=149.165.156.46
-csbglsu ansible_host=149.165.156.46
-nexttdb ansible_host=149.165.156.46
-saver-x ansible_host=149.165.156.46
-pfec-hydro ansible_host=149.165.156.46
-cyberwater ansible_host=149.165.156.46
-mines ansible_host=149.165.156.46
-distantr ansible_host=149.165.156.46
-amp ansible_host=149.165.169.129
-
-[helix]
-149.165.157.37
+iamdev.rpid.seagrid.org ansible_connection=ssh ansible_user=root
 
 [kafka]
-149.165.157.37
+149.165.157.21 ansible_connection=ssh ansible_user=root
 
-#Django Dev AMP Gateway
-amp ansible_host=149.165.169.129 ansible_user=centos
+[helix]
+149.165.157.21 ansible_connection=ssh ansible_user=root
\ No newline at end of file