clc-chef-metal-vsphere 0.3.60 → 0.3.61
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chef_metal_vsphere/version.rb +1 -1
- data/lib/kitchen/driver/vsphere.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fbc1e4b1201224118f6d21e37a67125adc5395a
|
4
|
+
data.tar.gz: e75924cc2b70c3f80d3f9efd6f7476ef246fb50b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67417b64771acef364d2baca54f7a8bf672339c43ecb2e075a94208338c5b33443ac52e51740ca025bde2ed3746d844d058c30a78980a4000911ac15efcd0e1c
|
7
|
+
data.tar.gz: 8c44ac006fe208783cf740c636865390ee8226c13c1304a32b94f1bbd25fabec54cd61d9b74bc77eb099c215689d97d22c94c46146af0082320d5026cd690465
|
@@ -25,7 +25,7 @@ module Kitchen
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def create(state)
|
28
|
-
config[:server_name] ||= "kitchen-#{SecureRandom.hex}
|
28
|
+
config[:server_name] ||= "kitchen-#{SecureRandom.hex(4)}"
|
29
29
|
state[:username] = config[:machine_options][:bootstrap_options][:ssh][:user]
|
30
30
|
state[:password] = config[:machine_options][:bootstrap_options][:ssh][:password]
|
31
31
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clc-chef-metal-vsphere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.61
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CenturyLink Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
requirements: []
|
143
143
|
rubyforge_project:
|
144
|
-
rubygems_version: 2.
|
144
|
+
rubygems_version: 2.4.1
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Provisioner for creating vSphere VM instances in Chef Metal.
|