classify_cluster 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- classify_cluster (0.3.8)
4
+ classify_cluster (0.4.3)
5
5
  activesupport (>= 2.3.5)
6
6
  commander (~> 4.0.3)
7
7
  highline (~> 1.6.1)
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2011 Socialcast, Inc
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README CHANGED
@@ -4,4 +4,8 @@ Useful if your wanting to have one location for specifying your capistrano and p
4
4
 
5
5
  This is still extremely alpha, do not recommend use on production systems. More on documentation coming soon.
6
6
 
7
- Check the examples directory for sample cluster configurations.
7
+ Check the examples directory for sample cluster configurations.
8
+
9
+ == Copyright
10
+
11
+ Copyright (c) 2011 Socialcast, Inc. See LICENSE for details.
@@ -86,7 +86,7 @@ module ClassifyCluster
86
86
  when 'push'
87
87
  @node.cluster.variable 'blow_host', @node.private_ip
88
88
  when 'search'
89
- @node.cluster.variable 'solr_host', @node.private_ip
89
+ @node.cluster.variable 'elasticsearch_host', "#{@node.private_ip}:9200"
90
90
  when 'munin'
91
91
  @node.cluster.variable('munin_master', @node.private_ip) if @options.has_key?(:master)
92
92
  when 'file'
@@ -1,3 +1,3 @@
1
1
  module ClassifyCluster
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
@@ -11,7 +11,7 @@ module ClassifyCluster
11
11
  'web' => 'web',
12
12
  'push' => 'push',
13
13
  'puppet_master' => 'puppet_master',
14
- 'search' => 'solr',
14
+ 'search' => 'elasticsearch',
15
15
  'file' => 'file',
16
16
  'scheduler' => 'scheduler'
17
17
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classify_cluster
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Cashin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-30 00:00:00 -07:00
18
+ date: 2011-06-16 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -79,6 +79,7 @@ files:
79
79
  - .gitignore
80
80
  - Gemfile
81
81
  - Gemfile.lock
82
+ - LICENSE
82
83
  - README
83
84
  - Rakefile
84
85
  - bin/classify