Method: PoolParty::Remote::Vmrun#launch_new_instance!

Defined in:
lib/poolparty/net/remoter_bases/vmrun/vmrun.rb

#launch_new_instance!(o = {}) ⇒ Object



58
59
60
61
62
63
# File 'lib/poolparty/net/remoter_bases/vmrun/vmrun.rb', line 58

def launch_new_instance!(o={})
  VmwareInstance.new( :vmx_file => next_unused_vmx_file, 
                      :ip => vmx_hash[next_unused_vmx_file], 
                      :keypair => @cloud.keypair
                    ).launch!
end