1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Kyle Rames
01518d380c [core] updating Server models to use ssh_ip_address rather than public_ip_address 2014-01-22 14:18:35 -06:00
Paul Thornthwaite
00068859b9 [vmfusion] Updates reference to service 2013-01-07 21:01:23 +00:00
geemus
62e1c092e0 rescue/retry when loading gems (possibly without rubygems)
closes #901
2012-12-28 15:39:43 -06:00
Carlos Sanchez
a25691ed23 Move ssh private_key, public_key, username to Server model to reduce duplication 2012-10-31 12:31:49 +01:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Cody Herriges
bca7179e2e [vmfusion|compute] Sync fission v0.4.0 plus more.
This patch has several purposes.  Firstly this patch brings the
  Fog vmfusion provider in line with the recently released v0.4.0 version
  of the Fission project by aligning various method names.  During this
  sync up servers.rb was modified to obtain all VM states and passing
  them to the raw object instead of doing so when attributes are
  obtained inside server.rb.  This improves performance a lot since it
  reduces the need to run vmrun for every VM on the system.  Other
  changes being made to the provider are so that it returns data and acts more
  similar to the vsphere provider while still keeping backward
  compatibility with the original implementation; which was to be more
  similar to various cloud providers.
2012-01-18 14:04:50 -08:00
Patrick Debois
ce9a26e344 [vmfusion|compute] reworked structure as will be released in 0.4.0a 2011-09-23 16:59:23 +02:00
Patrick Debois
cb1d5919f0 [vmfusion|compute] fixed destroy function 2011-09-16 15:47:20 +02:00
Patrick Debois
1a576820ae vmfusion provider , requires the fission gem (pull request pending) 2011-09-16 14:57:00 +02:00