YUKI Hiroshi
null+****@clear*****
Mon Apr 21 11:32:52 JST 2014
YUKI Hiroshi 2014-04-21 11:32:52 +0900 (Mon, 21 Apr 2014) New Revision: 9e5efade6ce16b75b77a9e3ea826f47cb09508c3 https://github.com/droonga/chef-cookbooks/commit/9e5efade6ce16b75b77a9e3ea826f47cb09508c3 Message: Use same host name in catalog.json and run script Modified files: droonga/templates/default/droonga-engine-catalog.json.erb Modified: droonga/templates/default/droonga-engine-catalog.json.erb (+4 -4) =================================================================== --- droonga/templates/default/droonga-engine-catalog.json.erb 2014-04-21 11:15:29 +0900 (4931e2c) +++ droonga/templates/default/droonga-engine-catalog.json.erb 2014-04-21 11:32:52 +0900 (e07f624) @@ -14,13 +14,13 @@ { "weight": 50, "volume": { - "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.000" + "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.000" } }, { "weight": 50, "volume": { - "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.001" + "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.001" } } ] @@ -32,13 +32,13 @@ { "weight": 50, "volume": { - "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.010" + "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.010" } }, { "weight": 50, "volume": { - "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.011" + "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.011" } } ] -------------- next part -------------- HTML����������������������������...Download