Sha256: bd19b1c14bacfac05b7d0433f611188205a13f8ec1fb9527ca22ebfb4ac5fb13
Contents?: true
Size: 628 Bytes
Versions: 17
Compression:
Stored size: 628 Bytes
Contents
require 'kitchen/driver/vsphere_common' module Kitchen module Driver class Vsphere < Kitchen::Driver::SSHBase default_config :machine_options, :start_timeout => 600, :create_timeout => 600, :ready_timeout => 90, :bootstrap_options => { :use_linked_clone => true, :ssh => { :user => 'root', :paranoid => false, :port => 22 }, :convergence_options => {}, :customization_spec => { :domain => 'local' } } include Kitchen::Driver::VsphereCommon end end end
Version data entries
17 entries across 17 versions & 1 rubygems