Ivan Meredith
2d61447e05
Fixed the amount of cores in a RimuHosting Size
2010-04-27 21:02:42 +12:00
Adrian Cole
e3a816e6cd
switch to old google collections syntax to avoid conflict between guava and google collections
2010-04-26 23:46:22 -07:00
Chas Emerick
1af5fccb0c
changed create-volume to accept a Snapshot instance for :snapshot
2010-04-26 13:28:43 -04:00
Alex Yarmula
9b366e255c
Merge branch 'master' of github.com:jclouds/jclouds
2010-04-26 10:03:08 -07:00
Alex Yarmula
a56f2225b7
issue 202. http://code.google.com/p/jclouds/issues/detail?id=202 . added withMetadata to TemplateOptions
2010-04-26 10:03:03 -07:00
Ivan Meredith
82bdedf6f3
Merge branch 'master' of github.com:jclouds/jclouds
2010-04-26 22:57:19 +12:00
Ivan Meredith
47ed07d0d7
Added getSupportedProviders()
2010-04-26 22:56:41 +12:00
Adrian Cole
021e5e18e0
Issue 203 normalized location across blobstore and compute
2010-04-25 17:38:21 -07:00
Alex Yarmula
950776c0e9
Added a unit test for RunningInstanceToStorageMappingUnix.
...
Added DI for it in compute service.
Minor fixes for tests
2010-04-25 12:36:26 -07:00
Adrian Cole
8a3280467c
fixed broken mock test
2010-04-25 08:00:04 -07:00
Adrian Cole
10af8cdae8
Issues 203 234 235, add visibility to image from nodemetadata, update to stable version of guava, harden tests, normalize location
2010-04-25 00:46:54 -07:00
Adrian Cole
82bb9e98f7
updated ec2 to support instances without a keypair to exist and not break computeservice
2010-04-24 11:09:47 -07:00
Adrian Cole
3e39324e90
formatting, imports, and ridding warnings
2010-04-23 11:14:06 -07:00
Alex Yarmula
dac0c67a50
Added size mapping for EC2 instances
2010-04-21 12:57:36 -07:00
Adrian Cole
1714051272
Issue 231:scrape vapptemplate description for password, and provide password for windows instances
2010-04-20 02:53:00 -04:00
Alex Yarmula
25c7345177
Added options to (node) function in compute.clj, currently a single option to show/fetch details.
...
Extended the doc in blobstore.clj.
2010-04-19 15:20:08 -07:00
Adrian Cole
eda0eebfb5
corrected timeout in terremark; cleanup
2010-04-19 14:49:17 -04:00
Ivan Meredith
597a3d97c2
Merge branch 'master' of git@github.com:jclouds/jclouds
2010-04-18 20:30:43 +12:00
Ivan Meredith
4b8b0e8770
Added getNodes withDetails()
2010-04-18 20:29:18 +12:00
Adrian Cole
594349e7b9
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Added a clojure-1.2 profile to pom
2010-04-17 21:59:19 -07:00
Adrian Cole
ea3f0b1fcd
Issue 229: added network name, dhcp, and fencmode
2010-04-17 21:58:20 -07:00
Hugo Duncan
9d098fda66
Added a clojure-1.2 profile to pom
2010-04-18 00:09:41 -04:00
Adrian Cole
31d2b08b71
fixed ec2 to create a new keypair on each time runNodesWithTag; added a test to ensure we can add nodes to a set in a different context than it was created in
2010-04-17 00:03:55 -07:00
Adrian Cole
8ce9f1565a
removed JEOS os family
2010-04-17 00:00:49 -07:00
Adrian Cole
670c143cff
Issue 227: blockOnPort option when starting up a node
2010-04-17 00:00:04 -07:00
Adrian Cole
f3a9fabf44
normalized usage with compute/blobstore style
2010-04-16 23:58:04 -07:00
Adrian Cole
ad1bededbc
fixed test case
2010-04-16 18:25:02 -07:00
Adrian Cole
91f42446a7
removed jcip dependency
2010-04-16 18:21:02 -07:00
Adrian Cole
23a74bbbe7
removed jcip dep
2010-04-16 17:06:04 -07:00
Adrian Cole
4331f63265
added logging statement when errors occur applying options to nodes
2010-04-16 15:28:11 -07:00
Chas Emerick
8203857af4
tweak clojure ebs wrapper to eliminate superfluous :attach option to create-volume
2010-04-16 16:52:20 -04:00
Chas Emerick
82f6b1c777
refactor out clojure-contrib :require and :use declarations to provide clojure 1.1/1.2 compatibility
2010-04-16 11:20:04 -04:00
Chas Emerick
e1a5f58bd4
Issue 226: use jclouds-native objects (mostly) where ever
...
possible, including adding a single-step create-and-attach option for create-volume
2010-04-16 10:57:57 -04:00
Adrian Cole
da9847ab7f
added more verbose info when dev environment isn't setup with a ssh key
2010-04-15 18:10:59 -07:00
Adrian Cole
486632d4be
updated timeout for rackspace
2010-04-15 10:14:22 -07:00
Lili Nader
177a53b3db
issue 225
2010-04-14 22:31:08 -04:00
Alex Yarmula
02695e8ad8
another fix of signature
2010-04-14 17:50:04 -07:00
Alex Yarmula
56eff0f10d
fixed the method signature
2010-04-14 17:33:13 -07:00
Alex Yarmula
66538e4676
Merged files
2010-04-14 16:43:04 -07:00
Alex Yarmula
5ff12c4a73
Extended the support for running scripts as a part of Compute Service. Now scripts can be run as root. Also, credentials are optional and moved to RunScriptOptions.
...
TODO next: tests to verify non-root execution of the scripts
2010-04-14 15:00:26 -07:00
Adrian Cole
dedd8f8270
fixed templateBuilder logger and also fixed copyright headers
2010-04-13 23:40:56 -07:00
Adrian Cole
d08b359956
adjusted run-node to only return a single node, as its name doesn't imply sequence; added location
2010-04-13 15:37:09 -07:00
Adrian Cole
69ddfb38ca
Issue 223:Work nicely with JAXP 1.4
2010-04-13 13:56:51 -07:00
Adrian Cole
29f435eafd
Merge branch 'master' of git://github.com/cemerick/jclouds
...
* 'master' of git://github.com/cemerick/jclouds:
add copyright notice and attribution to clojure ebs wrapper
added create- and delete-snapshot to clojure ebs wrapper
First cut at a clojure wrapper of EBS interface
2010-04-13 11:05:37 -07:00
Chas Emerick
b74a203401
add copyright notice and attribution to clojure ebs wrapper
2010-04-13 13:52:18 -04:00
Adrian Cole
bc234e0b92
fixed DI bug
2010-04-12 21:17:46 -07:00
Adrian Cole
a8bfa608f2
gogrid: fixed description and added 500 character length validation
2010-04-12 20:25:56 -07:00
Adrian Cole
57f84c3b27
Issue 173: rehosted javadocs
2010-04-12 15:13:03 -07:00
Alex Yarmula
882bf5f651
added runScriptOnNodesWithTag methods. theoretically it is supported for any cloud as a part of compute service. (issue 222)
2010-04-10 19:11:01 -07:00
Alex Yarmula
d4d9d76388
fixed the tests
2010-04-08 13:49:50 -07:00