Sha256: c65cf4d0558fcb67f031cd96145cb3d9df5b8bc8af34da7192b199777ac8c3d7

Contents?: true

Size: 1.49 KB

Versions: 3

Compression:

Stored size: 1.49 KB

Contents

Veewee::Definition.declare({
  :cpu_count => '1', :memory_size=> '512',
  :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
  :os_type_id => 'Linux26',
  :iso_file => "systemrescuecd-x86-2.3.1.iso",
  :iso_src => "http://downloads.sourceforge.net/project/systemrescuecd/sysresccd-x86/2.3.1/systemrescuecd-x86-2.3.1.iso",
  :iso_md5 => "8813aa38506f6e6be1c02e871eb898ca",
  #:iso_file => "systemrescuecd-x86-2.0.0.iso",
  #:iso_src => "http://downloads.sourceforge.net/project/systemrescuecd/sysresccd-x86/2.0.0/systemrescuecd-x86-2.0.0.iso",
  #:iso_md5 => "51012e0bb943cff6367e5cea3a61cdbe",
  :iso_download_timeout => "1000",
  :boot_wait => "3", :boot_cmd_sequence => [
    '<Tab> raid=noautodetect setkmap=us dodhcp=eth0 fastboot dhcphostname=%NAME% rootpass=vagrant ar_source=http://%IP%:%PORT%/ autoruns=0 ar_nowait dns=127.0.0.1 nomodeset nodetect nodmraid nomadm edd=off quiet nosata nosound nosmp nohotplug acpi=off noresume load=eth1000 nonet noload=ipv6,floppy,md,raid10,raid456,raid1,raid0,multipath,linear,i2c_piix4,i2c_core,udev scandelay=0 nousb<Enter>'
  ],
  :kickstart_port => "7122", :kickstart_timeout => "10000",
  :kickstart_file => "autorun0",

  :ssh_login_timeout => "10000", :ssh_user => "root", :ssh_password => "vagrant", :ssh_key => "",
  :ssh_host_port => "7222", :ssh_guest_port => "22",
  :sudo_cmd => "sh '%f'",
  :shutdown_cmd => "shutdown -h -H now",
  :postinstall_files => ["_disabled_postinstall.sh", "enabled_postinstall.sh" ],
  :postinstall_timeout => "10000"
})

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
veewee-0.3.0.alpha7 test/definitions/test_definition/definition.rb
veewee-0.3.0.alpha6 test/definitions/test_definition/definition.rb
veewee-0.3.0.alpha5 test/definitions/test_definition/definition.rb