Adrian Cole
a96471c9a8
added create file support to scriptbuilder
2010-09-02 01:34:40 -07:00
Adrian Cole
fa8386b357
fixed rsa private key -> pem issue
2010-09-02 01:32:16 -07:00
rainbowbreeze
c51b530cce
updated license headers
2010-09-01 22:16:52 +02:00
rainbowbreeze
efdc391182
Commented tests about container names and blob keys validation that fail
2010-09-01 22:02:28 +02:00
rainbowbreeze
cbe9019f0b
Added logic for filesystem blobstore container names and blobb keys validation
2010-09-01 21:49:24 +02:00
Adrian Cole
a788a98f70
moved classes into packages more aligned with existing conventions
2010-09-01 08:59:33 -07:00
Adrian Cole
90bab80b88
moved logging properties to test resources
2010-09-01 08:46:00 -07:00
Adrian Cole
96e7abe865
removed unused imports, variables, printlns, commented out code
2010-09-01 08:45:17 -07:00
Adrian Cole
227611d599
updated license headers
2010-09-01 08:39:42 -07:00
rainbowbreeze
ddd1e76832
Added integration test to filesystem provider
2010-09-01 11:35:40 +02:00
Adrian Cole
be23e73207
Issue 191: more progress on compute integration
2010-08-31 17:03:51 -07:00
Adrian Cole
6a4c93840d
Issue 190: penciled in compute integration, tests first
2010-08-31 15:43:23 -07:00
Adrian Cole
9b44bf4495
honed pom
2010-08-31 14:51:55 -07:00
Adrian Cole
eacb6906af
reverted thirdparty pom
2010-08-31 14:22:58 -07:00
Adrian Cole
d6075af116
fixed ant demos to new snapshot
2010-08-31 14:22:35 -07:00
Adrian Cole
caf38ac875
lowered the debug level
2010-08-31 13:55:27 -07:00
Adrian Cole
c1a989c9f6
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Issue 191: added example to integrate chef with compute
fixed parent project refs
updated snapshot repository info
Issue 280: added orglist command
changed default test so that they work with self-signed certs
2010-08-31 12:50:14 -07:00
Adrian Cole
b1c146b5b0
fixed poms
2010-08-31 12:48:09 -07:00
Adrian Cole
8b05fd26e0
Issue 290: fixed extra output
2010-08-31 12:29:20 -07:00
Adrian Cole
3f19db9cc5
updated ant sample to work with latest snapshot
2010-08-31 11:58:59 -07:00
Adrian Cole
815eeaba3f
fixed properties and jar location for ant sample
2010-08-31 11:53:32 -07:00
Adrian Cole
f265c4f3d7
more live tests for template builder
2010-08-31 11:23:28 -07:00
Adrian Cole
612b8939d3
Issue 191: added example to integrate chef with compute
2010-08-31 10:46:53 -07:00
Adrian Cole
ac02d5c5f0
fixed parent project refs
2010-08-31 10:45:06 -07:00
rainbowbreeze
8ca932cb26
inserted first implementation of filesystem storage
2010-08-31 16:51:22 +02:00
Adrian Cole
cf28b5a1ed
updated snapshot repository info
2010-08-27 17:26:49 -07:00
Adrian Cole
b6fbc29c83
Issue 280: added orglist command
2010-08-27 13:33:55 -07:00
Adrian Cole
3ae7dfb1b7
changed default test so that they work with self-signed certs
2010-08-27 13:33:32 -07:00
Andrew Phillips
e05b2b560f
Now added an Apache proxy redirect for our Nexus on Rimu that stores the third-party snapshots
2010-08-27 12:40:03 +02:00
Adrian Cole
d502774eda
Issue 280: milestone where vcloud 0.9+ passes compute service tests (bluelock)
2010-08-26 23:33:12 -07:00
Adrian Cole
31fd2b5067
Issue 280: added guest customization parser, fixed delete in vcloud 0.9+ which now returns a task; parsed customization admin password by default
2010-08-26 17:36:48 -07:00
Adrian Cole
69bbd65c8d
Issue 280 remodeled so that network connections can be propertly specified
2010-08-26 14:18:43 -07:00
Adrian Cole
025b8aa12d
Issue 280: instantiateVapp 1.0 now works, but has a hard-coded internal vapp network
2010-08-26 01:48:11 -07:00
Adrian Cole
f98af108bb
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Removed explicit references to the Maven2 repo (http://repo2.maven.org/maven2 ) as Sonatype advise against it, and corrected the URL for the jboss repo since they've now also moved to Nexus ( http://repository.jboss.org/nexus/content/groups/public-jboss ).
Issue 344: setup our maven repository to sync with central
Line endings
2010-08-25 22:43:25 -07:00
Adrian Cole
ed73f25685
Issue 280: added size parser that parses the compute service size from the ovf descriptor of a vApp template
2010-08-25 16:30:23 -07:00
Andrew Phillips
1b27381b71
Removed explicit references to the Maven2 repo ( http://repo2.maven.org/maven2 ) as Sonatype advise against it, and corrected the URL for the jboss repo since they've now also moved to Nexus ( http://repository.jboss.org/nexus/content/groups/public-jboss ).
2010-08-26 01:07:17 +02:00
Andrew Phillips
744d828416
Merge remote branch 'origin'
2010-08-26 00:54:29 +02:00
Andrew Phillips
ef361ce3ea
Issue 344: setup our maven repository to sync with central
2010-08-26 00:40:34 +02:00
Andrew Phillips
048abc16bd
Line endings
2010-08-25 22:54:52 +02:00
Adrian Cole
114d188079
Issue 280: added support to parse the ovf envelope for a vapp template so that we can get to os and size data
2010-08-25 12:09:38 -07:00
Adrian Cole
0038733646
Issue 280: added operating system and started parsing ip addresses from api
2010-08-25 00:12:33 -07:00
Adrian Cole
53db05540b
fixed ec2 templatebuilder
2010-08-24 21:08:21 -07:00
Adrian Cole
44c5fc714a
fixed default template for ec2 to use osVersion to match default image. improved error messages in templateBuilder
2010-08-24 17:00:19 -07:00
Adrian Cole
96fb5f42aa
Issue 280: added vcloud 1.0 virtual hardware
2010-08-24 16:36:00 -07:00
Adrian Cole
053351ba12
Issue 280: normalized cleansing of namespace from xml attributes
2010-08-24 14:20:59 -07:00
Adrian Cole
1cfd0b051b
Issue 280: corrected xml handlers and added getVm command
2010-08-24 13:03:09 -07:00
Adrian Cole
c6d046494e
Issue 280: renamed NamedResource to ReferenceType as that is the correct name in the vcloud api
2010-08-24 10:59:38 -07:00
Adrian Cole
72bf4e2d63
Issue 280: split out vcloud 0.8 operations that are incompatible from 0.9+, split out incompatible VApps and VAppTemplates
2010-08-24 10:47:39 -07:00
Adrian Cole
e726d74a9d
added means to supply default parameters to a MapBinder
2010-08-24 10:45:27 -07:00
Adrian Cole
f2b074e2a5
added test for negative timezones
2010-08-23 21:29:20 -07:00