chef-metal-fogsphere 0.1.0.alpha.13 → 0.1.0.alpha.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/chef-metal-fogsphere.gemspec +1 -1
- data/lib/clc_driver.rb +0 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7719baa900e4bca9c14011cde76f4ec273ea0b4c
|
4
|
+
data.tar.gz: 07398e713f6e50a6be7834533e3a5439f5f27b99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41775c7bf3c17ddeea30cd2f78983b8a24b054f622e86452b64009015ff8f4c99e9c254a528760a0897fa8d7ae2fd21394ae1325ec2e84f202d4f5a811f02651
|
7
|
+
data.tar.gz: a323a21e61e9de835c0b43e08ce748984c4e28705612418ec4e094e3fe3c88ecffd49c1cc30d8fdb21b1f8b031d933cccdfe863f63808c4826782449d46fd965
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = "chef-metal-fogsphere"
|
7
|
-
gem.version = '0.1.0.alpha.
|
7
|
+
gem.version = '0.1.0.alpha.14'
|
8
8
|
gem.license = 'Apache 2.0'
|
9
9
|
gem.authors = ["Matt Wrock"]
|
10
10
|
gem.email = ["matt@centurylinkcloud.com"]
|
data/lib/clc_driver.rb
CHANGED
@@ -34,7 +34,6 @@ module ChefMetalVsphere
|
|
34
34
|
|
35
35
|
def self.compute_options_for(id, config)
|
36
36
|
compute_options = config[:driver_options] || {}
|
37
|
-
compute_options[:provider] = 'vsphere'
|
38
37
|
new_config = { :driver_options => { :compute_options => compute_options }}
|
39
38
|
|
40
39
|
# Set the identifier from the URL
|
@@ -68,10 +67,6 @@ module ChefMetalVsphere
|
|
68
67
|
@compute_options = config[:driver_options][:compute_options]
|
69
68
|
end
|
70
69
|
|
71
|
-
def provider
|
72
|
-
@compute_options[:provider]
|
73
|
-
end
|
74
|
-
|
75
70
|
# Inflate a provisioner from node_json information; we don't want to force the
|
76
71
|
# driver to figure out what the provisioner really needs, since it varies
|
77
72
|
# from provisioner to provisioner.
|