181 Commits

Author SHA1 Message Date
Adrian Cole
5b10d5d0f8 Merge branch 'master' of https://github.com/dmitri-b/jclouds
* 'master' of https://github.com/dmitri-b/jclouds:
  non-working live tests is disabled (they are not working due to the issues with OpenStack)
  non-working live tests is disabled (they are not working due to the issues with OpenStack)
  incorrect imports fix
  comments for failing live tests fixes in change password test
  more fixes in live tests more debug logging
  timeout for tests is increased
  live tests bug fixes
  comments for JschSshClinet bug fix
  JschSshClinet bug fix for exec method
  key file for live tests is renamed
  additional json test is moved to apis/nova
  additional json test
  keys for live tests are loaded from the classpath
2011-06-02 17:08:29 -07:00
Adrian Cole
461f49622d moved scality rs2 services into sandbox due to service problems 2011-06-02 16:52:28 -07:00
Dmitri Babaev
e1f0cdcfa5 Merge commit '6d187ed9baaad1e00dbe65b36ea2989c951a5a28', ssh client patch is reverted due to massive changes in code
Conflicts:
	drivers/jsch/src/main/java/org/jclouds/ssh/jsch/JschSshClient.java
2011-06-03 03:50:47 +04:00
Dmitri Babaev
e29e9cd4a3 non-working live tests is disabled (they are not working due to the issues with OpenStack) 2011-06-03 03:38:40 +04:00
Dmitri Babaev
bde692ab7c non-working live tests is disabled (they are not working due to the issues with OpenStack) 2011-06-03 03:09:43 +04:00
Dmitri Babaev
07e6088bdb incorrect imports fix 2011-06-03 02:46:16 +04:00
Dmitri Babaev
8375791335 comments for failing live tests
fixes in change password test
2011-06-03 02:38:00 +04:00
Adrian Cole
ac56adc2e1 Issue 592:templateBuilder.fromTemplate loses location when more narrow than region 2011-06-02 13:47:57 -07:00
Adrian Cole
a0692e737f refactored so that eucalyptus m1.small can use 64 bit image 2011-06-02 13:20:17 -07:00
Adrian Cole
34bbfa3797 more detail on test failures in elasticstack 2011-06-02 12:59:57 -07:00
Dmitri Babaev
006d5e0eed more fixes in live tests
more debug logging
2011-06-02 23:21:14 +04:00
Dmitri Babaev
9916285ae7 timeout for tests is increased 2011-06-02 17:05:45 +04:00
Dmitri Babaev
7e4029136e live tests bug fixes 2011-06-02 16:53:12 +04:00
Adrian Cole
e6b246a986 corrected typo in atmos 2011-06-01 22:54:59 -07:00
Adrian Cole
86129df416 stabilized bluelock 2011-06-01 20:30:30 -07:00
Adrian Cole
7e00e064c0 Issue 429: switched swift to Storage-User and Storage-Pass auth 2011-06-01 18:34:29 -07:00
Adrian Cole
08c8430619 Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Issue 574: don't make build dependent on tz
  'appid' value in cloudbees-web.xml value is sufficient, no need for it in the bees plugin configt need the bees.appid value in the plugin config as it's already set
  Removed unused deps
  Added the new TweetStore aggregator project to demos
  Created a TweetStore parent project, updated twitter4j to 2.2 and switched to OAuth
  Added instructions to generate Twitter consumer keys and access tokens to READMEs
  added AWS Security Group Clojure wrapper
