Sha256: d2757c723b21d010f602ef03f3fe4840bc5fe074fd8288010ebc4b30435a2f91

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

	{
	  :driver_options => { 
	  	:host => '172.21.10.10',
	  	:user => 'vmapi',
	  	:password => 'Pass@word1',
	  	:insecure => true
	  },
	  :machine_options => { 
			:start_timeout => 600, 
            :create_timeout => 600, 	  	
            :bootstrap_options => {
	  		:datacenter => 'QA1',
	  		:template_name => 'WIN2012R2DTC-64',
	  		:vm_folder => 'DLAB',
	  		:datastore => 'QA1-2-SFIRE-01',
	  		:num_cpus => 2,
	  		:network_name => 'vlan_20_172.21.20',
	  		:memory_mb => 4096,
	  		:resource_pool => 'CLSTR02/DLAB',
	  		:additional_disk_size_gb => 50,
		  	:ssh => {
		  		:user => 'administrator',
		  		:password => 'Password123',
		  		:paranoid => false,
		  		:port => 22
		  	},
		  	:convergence_options => {},
	        :customization_spec => {
	          :ipsettings => {
	            :subnetMask => '255.255.255.0',
	            :gateway => ["172.21.20.1"],
	            :dnsServerList => ["172.17.1.26","172.17.1.27"]
	          },
	          :domain => 'local',
	          :org_name => 'Tier3',
	          :product_id => 'W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9',
	          :win_time_zone => 4
	        }
	  	}
	  },
	  :log_level => :debug
	}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clc-chef-metal-vsphere-0.3.21 spec/integration_tests/config.rb