Sha256: 245caa6f9ef397fe98a45ac97027d4ab9ee693404f444e5dc8a1539b61c461d5
Contents?: true
Size: 1023 Bytes
Versions: 61
Compression:
Stored size: 1023 Bytes
Contents
# frozen_string_literal: true Veewee::Session.declare({ :cpu_count => '1', :memory_size => '512', :disk_size => '8192', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'RedHat', :iso_file => 'CentOS-6.9-i386-minimal.iso', :iso_src => 'http://artfiles.org/centos.org/6.9/isos/i386/CentOS-6.9-i386-minimal.iso', :iso_sha256 => 'e104b3bc2261e40c020e4047d31a4454a00435787c54fb0a376261f9348382b7', :iso_download_timeout => '1000', :boot_wait => '10', :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 => '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 => %w[../centos-postinstall.sh], :postinstall_timeout => '10000', :skip_iso_transfer => true, })
Version data entries
61 entries across 61 versions & 1 rubygems
Version | Path |
---|---|
image_optim_pack-0.5.3 | boxes/definitions/centos-i386/definition.rb |