testlab 1.6.4 → 1.6.5
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/lib/testlab/provisioners/bind.rb +3 -1
- data/lib/testlab/version.rb +1 -1
- metadata +4 -4
|
@@ -41,7 +41,9 @@ class TestLab
|
|
|
41
41
|
def on_container_provision(container)
|
|
42
42
|
@ui.logger.debug { "BIND Provisioner: Container #{container.id}" }
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
# ensure we override the config hash with the nodes configuration
|
|
45
|
+
@config = container.node.config
|
|
46
|
+
bind_provision(container.node)
|
|
45
47
|
|
|
46
48
|
true
|
|
47
49
|
end
|
data/lib/testlab/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testlab
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-09-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: gli
|
|
@@ -342,7 +342,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
342
342
|
version: '0'
|
|
343
343
|
segments:
|
|
344
344
|
- 0
|
|
345
|
-
hash: -
|
|
345
|
+
hash: -1958778561098121213
|
|
346
346
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
347
347
|
none: false
|
|
348
348
|
requirements:
|
|
@@ -351,7 +351,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
351
351
|
version: '0'
|
|
352
352
|
segments:
|
|
353
353
|
- 0
|
|
354
|
-
hash: -
|
|
354
|
+
hash: -1958778561098121213
|
|
355
355
|
requirements: []
|
|
356
356
|
rubyforge_project:
|
|
357
357
|
rubygems_version: 1.8.25
|