Sha256: 5962f432c1bf9c14b20e5fe021ccbbda51d2c6cd0d67e023aea1bffbca099337
Contents?: true
Size: 1.01 KB
Versions: 61
Compression:
Stored size: 1.01 KB
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 => 'RedHat6_64', :iso_file => 'CentOS-6.9-x86_64-minimal.iso', :iso_src => 'http://artfiles.org/centos.org/6.9/isos/x86_64/CentOS-6.9-x86_64-minimal.iso', :iso_sha256 => '422af57b493b8af49d485885a730c5a1d955f803fac85aa51311c393168b9080', :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