beaker-vmpooler 0.1.0 → 0.2.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 +8 -8
- data/lib/beaker-vmpooler/version.rb +1 -1
- data/lib/beaker/hypervisor/vmpooler.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTM4OWFjZjExMGE1ZTAzMmRlNjEzZjRjNGE1MjFmOTc2NDc2MWM5Yw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MWE1ZjU5NDRhMmNhMmUyOTdkZjg1NjhiMDRiMGUxMWVlNDMxN2ExZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjE4ZDgxZjA1ZTc1ZTg2ZjllMjgxZWEwNjliNDc4MjM4MDRmMzBkYTIxM2E2
|
|
10
|
+
MzVmNzQwZjM5MGViNDBjNzdhYzZkZjVjNDZjMzQ1MzlhZTQ1Yjg3M2FkMmJi
|
|
11
|
+
MGQ2MWVmMzlmNWU0ZTVkZGNiNmUxZDM2YTJhYTUzOTlkM2MxMGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Nzg5YmNiOWFkOTRlODYxZGYyNzUxMTY1NmUwNGZlNDg0NGQwYmExN2E3ZTY4
|
|
14
|
+
MDc1ZGRkNjY4MTRlNmZjYTllYzIwYjliMmFhZGI3NGMxMGQ3MTRhNWYwYWZm
|
|
15
|
+
NzZiMDJkZTQxNDJmMWI2NGM2YWZjZjNiZWVjNTdmMGYxZDFkYWM=
|
|
@@ -52,6 +52,10 @@ module Beaker
|
|
|
52
52
|
YAML.load_file(dot_fog)
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
def connection_preference
|
|
56
|
+
['vmhostname', 'ip', 'hostname']
|
|
57
|
+
end
|
|
58
|
+
|
|
55
59
|
def check_url url
|
|
56
60
|
begin
|
|
57
61
|
URI.parse(url)
|
|
@@ -352,4 +356,4 @@ module Beaker
|
|
|
352
356
|
disk_added?(parsed[hostname], disk_size, index)
|
|
353
357
|
end
|
|
354
358
|
end
|
|
355
|
-
end
|
|
359
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker-vmpooler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rishi Javia, Kevin Imber, Tony Vu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|