You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/04/03 16:49:44 UTC

[11/50] airavata git commit: AIRAVATA-2335 Moving hosts into inventories dir

AIRAVATA-2335 Moving hosts into inventories dir


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/fc720d46
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/fc720d46
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/fc720d46

Branch: refs/heads/master
Commit: fc720d464bd95194db237cb7d6955308c027335c
Parents: 505e30c
Author: Marcus Christie <ma...@apache.org>
Authored: Thu Mar 16 14:41:17 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Thu Mar 16 14:42:14 2017 -0400

----------------------------------------------------------------------
 dev-tools/ansible/hosts                     | 35 ------------------------
 dev-tools/ansible/inventories/develop/hosts | 35 ++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/fc720d46/dev-tools/ansible/hosts
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/hosts b/dev-tools/ansible/hosts
deleted file mode 100644
index 7a88ccf..0000000
--- a/dev-tools/ansible/hosts
+++ /dev/null
@@ -1,35 +0,0 @@
----
-# inventory file : production
-
-[zookeeper]
-149.165.171.13
-
-[rabbitmq]
-149.165.171.12
-
-[database]
-149.165.171.1
-
-#[wso2is]
-#52.87.209.219
-
-[registry]
-149.165.171.0
-
-[api-orch]
-149.165.170.105
-
-[gfac]
-149.165.171.0
-
-[pga]
-149.165.170.103
-
-[local]
-localhost          ansible_connection=local
-
-[dev-airavata]
-gw56.iu.xsede.org ansible_user=airavata
-
-[dev-pga]
-gw54.iu.xsede.org  ansible_user=pga

http://git-wip-us.apache.org/repos/asf/airavata/blob/fc720d46/dev-tools/ansible/inventories/develop/hosts
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/develop/hosts b/dev-tools/ansible/inventories/develop/hosts
new file mode 100644
index 0000000..7a88ccf
--- /dev/null
+++ b/dev-tools/ansible/inventories/develop/hosts
@@ -0,0 +1,35 @@
+---
+# inventory file : production
+
+[zookeeper]
+149.165.171.13
+
+[rabbitmq]
+149.165.171.12
+
+[database]
+149.165.171.1
+
+#[wso2is]
+#52.87.209.219
+
+[registry]
+149.165.171.0
+
+[api-orch]
+149.165.170.105
+
+[gfac]
+149.165.171.0
+
+[pga]
+149.165.170.103
+
+[local]
+localhost          ansible_connection=local
+
+[dev-airavata]
+gw56.iu.xsede.org ansible_user=airavata
+
+[dev-pga]
+gw54.iu.xsede.org  ansible_user=pga