Sha256: b351391e61df66401866fbdf30283aea80cad2d033cbcce5653092f064c02115

Contents?: true

Size: 1.22 KB

Versions: 23

Compression:

Stored size: 1.22 KB

Contents

# -*- coding: utf-8 -*-
#video memory size should be at least 32meg for windows 7 to do full screen on my desktop
# I'm not sure how to set that with veewee::session yet
Veewee::Session.declare({
    :os_type_id => 'Windows7_64',
    # Windows 7 Enterprise 90-day Trial
    # http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx 
    :iso_file => "7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso",
    :iso_src => "http://wb.dlservice.microsoft.com/dl/download/release/Win7/3/b/a/3bac7d87-8ad2-4b7a-87b3-def36aee35fa/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso",
    :iso_md5 => "1d0d239a252cb53e466d39e752b17c28",
    :iso_download_timeout => "100000",
    :cpu_count => '1',
    :memory_size=> '512', 
    :disk_size => '20280', :disk_format => 'VDI', :hostiocache => 'off',
    :floppy_files => [
      "Autounattend.xml",
      "oracle-cert.cer"
    ],
    :winrm_user => "vagrant", :winrm_password => "vagrant",
    :postinstall_timeout => "10000",
    :postinstall_files => [
      "install-chef.bat",
      "install-puppet.bat",
      "install-vbox.bat"
    ],
    :shutdown_cmd => "shutdown /s /t 10 /c \"Vagrant Shutdown\" /f /d p:4:1",
  })

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.5.0.alpha3 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.5.0.alpha2 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.5.0.alpha1 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.5.1 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.5 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.5.pre1 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.4 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.3 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.2 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.1 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.4.0 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.12 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.11 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.10 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.9 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-atlassian-0.3.11 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.7 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.6 templates/windows-7-enterprise-amd64-winrm/definition.rb
veewee-0.3.5 templates/windows-7-enterprise-amd64-winrm/definition.rb