Commit Graph

7074 Commits

Author SHA1 Message Date
Adrian Cole 1dfd7e2b23 refactoring of smartos-ssh 2012-08-11 22:40:53 -07:00
Nigel Magnay 0bde836ed5 Extend the VmSpecification to allow for all the extra memory settings.
Correct the ComputeServiceAdapter to use information from the template
hardware provider ID to match the correct VmSpecification.

Provide some additional nice default templates.

Signed-off-by: Nigel Magnay <nigel.magnay@gmail.com>
2012-08-11 21:05:45 -07:00
Adrian Cole 5851233603 Issue 1067:update to guava 13 2012-08-11 20:59:27 -07:00
Adrian Cole c7f35d3bb1 removed invalid @Nullable usage and also usage of javax package usage 2012-08-11 20:59:16 -07:00
Adam Lowe 4fad770eaf openstack-nova: allowing extension of the standard extensions by providers 2012-08-12 02:48:24 +01:00
Adrian Cole 9981eee038 Merge pull request #778 from everett-toews/issue-1063
Fixed Issue 1063.
2012-08-10 15:25:52 -07:00
Everett Toews b16a0667a4 Fixed Issue 1063. See http://code.google.com/p/jclouds/issues/detail?id=1063
Old code was using flavorId in the request body when what is required is flavorRef. See http://docs.openstack.org/api/openstack-compute/2/content/Resize_Server-d1e3707.html
2012-08-10 14:14:42 -05:00
Adrian Cole faa3f7ff45 added epel repo dep to git install 2012-08-09 17:53:30 -07:00
Adrian Cole d2d476e912 Merge pull request #776 from andreaturli/vcloud-director
added compose and recompose vapp live test
2012-08-09 11:36:04 -07:00
Andrea Turli 14ab852907 adrian`s comments addressed 2012-08-09 19:41:30 +02:00
Adrian Cole 03cb53eaf4 Merge pull request #777 from grkvlt/openstack-extensibility
Making more OpenStack Nova APIs extensible using generic return values
2012-08-09 10:20:20 -07:00
Andrew Donald Kennedy 8c544ddef0 Making more OpenStack Nova APIs extensible using generic return values 2012-08-09 17:02:23 +01:00
Andrea Turli efbaa257e5 added compose and recompose vapp live test 2012-08-09 17:35:18 +02:00
Adrian Cole c679e73ce1 Merge pull request #775 from aplowe/openstack-nova2
openstack-nova: binding missing fields to CreateVolume requests
2012-08-08 07:32:14 -07:00
Adam Lowe 082ec6f008 openstack-nova: binding missing fields to CreateVolume requests 2012-08-08 10:11:56 +01:00
Adrian Cole 0e7c963b05 Merge pull request #774 from andreaturli/vcloud-director
issue 830: fixing vAppTemplateApi*Test, vAppApiLiveTest and vmApiLiveTest
2012-08-06 13:34:26 -07:00
Andrea Turli 9454aeb257 issue 830: fixing vAppTemplateApi*Test, vAppApiLiveTest and vmApiLiveTest 2012-08-06 19:41:30 +02:00
Adrian Cole 4d4c22cff9 Merge pull request #773 from grkvlt/openstack-extensions-server
Updating Nova to allow easier definition of OpenStack API providers with extensions
2012-08-06 10:20:45 -07:00
Andrew Donald Kennedy ec184ce4d2 Updating Nova to allow easier definition of OpenStack API providers with extensions, initially only for ServerApi 2012-08-06 17:34:50 +01:00
Adrian Cole d6aea87ab5 Merge pull request #771 from dkoper/master
the change I meant to pull request earlier today: used in FGCP's DefaultNetwork
2012-08-06 08:06:28 -07:00
Dies Koper c684a59cb3 add predicates and template builder live tests for location scopes SYSTEM and NETWORK 2012-08-06 23:29:26 +10:00
Adrian Cole 486be5acc4 Issue 1056:create cloudstack-ec2 api 2012-08-02 17:43:38 -07:00
Adrian Cole b416496698 disabled greenqloud compute tests until baseline stuff works 2012-08-02 17:08:11 -07:00
Adrian Cole 3ab960ce39 made ec2 tests a bit more portable 2012-08-02 17:08:10 -07:00
Adrian Cole f1ab4e466f Merge pull request #769 from vijaykiran/issue-1051
Issue-1051 overrideLoginUser not working
2012-08-02 16:55:38 -07:00
vijaykiran 7a81769e1c Issue-1051 overrideLoginUser not working 2012-08-03 01:14:09 +02:00
Adrian Cole c6a02a6a57 Issue 1054:add rackspace-cloudservers-uk provider 2012-08-02 09:15:15 -07:00
Adrian Cole 391c61c852 Issue 1051: added unit test to show what's wrong 2012-08-01 21:56:42 -07:00
Adrian Cole 513fe2ee3e fixed typo 2012-08-01 21:54:37 -07:00
Adrian Cole bb5927515e Issue 934: templateOptions.tags,userMetadata for vcloud 2012-08-01 16:56:19 -07:00
Adrian Cole d00efae8a7 Issue 1053:add ORD to rackspace-cloudservers-us 2012-08-01 12:40:30 -07:00
Adrian Cole b478b02bbe switched to binary-based package manager checks 2012-08-01 11:35:10 -07:00
Adrian Cole 1abcffb612 Issue 1052:Path incorrect when S3 in path-mode and servicePath is default 2012-08-01 11:35:10 -07:00
Adrian Cole 795dd48abb Merge pull request #762 from andrewgaul/commons-io
Use consistent and latest version of commons-io
2012-07-31 08:15:56 -07:00
Adrian Cole 503d67eb66 Merge pull request #765 from aplowe/openstack-nova2
openstack-keystone: marking Role.id as @Nullable
2012-07-31 08:14:22 -07:00
Adam Lowe 85eac27509 openstack-keystone: marking Role.id as @Nullable. Resolves live problem whereby keystone fails to return Role id's for admin users - added unit test with (slightly modified) real data. 2012-07-31 15:10:58 +01:00
Adrian Cole da6307e3a7 added git statements 2012-07-30 19:14:12 -07:00
Adrian Cole f0c59b6085 Merge pull request #764 from andrewgaul/filesystem-windows
Denormalize path when removing subtree
2012-07-30 19:13:12 -07:00
Andrew Gaul 577cde0a02 Denormalize path when removing subtree
This commit improves filesystem blobstore compatibility on Windows.
This partially reverts cfe3169.  Tested on Ubuntu 12.04 and Windows 7.
References #737.  Closes #912.
2012-07-30 14:42:44 -07:00
Adrian Cole 00f5f0367d Merge pull request #763 from andrewgaul/filesystem-replace
Prefer string replacement over regular expression
2012-07-30 14:16:14 -07:00
Andrew Gaul e253f539d6 Prefer string replacement over regular expression
Previously this method threw an PatternSyntaxException due to a
missing level of escaping.  Also remove bogus test.
2012-07-30 13:36:43 -07:00
Adrian Cole b5558a25e9 test expectations 2012-07-30 12:31:16 -07:00
Adrian Cole 0424274259 Issue 1049:support aws-ec2 cluster compute instances in eu-west-1 2012-07-30 12:31:15 -07:00
Adrian Cole 53fe278f03 added windows password parsing to ec2 2012-07-30 12:31:11 -07:00
Andrew Gaul ed8319dbae Use consistent and latest version of commons-io
Changelogs:
http://commons.apache.org/io/upgradeto2_0.html
http://commons.apache.org/io/upgradeto2_2.html
http://commons.apache.org/io/upgradeto2_4.html
2012-07-30 10:58:32 -07:00
Adrian Cole 3c2a9c9614 Merge pull request #760 from aplowe/openstack-nova2
Issue 971: more deserialization adjustments
2012-07-30 08:34:01 -07:00
Adam Lowe ec74987054 softlayer: issue 971 adjusting builders and applying ConstructorProperties to domain objects 2012-07-30 13:50:01 +01:00
Adam Lowe ed8a1d640f hpcloud-objectstorage: Issue 971 adding builders to domain objects and annotating with ConstructorProperties and Named 2012-07-30 13:50:00 +01:00
Adam Lowe 74f8b2d0c0 cloudservers: Issue 971 changing to immutable domain objects with builders, annotated with ConstructorProperties and Named 2012-07-30 13:50:00 +01:00
Adam Lowe 2f01337b64 nova: issue 971 adding/adjusting builders and applying ConstructorProperties to domain objects 2012-07-30 13:50:00 +01:00