bosh-stemcell 1.2398.0 → 1.2409.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.
@@ -42,32 +42,18 @@ module Bosh::Stemcell
42
42
  end
43
43
  end
44
44
 
45
- # rubocop:disable MethodLength
46
45
  def infrastructure_stages
47
46
  case infrastructure
48
47
  when Infrastructure::Aws then
49
48
  aws_stages
50
49
  when Infrastructure::OpenStack then
51
- if operating_system.instance_of?(OperatingSystem::Centos)
52
- centos_openstack_stages
53
- else
54
- openstack_stages
55
- end
50
+ openstack_stages
56
51
  when Infrastructure::Vsphere then
57
- if operating_system.instance_of?(OperatingSystem::Centos)
58
- centos_vsphere_stages
59
- else
60
- vsphere_stages
61
- end
52
+ vsphere_stages
62
53
  when Infrastructure::Vcloud then
63
- if operating_system.instance_of?(OperatingSystem::Centos)
64
- centos_vcloud_stages
65
- else
66
- default_vcloud_stages
67
- end
54
+ vcloud_stages
68
55
  end
69
56
  end
70
- # rubocop:enable MethodLength
71
57
 
72
58
  def openstack_stages
73
59
  if operating_system.instance_of?(OperatingSystem::Centos)
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.2398.0'
3
+ VERSION = '1.2409.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-stemcell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2398.0
4
+ version: 1.2409.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-04-14 00:00:00.000000000 Z
12
+ date: 2014-04-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bosh_aws_cpi
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.2398.0
21
+ version: 1.2409.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.2398.0
29
+ version: 1.2409.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: fakefs
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  version: '0'
189
189
  segments:
190
190
  - 0
191
- hash: -227543468888830728
191
+ hash: -1239572259228185750
192
192
  requirements: []
193
193
  rubyforge_project:
194
194
  rubygems_version: 1.8.23