Sha256: a638027ab69a4631d04b5308214e2ca4817c5095a1ce4a6cd647d36df0ecdcf2

Contents?: true

Size: 1.04 KB

Versions: 8

Compression:

Stored size: 1.04 KB

Contents

Veewee::Session.declare({
  :cpu_count => '1',
  :memory_size=> '512',
  :disk_size => '10140',
  :disk_format => 'VDI',
  :hostiocache => 'off',
  :ioapic => 'on',
  :pae => 'on',
  :os_type_id => 'RedHat',
  :iso_file => "SL-63-i386-2012-08-02-boot.iso",
  :iso_src => "http://ftp.heanet.ie/pub/rsync.scientificlinux.org/6.3/i386/iso/SL-63-i386-2012-08-02-boot.iso",
  :iso_md5 => "c85099bd8d4627a6ebb039faf66563ad",
  :iso_download_timeout => 1000,
  :boot_wait => "15",
  :boot_cmd_sequence => [ '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
  :kickstart_port => "7122",
  :kickstart_timeout => 300,
  :kickstart_file => "ks.cfg",
  :ssh_login_timeout => "10000",
  :ssh_user => "vagrant",
  :ssh_password => "vagrant",
  :ssh_key => "",
  :ssh_host_port => "7222",
  :ssh_guest_port => "22",
  :sudo_cmd => "echo '%p'|sudo -S sh '%f'",
  :shutdown_cmd => "/sbin/halt -h -p",
  :postinstall_files => [
    "base.sh",
    "puppet.sh",
    "chef.sh",
    "vagrant.sh",
    "virtualbox.sh",
    "ruby.sh",
    "cleanup.sh"
  ],
  :postinstall_timeout => 10000
})

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.5.0.alpha3 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.5.0.alpha2 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.5.0.alpha1 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.4.5.1 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.4.5 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.4.5.pre1 templates/scientificlinux-6.3-i386-netboot/definition.rb
veewee-0.4.4 templates/scientificlinux-6.3-i386-netboot/definition.rb