lib/veewee/definition.rb in veewee-0.4.3 vs lib/veewee/definition.rb in veewee-0.4.4

- old
+ new

@@ -19,11 +19,11 @@ attr_accessor :os_type_id attr_accessor :boot_wait, :boot_cmd_sequence - attr_accessor :kickstart_port, :kickstart_ip, :kickstart_timeout, :kickstart_file + attr_accessor :kickstart_port, :kickstart_timeout, :kickstart_file attr_accessor :ssh_login_timeout, :ssh_user, :ssh_password, :ssh_key, :ssh_host_port, :ssh_guest_port attr_accessor :winrm_login_timeout, :winrm_user, :winrm_password, :winrm_host_port, :winrm_guest_port @@ -90,10 +90,10 @@ @use_sata = true # :hostiocache => 'off' , # :os_type_id => 'Ubuntu', # :boot_wait => "10", :boot_cmd_sequence => [ "boot"], - # :kickstart_port => "7122", :kickstart_ip => "127.0.0.1", :kickstart_timeout => 10000,# + # :kickstart_port => "7122", :kickstart_timeout => 60,# # :ssh_login_timeout => "10000", :ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "", @ssh_host_port = "2222" ; @ssh_guest_port = "22" # :ssh_host_port => "2222", :ssh_guest_port => "22", :sudo_cmd => "echo '%p'|sudo -S sh '%f'", # :shutdown_cmd => "shutdown -h now", # :kickstart_file => nil,