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

8082 commits

Author SHA1 Message Date
David Prater
55bf102286 Fix for https urls in atmos. 2013-09-19 10:33:30 -04:00
Wesley Beary
638c93cea2 Merge pull request from jblancett/master
fix for linode using public ip blocks in 192.*
2013-09-18 14:12:08 -07:00
Wesley Beary
ea03a48ecb Merge pull request from nickmerwin/patch-1
Added Coveralls.io coverage badge to README.md
2013-09-18 14:10:19 -07:00
Nick Merwin
3f031a00ca Added Coveralls.io coverage badge to README.md 2013-09-18 11:43:19 -07:00
jblancett
d40c2c8096 fix for linode using public ip blocks in 192.* 2013-09-18 11:33:28 -04:00
Wesley Beary
ac1f61d16d Merge pull request from rsalm/vcloud_director_poweroff
Vcloud director poweroff support
2013-09-18 06:32:55 -07:00
Wesley Beary
55488ec46e Merge pull request from fred-secludit/cloudsigma_fwplicies
CloudSigma Firewall Policies
2013-09-17 08:03:02 -07:00
Wesley Beary
f25a7e0345 Merge pull request from jschneiderhan/patch-1
Quick doc update with some available EBS properties
2013-09-17 07:58:40 -07:00
Jon-Erik Schneiderhan
b2b9e28cc4 Quick doc update with some available EBS properties
It took me a few tries to get the properties right so I figured a quick update to the docs may save some one a few mins in the future.
2013-09-17 10:15:55 -04:00
Wesley Beary
0f8cc3c27f Merge pull request from github/fix-aws-escape
Fix aws escape
2013-09-17 06:40:57 -07:00
Wesley Beary
34a55f5da8 Merge pull request from philandstuff/vcloud_director_undeploy
[vcloud_director] rename undeploy.rb to match other request files
2013-09-17 06:21:46 -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
Keith Duncan
e83e6fdc9d Merge branch 'master' into fix-aws-escape 2013-09-16 23:21:59 +01:00
Wesley Beary
0dbf5432f3 Merge pull request from nosborn/vcloud_director_lint
[vcloud_director] whitespace cleanup
2013-09-16 10:33:46 -07:00
Nick Osborn
bf38e751ac [vcloud_director] whitespace cleanup 2013-09-16 18:13:09 +01:00
Wesley Beary
0130f4b21c Merge pull request from philandstuff/vcloud_director_undeploy
[vcloud_director] Add ability to undeploy vApp
2013-09-16 09:12:24 -07: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
Wesley Beary
e2c22289ed Merge pull request from nosborn/vcloud_director_org_fullname
[vcloud_director] Deconflate Org name and FullName.
2013-09-16 06:33:15 -07:00
Wesley Beary
933a8d3355 Merge pull request from nosborn/vcloud_director_tests
[vcloud_director] Integrate tests
2013-09-16 06:32:55 -07:00
Wesley Beary
0e54f6ca9a Merge pull request from estonfer/openstack_count
openstack | add min_count, max_count, return_reservation_id
2013-09-16 06:26:09 -07:00
fred-secludit
25bef4f802 adding new models 2013-09-16 13:08:45 +00:00
fred-secludit
0b7e329055 add mock 2013-09-16 13:02:19 +00:00
fred-secludit
010058af6d [cloudsigma|compute] add firewall policies 2013-09-16 12:28:07 +00: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
Nick Osborn
193ac3e856 [vcloud_director] Integrate tests
- add tags for `rake test`
- use `tests/.fog` not bespoke environment variables
- vapp_life_cycle_tests made pending; extra requests arise after
  71a303415b
2013-09-13 19:28:58 +01:00
Eric Stonfer
d1ba5ab787 openstack | add min_count, max_count, return_reservation_id 2013-09-12 22:48:13 -04:00
Wesley Beary
456bb49be6 Merge pull request from eyardimci/master
Fixes redshift typo that prevented parsing more than one reserved_node in response
2013-09-12 16:12:30 -07:00
Kyle Rames
4dbb6f6739 Merge pull request from rackspace/net_example
[rackspace|compute_v2] adding private network creation/deletion examples
2013-09-12 13:49:36 -07:00
Kyle Rames
776c4a34cf [rackspace|compute_v2] adding private network creation/deletion examples 2013-09-12 15:48:51 -05:00
Efe Yardimci
ccf8a41870 Merge remote-tracking branch 'upstream/master' 2013-09-12 15:11:54 -04:00
Efe Yardimci
e027f57ff5 typo fix 2013-09-12 14:32:31 -04:00
Wesley Beary
0446a0ab2c Merge pull request 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
Wesley Beary
c65c4ed1af Merge pull request from nosborn/vcloud_director_tasks
[vcloud_director] Fix copy & paste fail.
2013-09-11 14:39:09 -07:00
Wesley Beary
9625da11ff Merge pull request from sugarb/aws_ec_cluster_create_with_pg
Fix parameter group assignment when creating AWS::Elasticache clusters
2013-09-11 14:30:43 -07:00
Eric Stonfer
910d986271 Merge pull request from jschneiderhan/subnet-availability-zone
Add ability to specify availability zone for subnet during creation
2013-09-11 08:09:46 -07:00
Keith Barrette
44f3fa5a49 Merge pull request from mattgillooly/add_aws_data_pipeline_get_pipeline_definition
support for additional AWS Data Pipeline API endpoints
2013-09-11 07:52:19 -07:00
Dan Prince
c897914472 Merge pull request from dprince/orchestration_rebase
Orchestration rebase
2013-09-11 06:57:22 -07:00
Dan Prince
4712c0427e Minor whitespace cleanups. 2013-09-11 08:18:05 -04:00
Nick Osborn
116d004acf [vcloud_director] Fix copy & paste fail. 2013-09-11 12:00:26 +01:00
Thomas Kadauke
704e33e7d8 Store mock stacks in memory to make tests more realistic 2013-09-10 22:16:42 -04:00
Thomas Kadauke
9457089347 Tests for previous commit 2013-09-10 22:16:42 -04:00
Thomas Kadauke
ecef54c8bc CRUD for OpenStack heat's Stack model 2013-09-10 22:16:42 -04:00
Dan Prince
a2e2f1cc61 Merge pull request from cloudbau/image_filters
Support filters in images collection
2013-09-10 19:07:08 -07:00
Efe Yardimci
d078fc0f43 Merge pull request from eyardimci/master
Fixing incorrect boolean expression; should have been string comparison
2013-09-10 17:08:11 -07:00
Efe Yardimci
7afe7e10cb Fix incorrect boolean expression; should have been string comparison 2013-09-10 19:53:45 -04:00