Sha256: c6d61c97fea7dcb636083f7e1e316dac03cf491574739baa14c234ae7163b93d

Contents?: true

Size: 1.68 KB

Versions: 16

Compression:

Stored size: 1.68 KB

Contents

# -*- coding: utf-8 -*-
Veewee::Session.declare({
    :os_type_id => 'Windows2008_64',
    # http://technet.microsoft.com/en-us/evalcenter/dd459137.aspx
    # Download and install full featured software for 180-day trial
    :iso_file => "7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso",
    :iso_md5 => "4263be2cf3c59177c45085c0a7bc6ca5",
    :iso_src => "http://care.dlservice.microsoft.com//dl/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso",
    :iso_download_timeout => "1000",
    :cpu_count => '1',
    :memory_size=> '384', 
    :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',

    :floppy_files => [
      "Autounattend.xml", 
      "install-cygwin-sshd.bat",               
      "install-winrm.bat",
      "oracle-cert.cer"],

    #:boot_wait => "35",
    :boot_wait => "1",
    # after 35 seconds, hit these keys to not enter a product key and fully automate the install
    # if your machine is slower it may take more time
    # :boot_cmd_sequence => [ 
    # '<Tab><Tab><Tab><Enter>',
    # '<Enter>'
    # ],
    :boot_cmd_sequence => [''],

    :ssh_login_timeout => "10000",
    # Actively attempt to winrm (no ssh on base windows) in for 10000 seconds
    :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "", 
    :ssh_host_port => "59856", :ssh_guest_port => "22",
    # And run postinstall.sh for up to 10000 seconds
    :postinstall_timeout => "10000",
    :postinstall_files => ["postinstall.sh"],
    # No sudo on windows
    :sudo_cmd => "sh '%f'",
    # Shutdown is different as well
    :shutdown_cmd => "shutdown /s /t 60 /d p:4:1 /c \"Vagrant Shutdown\"",
})


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.5.0.alpha3 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.5.0.alpha2 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.5.0.alpha1 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.5.1 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.5 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.5.pre1 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.4 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.3 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.2 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.1 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.4.0 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.3.12 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.3.11 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.3.10 templates/windows-2008R2-serverstandard-amd64/definition.rb
veewee-0.3.9 templates/windows-2008R2-serverstandard-amd64/definition.rb