Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 46D83200C39 for ; Thu, 16 Mar 2017 19:43:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4229F160B78; Thu, 16 Mar 2017 18:43:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90E3E160B72 for ; Thu, 16 Mar 2017 19:43:13 +0100 (CET) Received: (qmail 89860 invoked by uid 500); 16 Mar 2017 18:43:12 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 89850 invoked by uid 99); 16 Mar 2017 18:43:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2017 18:43:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E0BADFE8F; Thu, 16 Mar 2017 18:43:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: machristie@apache.org To: commits@airavata.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: airavata git commit: AIRAVATA-2335 Moving hosts into inventories dir Date: Thu, 16 Mar 2017 18:43:12 +0000 (UTC) archived-at: Thu, 16 Mar 2017 18:43:14 -0000 Repository: airavata Updated Branches: refs/heads/develop 505e30cad -> fc720d464 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/develop Commit: fc720d464bd95194db237cb7d6955308c027335c Parents: 505e30c Author: Marcus Christie Authored: Thu Mar 16 14:41:17 2017 -0400 Committer: Marcus Christie 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