Nick Osborn
66b6808a5f
[vcloud_director] Add get_supported_versions request.
2013-09-26 23:35:23 +01:00
Nick Osborn
1f9837c865
[vcloud_director] Start mocking requests.
...
- also adds get_current_session request
2013-09-26 11:31:19 +01:00
Nick Osborn
36277525a4
[vcloud_director] Update README
2013-09-26 11:10:39 +01:00
Nick Osborn
40c4dc75d4
Merge pull request #2155 from rsalm/vcloud_director_catalog_items_fix
...
[vcloud_director] Fix listing catalog items when only a single item exists
2013-09-25 08:28:39 -07:00
Wesley Beary
e7c06f4db1
Merge pull request #2166 from snehaso/master
...
[vcloud-director] fixed fog to load vdc with single or zero resource entities
2013-09-24 07:40:10 -07:00
Sneha Somwanshi
306fbc2dfb
corrected the check for empty string
...
checking for an empty string , in case when vdc with zero resource entities are
returned
2013-09-24 09:40:15 +01:00
Sneha Somwanshi
5c17867f10
fix for - fog fails to load vdc with 1 or 0 vapps
...
Fog code fails to describe the vdc with zero or single vapps(resource
entities).
This is because the underlying API does not return Array, when vdc
has single or no vapp. Added a fix for this.
2013-09-23 15:59:01 +01:00
rsalm
3dddaf3863
[vcloud_director] Move ensure_list to VCloudDirector::Collection.
...
Replace inline wrap implementations in Tasks and Organizations with
ensure_list.
2013-09-20 17:29:46 +03:00
rsalm
d612a03b34
[vcloud_director] Implement vapp.destroy and get rid off vdc.delete_vapp
2013-09-20 10:29:31 +03:00
rsalm
d8179ed29e
[vcloud_director] Added support for deleting vApps.
2013-09-19 12:27:00 +03:00
rsalm
873d195ddd
[vcloud_director] Fix listing catalog items when only a single item exists.
2013-09-18 20:59:35 +03:00
Wesley Beary
ac1f61d16d
Merge pull request #2150 from rsalm/vcloud_director_poweroff
...
Vcloud director poweroff support
2013-09-18 06:32:55 -07:00
rsalm
2f7b0c77bd
[vcloud_director] Added power_on, power_off to vApp
2013-09-17 14:52:14 +03:00
rsalm
471b331a67
[vcloud_director] Add power_off for vm
2013-09-17 14:51:19 +03:00
Philip Potter
ef489bb2e2
[vcloud_director] rename undeploy.rb to match other request files
2013-09-17 10:53:32 +01:00
Nick Osborn
bf38e751ac
[vcloud_director] whitespace cleanup
2013-09-16 18:13:09 +01:00
Philip Potter
91522ace22
[vcloud_director] wait for undeploy to finish before returning
2013-09-16 16:50:14 +01:00
Philip Potter
31954efdaa
[vcloud_director] Add ability to undeploy vApp
2013-09-16 15:38:38 +01:00
Nick Osborn
2331397866
[vcloud_director] Capture org name at login.
...
Now that name != FullName, this lets us discover which organization
we've logged into without needing advance knowledge of it:
org = compute.organizations.get_by_name(compute.org_name)
2013-09-14 20:05:28 +01:00
Nick Osborn
95a190f772
[vcloud_director] Deconflate Org name and FullName.
2013-09-14 19:24:19 +01:00
Wesley Beary
0446a0ab2c
Merge pull request #2134 from nosborn/vcloud_director_multiple_orgs
...
[vcloud_director] Allow for multiple Orgs.
2013-09-12 11:07:15 -07:00
Nick Osborn
a47f11a7ec
[vcloud_director] Allow for multiple Orgs, rephrased.
2013-09-12 10:29:56 +01:00
Nick Osborn
116d004acf
[vcloud_director] Fix copy & paste fail.
2013-09-11 12:00:26 +01:00
Nick Osborn
13ed21eaa5
[vcloud_director] Improve support for Tasks.
...
- add Organization#tasks
- add Task#cancel
- rename Task#expirity_time to expiry_time
- Task#progress is an integer
- add missing Task#start_time
- expose Task attributes introduced in 5.1 API
2013-09-10 18:07:36 +01:00
Nick Osborn
85f7b1568c
[vcloud_director] Allow for multiple Orgs.
2013-09-05 11:27:38 +01:00
Wesley Beary
4173954af9
Merge pull request #2114 from nosborn/vcloud_director_instantiate_options
...
[vcloud_director] Use options in instantiate.
2013-09-04 11:39:13 -07:00
Nick Osborn
87616f5e3f
[vcloud_director] 'Set-Cookie' may be lowercase
2013-09-04 17:50:42 +01:00
Nick Osborn
71a303415b
[vcloud_director] Use options in instantiate.
2013-09-04 17:48:39 +01:00
Rodrigo Estebanez
81f8911fc7
clean-up
2013-09-03 13:17:13 +02:00
Rodrigo Estebanez
e837f0596f
get_vms_by_metadata
2013-09-02 11:58:05 +02:00
Rodrigo Estebanez
926495e9f0
Make VcloudDirector to support 5.1. Default version now is 5.1
2013-08-29 14:02:21 +02:00
Rodrigo Estebanez
05bdad34f6
adding a hash_items method to show the tags as a hash
2013-08-27 15:00:16 +02:00
Rodrigo Estebanez
efbd082c8a
adding vapp_name to the vm model
2013-08-27 14:33:36 +02:00
Rodrigo Estebanez
063678f840
Rename Vcloudng to VcloudDirector
2013-08-27 11:19:54 +02:00