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

24 commits

Author SHA1 Message Date
Steve Frank
f253b0939a Changing the non-ascii dash in the url 2013-07-26 01:55:40 -04:00
geemus
35dafed2a5 [vcloud|compute] better defaults for configuring vm content-type
closes #1879
2013-06-14 15:19:19 -05:00
Rodrigo Estebanez
befd61b1fd escapeHTML 2013-06-03 19:17:48 +02:00
Rodrigo Estebanez
d809e146a9 VM@customization_script= 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
273d951f26 Tags#create implemented 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
4b0ee24ea5 Tag#destroy implemented 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
08fc2f1eac server.tags implemented 2013-06-03 19:17:47 +02:00
Chirag Jog
bb36721cd9 Remove unecessary print 2013-03-13 10:11:18 +05:30
Chirag Jog
8c56814d50 Minor fix: Ensure to send a valid Content-Type 2013-03-08 21:28:08 +05:30
dJason
c151e9a5da Typo in instantiate_vapp_template.rb
Remove typo in instantiate_vapp_template()
2013-03-04 14:20:27 -07:00
Chirag Jog
a0a2ca31eb Merge branch 'vcloud_enhancements' of http://github.com/chirag-jog/fog into vcloud_enhancements
Conflicts:
	lib/fog/vcloud/requests/compute/instantiate_vapp_template.rb
2013-02-08 12:11:37 +05:30
Chirag Jog
bd1d1474b1 Remove extraneous print 2013-02-08 12:10:13 +05:30
Chirag Jog
6b7ae788cd Support to Configure the VM network 2013-02-08 11:57:24 +05:30
Chirag Jog
e27b2eec64 Fix Params related to network configuration 2013-02-08 11:57:24 +05:30
Chirag Jog
a4508c27de Support to Configure the VM network 2013-02-02 12:09:43 +05:30
Chirag Jog
e8bcf413e1 Fix Params related to network configuration 2013-02-02 12:08:33 +05:30
Chirag Jog
abd3b0b0b1 1.Fix Catalog Listing for vCD 1.5
2.Construct Valid XML to memory configuration
3.Fix Undeploy vCD 1.5
2012-08-05 21:00:45 +05:30
Chirag Jog
15592c06de Add ability to configure a vApp with an Org-wide network and associated
firewall, NAT rules(limited support).
2012-08-05 21:00:31 +05:30
Chirag Jog
8554a08ea4 1.Ability to fetch/list Orgs, Vdcs, Vapps, Servers.
2.Support to customize CPUs and Password
2012-08-05 21:00:11 +05:30
Lincoln Stoll
a816990270 [vcloud] Remove some un-needed debug information
closes #878
2012-04-25 16:59:04 -07:00
Edward Muller
3469dbaf3f Use #has_key? instead of #keys.include? 2012-02-06 17:53:11 -08:00
Peter Meier
30e28d704f [vcloud|compute] add API version 1.5 compability
vCloud version API 1.5 requires us to adapt certain calls. This
patch does all the necessary things to scan a vCloud 1.5 completely
and read all the necessary attributes, as we could already before.
Furthermore, it add tests for the version 1.5 calls.

The API version can now be set as a version param to the vcloud
compute resource. By default it chooses version 1.5.

This has been tested against a vCloud 1.5 and 1.0.
2012-01-30 19:04:19 +01:00
Peter Meier
750fb59f25 [vcloud|compute] improve models add tests
Improve the models to work with the current api version. add tests
that use fake-data, that was captured from a real vCloud.

Also removed a couple of dead code. Tests have been added for
everything that changed or have been added. All the existing but
untouched parts have not been tested.
2011-11-29 11:37:18 +01:00
geemus
d6f9fb4c35 [compute|vcloud] move vcloud compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:12:00 -05:00