bosh_cpi 2.0.5 → 2.0.6
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
- data/lib/bosh/cpi/cli.rb +1 -0
- data/lib/cloud.rb +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5d29079595823ab0e901c90518604a9beb64130
|
4
|
+
data.tar.gz: dc153941c46263dedddbf30e38319ee91408a803
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 881279cee04d2eec9ace7eacb7f692d83cf6c08f84a85aa29de76dd5e7814b10c4bcf2c3442c0bc5255eb2682da3efb91a645088315d2a3e171e6992d336e707
|
7
|
+
data.tar.gz: 6f71b02f3e916638189860e0cf78222cdd2c795ef5ae799761d1b95cf643aaaad7b115b7204efd344ee262b83aea10b5446d80757565b3074085f38dbdd0a6b6
|
data/lib/bosh/cpi/cli.rb
CHANGED
data/lib/cloud.rb
CHANGED
@@ -26,6 +26,17 @@ module Bosh
|
|
26
26
|
def initialize(options)
|
27
27
|
end
|
28
28
|
|
29
|
+
## Information about cpi
|
30
|
+
#
|
31
|
+
# Sample info response:
|
32
|
+
# {"stemcell_formats" =>
|
33
|
+
# ["aws-raw", "aws-light"]
|
34
|
+
# }
|
35
|
+
# @return [Hash] information about cpi, currently stemcell formats, which are supported
|
36
|
+
def info
|
37
|
+
not_implemented(:info)
|
38
|
+
end
|
39
|
+
|
29
40
|
##
|
30
41
|
# Get the vm_id of this host
|
31
42
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bosh_cpi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VMware
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: membrane
|