chef-provisioning-fog 0.24.1 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2663767efd2c570dc41173c4e2d85baa3126d9b4
|
4
|
+
data.tar.gz: 11b38f7b70628492999fdc1335c48b5ae98d8a22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b213026a8db7200209b2c204267e0edf76e4c495157ec6a70fe7b48dc438691734d15b972a91348ee8cf477df392ac431f49e35865b6c33022bf334eda7a887a
|
7
|
+
data.tar.gz: 9f5df5ed6329feaeca53cd09a28c4edbb4b2cc5ce4e36d4763784292a5bb3adde1882a36ca77f4f34686801c28b662f206ea3f587dad078f4ea8f2dcd4072594
|
@@ -63,8 +63,10 @@ class Chef
|
|
63
63
|
# options are passed directly to SoftLayer API and
|
64
64
|
# SoftLayer_Hardware_Server rejects requests with unrecognized
|
65
65
|
# options
|
66
|
+
opts.delete(:vlan) if opts[:vlan] && opts[:private_network_only]
|
67
|
+
|
66
68
|
opts.keep_if do |opt, val|
|
67
|
-
::Fog::Compute::Softlayer::Server.attributes.include?(opt)
|
69
|
+
::Fog::Compute::Softlayer::Server.attributes.include?(opt) || opt =~ /private_vlan|vlan/
|
68
70
|
end
|
69
71
|
# fog-softlayer defines :tags but SoftLayer_Hardware_Server rejects it...
|
70
72
|
#opts.delete :tags
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-provisioning-fog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Keiser
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2017-08-
|
15
|
+
date: 2017-08-24 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: chef-provisioning
|