changing ansible ports
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b7a79203 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b7a79203 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b7a79203 Branch: refs/heads/lahiru/AIRAVATA-2107 Commit: b7a79203d79046339377cbe5820a3a6bc380fb6c Parents: 514567c Author: scnakandala <[email protected]> Authored: Tue Sep 27 14:21:27 2016 -0400 Committer: scnakandala <[email protected]> Committed: Tue Sep 27 14:21:27 2016 -0400 ---------------------------------------------------------------------- dev-tools/ansible/hosts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/b7a79203/dev-tools/ansible/hosts ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/hosts b/dev-tools/ansible/hosts index 4fc8675..9dbec9c 100644 --- a/dev-tools/ansible/hosts +++ b/dev-tools/ansible/hosts @@ -2,25 +2,25 @@ # inventory file : production [zookeeper] -54.221.13.4 +149.165.171.13 [rabbitmq] -54.221.13.4 +149.165.171.12 [database] -54.196.189.115 +149.165.171.1 -[wso2is] +#[wso2is] #52.87.209.219 [registry] -54.89.119.195 +149.165.171.0 [api-orch] -54.89.119.195 +149.165.170.105 [gfac] -54.165.169.111 +149.165.170.104 [pga] -#54.237.220.234 +149.165.170.103
