bosh_cpi 1.2583.0 → 1.2596.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,26 +3,27 @@ require 'open3'
3
3
 
4
4
  module Bosh::Clouds
5
5
  class ExternalCpi
6
- ##
7
6
  # Raised when the external CPI executable returns an error unknown to director
8
- #
9
7
  class UnknownError < StandardError; end
10
8
 
11
- ##
12
9
  # Raised when the external CPI executable returns nil or invalid JSON format to director
13
10
  class InvalidResponse < StandardError; end
14
11
 
15
- ##
16
12
  # Raised when the external CPI bin/cpi is not executable
17
13
  class NonExecutable < StandardError; end
18
14
 
19
15
  KNOWN_RPC_ERRORS = %w(
20
- Bosh::Clouds::VMCreationFailed
21
- Bosh::Clouds::DiskNotFound
22
- Bosh::Clouds::DiskNotAttached
23
- Bosh::Clouds::NoDiskSpace
24
- Bosh::Clouds::CloudError
25
16
  Bosh::Clouds::CpiError
17
+ Bosh::Clouds::NotSupported
18
+ Bosh::Clouds::NotImplemented
19
+
20
+ Bosh::Clouds::CloudError
21
+ Bosh::Clouds::VMNotFound
22
+
23
+ Bosh::Clouds::NoDiskSpace
24
+ Bosh::Clouds::DiskNotAttached
25
+ Bosh::Clouds::DiskNotFound
26
+ Bosh::Clouds::VMCreationFailed
26
27
  ).freeze
27
28
 
28
29
  KNOWN_RPC_METHODS = %w(
data/lib/cloud/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Clouds
3
- VERSION = '1.2583.0'
3
+ VERSION = '1.2596.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_cpi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2583.0
4
+ version: 1.2596.0
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: 2014-05-30 00:00:00.000000000 Z
12
+ date: 2014-06-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bosh_common
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.2583.0
21
+ version: 1.2596.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,10 +26,10 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.2583.0
29
+ version: 1.2596.0
30
30
  description: ! 'BOSH CPI
31
31
 
32
- b96a92'
32
+ 3c1470'
33
33
  email: support@cloudfoundry.com
34
34
  executables: []
35
35
  extensions: []
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: 2533708004430093783
71
+ hash: 4264359823454375407
72
72
  requirements: []
73
73
  rubyforge_project:
74
74
  rubygems_version: 1.8.23.2