palletjack 0.6.5 → 0.7.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.rubocop_todo.yml +13 -10
- data/ChangeLog +116 -0
- data/README.md +2 -0
- data/lib/palletjack/version.rb +1 -1
- metadata +3 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bdebdf58950c1a3296e87aeae767346245af628
|
|
4
|
+
data.tar.gz: ba3a0f10ac1fd86c9611f616815c917d29066ef0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c977aa8a85890d687474478dbaa25ac2fdfbde0a1b506fb173e026363427ed3c03501fa9fe81b099017a805f84f35e192f465091a05ff02fbacdd25ce900fd38
|
|
7
|
+
data.tar.gz: 5e3897ac3c4de3c04e5a09e2a39c610e8a09a601e9460c049efc90cdad75d1d97e6a41cffbe4778bf39507646f9cfce70dc337fac79fe3fbf0562ea5e0180eaa
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/.rubocop_todo.yml
CHANGED
|
@@ -154,8 +154,8 @@ Style/BlockDelimiters:
|
|
|
154
154
|
- 'tools/exe/create_ipv4_interface'
|
|
155
155
|
- 'tools/exe/create_system'
|
|
156
156
|
- 'tools/exe/dump_pallet'
|
|
157
|
-
- 'tools/exe/palletjack2knot'
|
|
158
157
|
- 'tools/exe/palletjack2unbound'
|
|
158
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
159
159
|
- 'tools/spec/palletjack2kea_spec.rb'
|
|
160
160
|
- 'tools/spec/palletjack2unbound_spec.rb'
|
|
161
161
|
|
|
@@ -225,10 +225,10 @@ Style/Documentation:
|
|
|
225
225
|
- 'tools/exe/create_system'
|
|
226
226
|
- 'tools/exe/dump_pallet'
|
|
227
227
|
- 'tools/exe/palletjack2kea'
|
|
228
|
-
- 'tools/exe/palletjack2knot'
|
|
229
228
|
- 'tools/exe/palletjack2pxelinux'
|
|
230
229
|
- 'tools/exe/palletjack2salt'
|
|
231
230
|
- 'tools/exe/palletjack2unbound'
|
|
231
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
232
232
|
|
|
233
233
|
# Offense count: 1
|
|
234
234
|
# Cop supports --auto-correct.
|
|
@@ -252,6 +252,7 @@ Style/EmptyLiteral:
|
|
|
252
252
|
Style/EmptyMethod:
|
|
253
253
|
Exclude:
|
|
254
254
|
- 'lib/palletjack/tool.rb'
|
|
255
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
255
256
|
|
|
256
257
|
# Offense count: 2
|
|
257
258
|
# Cop supports --auto-correct.
|
|
@@ -280,10 +281,10 @@ Style/FirstParameterIndentation:
|
|
|
280
281
|
- 'tools/exe/create_ipv4_interface'
|
|
281
282
|
- 'tools/exe/create_system'
|
|
282
283
|
- 'tools/exe/palletjack2kea'
|
|
283
|
-
- 'tools/exe/palletjack2knot'
|
|
284
284
|
- 'tools/exe/palletjack2pxelinux'
|
|
285
285
|
- 'tools/exe/palletjack2salt'
|
|
286
286
|
- 'tools/exe/palletjack2unbound'
|
|
287
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
287
288
|
|
|
288
289
|
# Offense count: 2
|
|
289
290
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
@@ -304,9 +305,9 @@ Style/GlobalVars:
|
|
|
304
305
|
- 'spec/palletjack_spec.rb'
|
|
305
306
|
- 'spec/spec_helper.rb'
|
|
306
307
|
- 'tools/spec/palletjack2kea_spec.rb'
|
|
307
|
-
- 'tools/spec/palletjack2knot_spec.rb'
|
|
308
308
|
- 'tools/spec/palletjack2salt_spec.rb'
|
|
309
309
|
- 'tools/spec/palletjack2unbound_spec.rb'
|
|
310
|
+
- 'tools/spec/palletjack2zones_spec.rb'
|
|
310
311
|
- 'tools/spec/spec_helper.rb'
|
|
311
312
|
|
|
312
313
|
# Offense count: 2
|
|
@@ -337,10 +338,12 @@ Style/IfUnlessModifier:
|
|
|
337
338
|
- 'tools/exe/create_system'
|
|
338
339
|
- 'tools/exe/dump_pallet'
|
|
339
340
|
- 'tools/exe/palletjack2kea'
|
|
340
|
-
- 'tools/exe/
|
|
341
|
+
- 'tools/exe/palletjack2knot1'
|
|
342
|
+
- 'tools/exe/palletjack2knot2'
|
|
341
343
|
- 'tools/exe/palletjack2pxelinux'
|
|
342
344
|
- 'tools/exe/palletjack2salt'
|
|
343
345
|
- 'tools/exe/palletjack2unbound'
|
|
346
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
344
347
|
|
|
345
348
|
# Offense count: 16
|
|
346
349
|
# Cop supports --auto-correct.
|
|
@@ -352,10 +355,10 @@ Style/IndentAssignment:
|
|
|
352
355
|
- 'tools/exe/create_ipv4_interface'
|
|
353
356
|
- 'tools/exe/create_system'
|
|
354
357
|
- 'tools/exe/palletjack2kea'
|
|
355
|
-
- 'tools/exe/palletjack2knot'
|
|
356
358
|
- 'tools/exe/palletjack2pxelinux'
|
|
357
359
|
- 'tools/exe/palletjack2salt'
|
|
358
360
|
- 'tools/exe/palletjack2unbound'
|
|
361
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
359
362
|
- 'tools/spec/palletjack2kea_spec.rb'
|
|
360
363
|
- 'tools/spec/palletjack2salt_spec.rb'
|
|
361
364
|
|
|
@@ -480,8 +483,8 @@ Style/SpaceBeforeBlockBraces:
|
|
|
480
483
|
Exclude:
|
|
481
484
|
- 'spec/palletjack-tool_spec.rb'
|
|
482
485
|
- 'spec/palletjack_spec.rb'
|
|
483
|
-
- 'tools/spec/palletjack2knot_spec.rb'
|
|
484
486
|
- 'tools/spec/palletjack2unbound_spec.rb'
|
|
487
|
+
- 'tools/spec/palletjack2zones_spec.rb'
|
|
485
488
|
|
|
486
489
|
# Offense count: 37
|
|
487
490
|
# Cop supports --auto-correct.
|
|
@@ -496,12 +499,12 @@ Style/SpaceInsideBlockBraces:
|
|
|
496
499
|
- 'tools/exe/create_system'
|
|
497
500
|
- 'tools/exe/dump_pallet'
|
|
498
501
|
- 'tools/exe/palletjack2kea'
|
|
499
|
-
- 'tools/exe/palletjack2knot'
|
|
500
502
|
- 'tools/exe/palletjack2pxelinux'
|
|
501
503
|
- 'tools/exe/palletjack2salt'
|
|
502
504
|
- 'tools/exe/palletjack2unbound'
|
|
503
|
-
- 'tools/
|
|
505
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
504
506
|
- 'tools/spec/palletjack2unbound_spec.rb'
|
|
507
|
+
- 'tools/spec/palletjack2zones_spec.rb'
|
|
505
508
|
|
|
506
509
|
# Offense count: 31
|
|
507
510
|
# Cop supports --auto-correct.
|
|
@@ -539,8 +542,8 @@ Style/SymbolProc:
|
|
|
539
542
|
# Configuration parameters: AllowNamedUnderscoreVariables.
|
|
540
543
|
Style/TrailingUnderscoreVariable:
|
|
541
544
|
Exclude:
|
|
542
|
-
- 'tools/exe/palletjack2knot'
|
|
543
545
|
- 'tools/exe/palletjack2unbound'
|
|
546
|
+
- 'tools/lib/palletjack2zones.rb'
|
|
544
547
|
|
|
545
548
|
# Offense count: 1
|
|
546
549
|
# Cop supports --auto-correct.
|
data/ChangeLog
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
v0.7.0 2017-05-11
|
|
2
|
+
|
|
3
|
+
Tool changes:
|
|
4
|
+
|
|
5
|
+
* palletjack2knot renamed to palletjack2knot1 for Knot 1.x,
|
|
6
|
+
palletjack2knot2 introduced for Knot 2.x (#124)
|
|
7
|
+
|
|
8
|
+
v0.6.5 2017-04-28
|
|
9
|
+
|
|
10
|
+
Bug fixes:
|
|
11
|
+
|
|
12
|
+
* Make configuration file writes atomic (#120, #121)
|
|
13
|
+
|
|
14
|
+
v0.6.4 2017-04-21
|
|
15
|
+
|
|
16
|
+
Bug fixes:
|
|
17
|
+
|
|
18
|
+
* Exceptions raised when parsing options are now propagated
|
|
19
|
+
properly instead of just resulting in the usage message being
|
|
20
|
+
printed and the program exiting (#118)
|
|
21
|
+
|
|
22
|
+
API changes:
|
|
23
|
+
|
|
24
|
+
* PalletJack::Tool#pallet_box can now take a hash of static
|
|
25
|
+
key-value pairs in addition to a block (#119)
|
|
26
|
+
|
|
27
|
+
v0.6.3 2017-04-12
|
|
28
|
+
|
|
29
|
+
Bug fixes:
|
|
30
|
+
|
|
31
|
+
* PalletJack::Tool#pallet_links now creates correct parent links
|
|
32
|
+
in the presence of hierarchical names (#117)
|
|
33
|
+
|
|
34
|
+
v0.6.2 2017-03-27
|
|
35
|
+
|
|
36
|
+
Bug fixes:
|
|
37
|
+
|
|
38
|
+
* Make palletjack2salt use the full hierarchical name for
|
|
39
|
+
netinstall pillars (#113)
|
|
40
|
+
|
|
41
|
+
Warehouse changes:
|
|
42
|
+
|
|
43
|
+
* Add the pillar.global.each-leaf-pallet directive to
|
|
44
|
+
palletjack2salt configuration for copying only leaf pallets into
|
|
45
|
+
Salt pillars (#114)
|
|
46
|
+
|
|
47
|
+
v0.6.1 2017-03-17
|
|
48
|
+
|
|
49
|
+
Bug fixes:
|
|
50
|
+
|
|
51
|
+
* Add explicit dependency on json ~> 1.8 (#112)
|
|
52
|
+
|
|
53
|
+
v0.6.0 2017-02-09
|
|
54
|
+
|
|
55
|
+
Warehouse changes:
|
|
56
|
+
|
|
57
|
+
* ipv4_network objects now need to link to service/dhcp-server
|
|
58
|
+
objects in order to generate DHCP server configuration (#111)
|
|
59
|
+
|
|
60
|
+
v0.5.0 2017-01-30
|
|
61
|
+
|
|
62
|
+
API changes:
|
|
63
|
+
|
|
64
|
+
* Refactor the PalletJack class, making PalletJack a module and
|
|
65
|
+
moving the functionality into PalletJack::Warehouse (#110)
|
|
66
|
+
|
|
67
|
+
Process changes:
|
|
68
|
+
|
|
69
|
+
* Add RuboCop coding style enforcement (#106, #108)
|
|
70
|
+
|
|
71
|
+
v0.4.2 2017-01-16
|
|
72
|
+
|
|
73
|
+
Warehouse changes:
|
|
74
|
+
|
|
75
|
+
* Example warehouse updated to CentOS 7.3.1611 (#103)
|
|
76
|
+
|
|
77
|
+
API changes:
|
|
78
|
+
|
|
79
|
+
* PalletJack no longer inherits from KVDAG (#107)
|
|
80
|
+
|
|
81
|
+
v0.4.1 2016-11-28
|
|
82
|
+
|
|
83
|
+
Warehouse changes:
|
|
84
|
+
|
|
85
|
+
* Refactor netinstall objects to use hierarcical names and
|
|
86
|
+
inheritance (#101)
|
|
87
|
+
|
|
88
|
+
v0.4.0 2016-11-23
|
|
89
|
+
|
|
90
|
+
API changes:
|
|
91
|
+
|
|
92
|
+
* Add information about source file and position to keys and
|
|
93
|
+
values (#100)
|
|
94
|
+
|
|
95
|
+
v0.3.0 2016-11-18
|
|
96
|
+
|
|
97
|
+
Bug fixes:
|
|
98
|
+
|
|
99
|
+
* Wait until the warehouse has been fully loaded before running
|
|
100
|
+
transforms (#99)
|
|
101
|
+
|
|
102
|
+
Warehouse changes:
|
|
103
|
+
|
|
104
|
+
* Update the example warehouse to use hierarchical DHCP server
|
|
105
|
+
configuration objects (#98)
|
|
106
|
+
|
|
107
|
+
v0.2.0 2016-11-11
|
|
108
|
+
|
|
109
|
+
Warehouse changes:
|
|
110
|
+
|
|
111
|
+
* Allow objects to be hierarchical (#95, #97)
|
|
112
|
+
|
|
113
|
+
API changes:
|
|
114
|
+
|
|
115
|
+
* Drop the v0.1.0 monolithic tool API, converting all bundled
|
|
116
|
+
tools to the v0.1.1 split function API (#94)
|
data/README.md
CHANGED
|
@@ -243,6 +243,8 @@ We are happy to accept contributions in the form of issues and pull requests on
|
|
|
243
243
|
|
|
244
244
|
- Write your commit messages in the usual Git style: a short summary in the first line, then paragraphs of explanatory text, line wrapped.
|
|
245
245
|
|
|
246
|
+
- For externally visible changes (either to users or tool developers), add a note in the changelog.
|
|
247
|
+
|
|
246
248
|
- Test your code.
|
|
247
249
|
|
|
248
250
|
- Code shall pass [Rubocop](https://github.com/bbatsov/rubocop) tests. See [.rubocop.yml](.rubocop.yml) for configured options. Rubocop is automaticallly run with the default Rake task.
|
data/lib/palletjack/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: palletjack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Calle Englund
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
f8wtQllq82VF0AXUYeLtTh1f+DW3WW5BO1e2OCu5eOV7dbyaVPaNK/+rHjCN8kM/
|
|
32
32
|
DGZSwUoNADmVkQ==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2017-
|
|
34
|
+
date: 2017-05-11 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: activesupport
|
|
@@ -169,6 +169,7 @@ files:
|
|
|
169
169
|
- .gitignore
|
|
170
170
|
- .rubocop.yml
|
|
171
171
|
- .rubocop_todo.yml
|
|
172
|
+
- ChangeLog
|
|
172
173
|
- Gemfile
|
|
173
174
|
- LICENSE
|
|
174
175
|
- README.md
|
metadata.gz.sig
CHANGED
|
Binary file
|