sous-chef 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +14 -25
- data/LICENSE +22 -0
- data/README.md +4 -1
- data/sous-chef.gemspec +2 -2
- metadata +91 -88
data/Gemfile.lock
CHANGED
|
@@ -1,58 +1,52 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sous-chef (0.0.
|
|
5
|
-
knife-solo (~> 0.
|
|
4
|
+
sous-chef (0.0.8)
|
|
5
|
+
knife-solo (~> 0.2.0)
|
|
6
6
|
rake (~> 10.0.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: http://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
archive-tar-minitar (0.5.2)
|
|
12
|
-
|
|
13
|
-
chef (10.18.2)
|
|
14
|
-
bunny (>= 0.6.0, < 0.8.0)
|
|
12
|
+
chef (11.4.0)
|
|
15
13
|
erubis
|
|
16
14
|
highline (>= 1.6.9)
|
|
17
|
-
json (>= 1.4.4, <= 1.
|
|
15
|
+
json (>= 1.4.4, <= 1.7.7)
|
|
18
16
|
mixlib-authentication (>= 1.3.0)
|
|
19
|
-
mixlib-cli (
|
|
17
|
+
mixlib-cli (~> 1.3.0)
|
|
20
18
|
mixlib-config (>= 1.1.2)
|
|
21
19
|
mixlib-log (>= 1.3.0)
|
|
22
20
|
mixlib-shellout
|
|
23
|
-
|
|
24
|
-
net-ssh (~> 2.2.2)
|
|
21
|
+
net-ssh (~> 2.6)
|
|
25
22
|
net-ssh-multi (~> 1.1.0)
|
|
26
23
|
ohai (>= 0.6.0)
|
|
27
24
|
rest-client (>= 1.0.4, < 1.7.0)
|
|
28
|
-
treetop (~> 1.4.9)
|
|
29
|
-
uuidtools
|
|
30
25
|
yajl-ruby (~> 1.1)
|
|
31
26
|
diff-lcs (1.1.3)
|
|
32
27
|
erubis (2.7.0)
|
|
33
28
|
highline (1.6.15)
|
|
34
29
|
ipaddress (0.8.0)
|
|
35
|
-
json (1.
|
|
36
|
-
knife-solo (0.
|
|
37
|
-
chef (
|
|
30
|
+
json (1.7.7)
|
|
31
|
+
knife-solo (0.2.0)
|
|
32
|
+
chef (>= 10.12)
|
|
38
33
|
librarian (~> 0.0.20)
|
|
39
|
-
net-ssh (
|
|
34
|
+
net-ssh (>= 2.2.2, < 3.0)
|
|
40
35
|
librarian (0.0.26)
|
|
41
36
|
archive-tar-minitar (>= 0.5.2)
|
|
42
37
|
chef (>= 0.10)
|
|
43
38
|
highline
|
|
44
39
|
thor (~> 0.15)
|
|
45
|
-
mime-types (1.
|
|
40
|
+
mime-types (1.21)
|
|
46
41
|
mixlib-authentication (1.3.0)
|
|
47
42
|
mixlib-log
|
|
48
43
|
mixlib-cli (1.3.0)
|
|
49
44
|
mixlib-config (1.1.2)
|
|
50
45
|
mixlib-log (1.4.1)
|
|
51
46
|
mixlib-shellout (1.1.0)
|
|
52
|
-
|
|
53
|
-
net-ssh (
|
|
54
|
-
|
|
55
|
-
net-ssh (>= 1.99.1)
|
|
47
|
+
net-ssh (2.6.5)
|
|
48
|
+
net-ssh-gateway (1.2.0)
|
|
49
|
+
net-ssh (>= 2.6.5)
|
|
56
50
|
net-ssh-multi (1.1)
|
|
57
51
|
net-ssh (>= 2.1.4)
|
|
58
52
|
net-ssh-gateway (>= 0.99.0)
|
|
@@ -64,7 +58,6 @@ GEM
|
|
|
64
58
|
mixlib-shellout
|
|
65
59
|
systemu
|
|
66
60
|
yajl-ruby
|
|
67
|
-
polyglot (0.3.3)
|
|
68
61
|
rake (10.0.3)
|
|
69
62
|
rest-client (1.6.7)
|
|
70
63
|
mime-types (>= 1.16)
|
|
@@ -78,10 +71,6 @@ GEM
|
|
|
78
71
|
rspec-mocks (2.12.1)
|
|
79
72
|
systemu (2.5.2)
|
|
80
73
|
thor (0.17.0)
|
|
81
|
-
treetop (1.4.12)
|
|
82
|
-
polyglot
|
|
83
|
-
polyglot (>= 0.3.1)
|
|
84
|
-
uuidtools (2.1.3)
|
|
85
74
|
yajl-ruby (1.1.0)
|
|
86
75
|
|
|
87
76
|
PLATFORMS
|
data/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2013 Shaun Dern
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Sous Chef
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Rake Tasks for managing [knife-solo](http://matschaffer.github.com/knife-solo/)
|
|
4
|
+
nodes.
|
|
5
|
+
|
|
6
|
+
I've stopped work in favor of a knife plugin, [knife_sous](https://github.com/substantial/knife_sous)
|
|
4
7
|
|
|
5
8
|
## Usage
|
|
6
9
|
|
data/sous-chef.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.email = "shaun@substantail.com"
|
|
7
7
|
|
|
8
8
|
s.name = 'sous-chef'
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.8"
|
|
10
10
|
s.description = %q{Manage knife-solo nodes}
|
|
11
11
|
s.summary = %q{Rake tasks for managing knife-solo nodes by environment. Run knife solo
|
|
12
12
|
commands on one or multiple nodes.}
|
|
@@ -24,6 +24,6 @@ commands on one or multiple nodes.}
|
|
|
24
24
|
s.add_development_dependency "rspec", "~> 2.12.0"
|
|
25
25
|
s.add_development_dependency "rake", "~> 10.0.0"
|
|
26
26
|
s.add_development_dependency "bundler", "~> 1.1"
|
|
27
|
-
s.add_dependency "knife-solo", "~> 0.
|
|
27
|
+
s.add_dependency "knife-solo", "~> 0.2.0"
|
|
28
28
|
end
|
|
29
29
|
|
metadata
CHANGED
|
@@ -1,105 +1,104 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sous-chef
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 0
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.0.8
|
|
6
10
|
platform: ruby
|
|
7
|
-
authors:
|
|
11
|
+
authors:
|
|
8
12
|
- Shaun Dern
|
|
9
13
|
autorequire:
|
|
10
14
|
bindir: bin
|
|
11
15
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
|
|
17
|
+
date: 2013-02-15 00:00:00 -08:00
|
|
18
|
+
default_executable:
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
15
21
|
name: rake
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ~>
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 10.0.0
|
|
22
|
-
type: :runtime
|
|
23
22
|
prerelease: false
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
requirements:
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
requirements:
|
|
27
25
|
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 10
|
|
29
|
+
- 0
|
|
30
|
+
- 0
|
|
29
31
|
version: 10.0.0
|
|
30
|
-
|
|
32
|
+
type: :runtime
|
|
33
|
+
version_requirements: *id001
|
|
34
|
+
- !ruby/object:Gem::Dependency
|
|
31
35
|
name: rspec
|
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
|
-
requirements:
|
|
35
|
-
- - ~>
|
|
36
|
-
- !ruby/object:Gem::Version
|
|
37
|
-
version: 2.12.0
|
|
38
|
-
type: :development
|
|
39
36
|
prerelease: false
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
requirements:
|
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
43
39
|
- - ~>
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
segments:
|
|
42
|
+
- 2
|
|
43
|
+
- 12
|
|
44
|
+
- 0
|
|
45
45
|
version: 2.12.0
|
|
46
|
-
- !ruby/object:Gem::Dependency
|
|
47
|
-
name: rake
|
|
48
|
-
requirement: !ruby/object:Gem::Requirement
|
|
49
|
-
none: false
|
|
50
|
-
requirements:
|
|
51
|
-
- - ~>
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: 10.0.0
|
|
54
46
|
type: :development
|
|
47
|
+
version_requirements: *id002
|
|
48
|
+
- !ruby/object:Gem::Dependency
|
|
49
|
+
name: rake
|
|
55
50
|
prerelease: false
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
requirements:
|
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
52
|
+
requirements:
|
|
59
53
|
- - ~>
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
55
|
+
segments:
|
|
56
|
+
- 10
|
|
57
|
+
- 0
|
|
58
|
+
- 0
|
|
61
59
|
version: 10.0.0
|
|
62
|
-
- !ruby/object:Gem::Dependency
|
|
63
|
-
name: bundler
|
|
64
|
-
requirement: !ruby/object:Gem::Requirement
|
|
65
|
-
none: false
|
|
66
|
-
requirements:
|
|
67
|
-
- - ~>
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: '1.1'
|
|
70
60
|
type: :development
|
|
61
|
+
version_requirements: *id003
|
|
62
|
+
- !ruby/object:Gem::Dependency
|
|
63
|
+
name: bundler
|
|
71
64
|
prerelease: false
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
requirements:
|
|
65
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
75
67
|
- - ~>
|
|
76
|
-
- !ruby/object:Gem::Version
|
|
77
|
-
|
|
78
|
-
-
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
segments:
|
|
70
|
+
- 1
|
|
71
|
+
- 1
|
|
72
|
+
version: "1.1"
|
|
73
|
+
type: :development
|
|
74
|
+
version_requirements: *id004
|
|
75
|
+
- !ruby/object:Gem::Dependency
|
|
79
76
|
name: knife-solo
|
|
80
|
-
requirement: !ruby/object:Gem::Requirement
|
|
81
|
-
none: false
|
|
82
|
-
requirements:
|
|
83
|
-
- - ~>
|
|
84
|
-
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.1.0
|
|
86
|
-
type: :runtime
|
|
87
77
|
prerelease: false
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
requirements:
|
|
78
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
91
80
|
- - ~>
|
|
92
|
-
- !ruby/object:Gem::Version
|
|
93
|
-
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
segments:
|
|
83
|
+
- 0
|
|
84
|
+
- 2
|
|
85
|
+
- 0
|
|
86
|
+
version: 0.2.0
|
|
87
|
+
type: :runtime
|
|
88
|
+
version_requirements: *id005
|
|
94
89
|
description: Manage knife-solo nodes
|
|
95
90
|
email: shaun@substantail.com
|
|
96
91
|
executables: []
|
|
92
|
+
|
|
97
93
|
extensions: []
|
|
94
|
+
|
|
98
95
|
extra_rdoc_files: []
|
|
99
|
-
|
|
96
|
+
|
|
97
|
+
files:
|
|
100
98
|
- .gitignore
|
|
101
99
|
- Gemfile
|
|
102
100
|
- Gemfile.lock
|
|
101
|
+
- LICENSE
|
|
103
102
|
- README.md
|
|
104
103
|
- Rakefile
|
|
105
104
|
- lib/helpers/node_helpers.rb
|
|
@@ -129,33 +128,37 @@ files:
|
|
|
129
128
|
- spec/spec_helper.rb
|
|
130
129
|
- spec/support/fixtures/single_node.yml
|
|
131
130
|
- spec/support/fixtures/some_nodes.yml
|
|
131
|
+
has_rdoc: true
|
|
132
132
|
homepage: http://github.com/substantial/sous-chef
|
|
133
|
-
licenses:
|
|
133
|
+
licenses:
|
|
134
134
|
- MIT
|
|
135
135
|
post_install_message:
|
|
136
136
|
rdoc_options: []
|
|
137
|
-
|
|
137
|
+
|
|
138
|
+
require_paths:
|
|
138
139
|
- lib
|
|
139
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
requirements:
|
|
148
|
-
- -
|
|
149
|
-
- !ruby/object:Gem::Version
|
|
150
|
-
|
|
140
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
|
+
requirements:
|
|
142
|
+
- - ">="
|
|
143
|
+
- !ruby/object:Gem::Version
|
|
144
|
+
segments:
|
|
145
|
+
- 0
|
|
146
|
+
version: "0"
|
|
147
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
|
+
requirements:
|
|
149
|
+
- - ">="
|
|
150
|
+
- !ruby/object:Gem::Version
|
|
151
|
+
segments:
|
|
152
|
+
- 0
|
|
153
|
+
version: "0"
|
|
151
154
|
requirements: []
|
|
155
|
+
|
|
152
156
|
rubyforge_project: sous-chef
|
|
153
|
-
rubygems_version: 1.
|
|
157
|
+
rubygems_version: 1.3.6
|
|
154
158
|
signing_key:
|
|
155
159
|
specification_version: 3
|
|
156
|
-
summary: Rake tasks for managing knife-solo nodes by environment. Run knife solo commands
|
|
157
|
-
|
|
158
|
-
test_files:
|
|
160
|
+
summary: Rake tasks for managing knife-solo nodes by environment. Run knife solo commands on one or multiple nodes.
|
|
161
|
+
test_files:
|
|
159
162
|
- spec/helpers/node_helpers_spec.rb
|
|
160
163
|
- spec/helpers/node_task_helpers_spec.rb
|
|
161
164
|
- spec/sous-chef/collection_spec.rb
|