Sha256: 7c6d5e7d7418e914f8d7e52264e49496e5859c3f339a8f4d250b94bc09cc1139

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

Veewee::Session.declare({
  :cpu_count => '1',
  :memory_size=> '512',
  :disk_size => '10140',
  :disk_format => 'VDI',
  :hostiocache => 'off',
  :os_type_id => 'RedHat_64',
  :iso_file => "CentOS-6.1-x86_64-minimal.iso",
  :iso_src => "http://centos.weepeetelecom.be/6.1/isos/x86_64/CentOS-6.1-x86_64-minimal.iso",
  :iso_md5 => "03177dfefb4ebfeb03f457c29f00b0a1",
  :iso_download_timeout => 1000,
  :boot_wait => "10",
  :boot_cmd_sequence => [
    '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>'
  ],
  :kickstart_port => "7122",
  :kickstart_timeout => 10000,
  :kickstart_file => "ks.cfg",
  :ssh_login_timeout => "10000",
  :ssh_user => "veewee",
  :ssh_password => "veewee",
  :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",
    "ruby.sh",
    "chef.sh",
    "puppet.sh",
    "vagrant.sh",
    "virtualbox.sh",
    #"kvm.sh",
    #"vmfusion.sh",
    "cleanup.sh"
  ],
  :postinstall_timeout => 10000
})

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
veewee-0.3.0.alpha7 templates/CentOS-6.1-x86_64-minimal/definition.rb
veewee-0.3.0.alpha6 templates/CentOS-6.1-x86_64-minimal/definition.rb
veewee-0.3.0.alpha5 templates/CentOS-6.1-x86_64-minimal/definition.rb