2011-06-01 16:18:43 -07:00
Adrian Cole
1858f77451 fixed regressions on ec2 2011-06-01 16:18:24 -07:00
Dmitri Babaev
ebf3527595 key file for live tests is renamed 2011-06-01 22:17:59 +04:00
Dmitri Babaev
0fedf6e467 Merge commit '7d0248c5dd972287e51ad1971d61a6ddc8bdcdf5' 2011-06-01 20:37:49 +04:00
Juergen Hoetzel
c3d767e463 added AWS Security Group Clojure wrapper 2011-06-01 14:24:11 +02:00
Adrian Cole
fca0e3d093 Issue 564:parse debian images 2011-05-30 17:08:10 -07:00
Adrian Cole
79e8c7185e Issue 579: regression on trmk 2011-05-30 11:31:01 -07:00
Adrian Cole
b6f3c29e11 cloudfiles now stores content disposition 2011-05-29 23:51:03 -07:00
Adrian Cole
f437b7a092 Issue 579: added isReadOnly to catalog so that you can tell whether or not you can add items to it 2011-05-29 20:50:54 -07:00
Adrian Cole
ca63b9cfa3 Issue 581:BindAsHostPrefixIfConfigured generates wrong paths 2011-05-29 20:08:35 -07:00
Adrian Cole
e9cf646a75 Issue 580:split vcloud into feature-based apis 2011-05-29 15:41:26 -07:00
Adrian Cole
6ea4c96e0f cleaned up vcloud ctr args 2011-05-27 19:56:16 -07:00
Dmitri Babaev
c009a89803 additional json test is moved to apis/nova 2011-05-27 23:35:22 +04:00
Dmitri Babaev
dcc97a5387 Merge commit 'a3a97d02b83e613944ca4c1ecc278bc60015daf3' from upstream 2011-05-27 23:27:44 +04:00
Adrian Cole
85c0ca3fcf add item to vcloud catalog 2011-05-27 00:39:07 -06:00
Adrian Cole
92c5234761 added deleteVAppTemplateVAppOrMediaImage to vcloud 2011-05-25 17:07:23 -06:00
Adrian Cole
bd69558081 Issue 573:Set vApp description in vcloud driver 2011-05-25 16:03:15 -06:00
Adrian Cole
352a5e1cc1 Issue 571:added cpu/mem update methods and tested lightly 2011-05-25 12:03:32 -06:00
Adrian Cole
9f1f61d3b4 fixed builders on vcloud classes 2011-05-25 00:31:02 -06:00
Adrian Cole
f27b959bd5 Issue 42: applied pom fixes from Ioannis 2011-05-22 17:40:55 -07:00
Adrian Cole
c621d53799 Issue 565: run script on a distinct node 2011-05-16 16:56:14 -07:00
Gustavo Morozowski
557c0d75fe moved maven-bundle-plugin instructions to top project pom 2011-05-16 09:14:12 -03:00
Adrian Cole
08ee5d5c8d added tags to nodemetadata, revised byon to be persistable to blobstore 2011-05-16 00:46:02 -07:00
Adrian Cole
ddc514d602 Issue 42: added osgi fragment plugin to poms 2011-05-15 12:08:53 -07:00
Adrian Cole
533045edd7 Issue 561:add location_id to byon provider 2011-05-14 22:36:07 -07:00
Adrian Cole
99d4e3472c Issue 560:update to snakeyaml 1.8 2011-05-14 19:12:04 -07:00
Juergen Hoetzel
734bfc2b94 fix invalid package/class imports
Caused by commit eedc94948e354f1e8b6d90981598aec677cdb741 (Issue 440:
moved ec2 into its own api module)
2011-05-14 13:07:56 +02:00
Adrian Cole
19672407e7 internal enhancements for wrapping json, and specifying an endpoint per delegate 2011-05-09 00:19:57 -07:00
Adrian Cole
a925d704f4 Issue 543, 473: new AdminAccess statement, which locks down compute nodes and creates a default admin account 2011-05-06 00:35:50 -07:00
Adrian Cole
ce212001d8 nova out of sandbox 2011-04-28 11:53:45 -07:00
Adrian Cole
c638f9f317 moved nova out of sandbox so that others can test 2011-04-27 08:24:03 -07:00
Adrian Cole
08a3cc0275 Issue 540:fixed NPE when overriding aws-s3.endpoint with a regional one 2011-04-24 16:00:37 -07:00
Adrian Cole
2b111b2604 Issue 536:terremark delete operation now returns tasks 2011-04-19 16:57:37 -07:00
Adrian Cole
9e94fc6fc9 updated license headers 2011-04-09 03:20:17 -07:00