[Groonga-commit] droonga/chef-cookbooks at 120677f [master] Specify local address always

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 18 16:16:25 JST 2014


YUKI Hiroshi	2014-04-18 16:16:25 +0900 (Fri, 18 Apr 2014)

  New Revision: 120677f82eaa96f6b44e17743809f951a78c8132
  https://github.com/droonga/chef-cookbooks/commit/120677f82eaa96f6b44e17743809f951a78c8132

  Message:
    Specify local address always

  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-18 16:15:08 +0900 (e9068b8)
+++ droonga/templates/default/droonga-engine-catalog.json.erb    2014-04-18 16:16:25 +0900 (dd1095d)
@@ -15,14 +15,14 @@
               "label": "slice000",
               "weight": 50,
               "volume": {
-                "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.000"
+                "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.000"
               }
             },
             {
               "label": "slice001",
               "weight": 50,
               "volume": {
-                "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.001"
+                "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.001"
               }
             }
           ]
@@ -35,14 +35,14 @@
               "label": "slice010",
               "weight": 50,
               "volume": {
-                "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.010"
+                "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.010"
               }
             },
             {
               "label": "slice011",
               "weight": 50,
               "volume": {
-                "address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.011"
+                "address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.011"
               }
             }
           ]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index