Mikołaj Zalewski [Fri, 9 May 2014 11:30:14 +0000 (13:30 +0200)]
Small improvements to the CreateServer GCE example.
Mikołaj Zalewski [Fri, 9 May 2014 11:27:05 +0000 (13:27 +0200)]
Updating Google examples pom.xml
See similarly recent changes to the Rackspace one.
Andrew Gaul [Sun, 8 Jun 2014 04:19:14 +0000 (21:19 -0700)]
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
Zack Shoylev [Wed, 4 Jun 2014 19:07:46 +0000 (14:07 -0500)]
Fixes a small typo
Andrew Gaul [Fri, 23 May 2014 23:36:15 +0000 (16:36 -0700)]
Prefer File.delete over File.deleteOnExit
The former has deterministic behavior and avoids resource leaks.
Andrew Gaul [Thu, 22 May 2014 08:29:21 +0000 (01:29 -0700)]
Prefer Files.write over Files.asCharSink
Andrew Gaul [Thu, 22 May 2014 08:05:13 +0000 (01:05 -0700)]
Prefer Files.asCharSink over FileWriter
Andrew Gaul [Thu, 8 May 2014 06:55:48 +0000 (23:55 -0700)]
Print a single container's metadata instead of all
Marek Wieczorek [Mon, 5 May 2014 16:35:23 +0000 (18:35 +0200)]
Adding an example to delete a server in GCE
Mikołaj Zalewski [Wed, 16 Apr 2014 17:42:27 +0000 (19:42 +0200)]
Add an example of using jclouds to create a GCE instance (based on a Rackspace example)
Everett Toews [Wed, 23 Apr 2014 13:47:09 +0000 (08:47 -0500)]
Reorder the deps and better comments
Jeremy Daggett [Mon, 31 Mar 2014 06:06:19 +0000 (23:06 -0700)]
JCLOUDS-346: Update Rackspace Cloud Files Examples
Andrew Phillips [Wed, 16 Apr 2014 13:14:43 +0000 (09:14 -0400)]
Updating the examples after the 1.7.2 release
Also aligning POMs
Andrew Gaul [Thu, 10 Apr 2014 23:21:51 +0000 (16:21 -0700)]
Remove O(container) call to BlobStore.countBlobs
Andrew Gaul [Thu, 10 Apr 2014 23:20:27 +0000 (16:20 -0700)]
Consistently gather and emit blob metadata
Andrew Gaul [Thu, 10 Apr 2014 23:20:08 +0000 (16:20 -0700)]
Prefer ByteSource over String Payload
Andrew Gaul [Tue, 8 Apr 2014 05:42:08 +0000 (22:42 -0700)]
Prefer Guava IO helpers
Suriya priya Veluchamy [Thu, 3 Apr 2014 03:49:18 +0000 (20:49 -0700)]
Minor changes to compute-basics after code review
Follow-up to
c223b771
Everett Toews [Tue, 1 Apr 2014 20:00:24 +0000 (15:00 -0500)]
Change example to use Ubuntu and SSD
Everett Toews [Tue, 1 Apr 2014 18:19:53 +0000 (13:19 -0500)]
Change example to use Ubuntu
Jeremy Daggett [Sun, 30 Mar 2014 15:38:24 +0000 (08:38 -0700)]
Revert compute examples back to use RestContext until Nova is unasynced
Jeremy Daggett [Fri, 28 Mar 2014 00:24:03 +0000 (17:24 -0700)]
JCLOUDS-389: Updated license headers, broken links, and fixed minor whitespace issues
Jeremy Daggett [Thu, 27 Mar 2014 21:10:35 +0000 (14:10 -0700)]
Updated broken links and license info
Jeremy Daggett [Thu, 13 Mar 2014 18:29:39 +0000 (11:29 -0700)]
Removed all references to RestContext from Rackspace examples.
Suriya priya Veluchamy [Thu, 13 Mar 2014 05:22:10 +0000 (22:22 -0700)]
Update compute-basics example for GCE provider, support listimages, listnodes commands in compute-basics example
Andrew Gaul [Wed, 5 Mar 2014 06:56:51 +0000 (22:56 -0800)]
Compile examples with 1.7.1 and repair bit-rot
Zack Shoylev [Tue, 4 Mar 2014 23:05:21 +0000 (17:05 -0600)]
Revert "Adds an example on how to use cloud-init with Nova and rackspace"
This reverts commit
6f75d5223458ecb1251bfcac812d1017e8ce49a6.
Zack Shoylev [Fri, 28 Feb 2014 18:50:20 +0000 (12:50 -0600)]
Adds an example on how to use cloud-init with Nova and rackspace
Andrew Gaul [Mon, 6 Jan 2014 05:49:22 +0000 (21:49 -0800)]
Address deprecation warnings in CloudFilesPublish
Zack Shoylev [Thu, 16 Jan 2014 19:34:42 +0000 (13:34 -0600)]
Renames domain classes for consitency
Ignasi Barrera [Thu, 23 Jan 2014 15:17:37 +0000 (16:17 +0100)]
Updated to 1.7.0 and to use the Omnibus installer in Solo
Everett Toews [Mon, 13 Jan 2014 04:50:20 +0000 (22:50 -0600)]
Example of creating a server with a key pair
Jeremy Daggett [Tue, 7 Jan 2014 22:29:20 +0000 (14:29 -0800)]
Updated .gitignore to ignore Mac OS specific files
Everett Toews [Tue, 24 Dec 2013 17:56:19 +0000 (11:56 -0600)]
Examples for Rackspace Cloud Queues
Andrew Gaul [Thu, 26 Dec 2013 21:17:39 +0000 (13:17 -0800)]
Upgrade to Apache Rat 0.10
Notably this release resolves RAT-138 which caused excessive run-times
with some inputs. Changelog:
http://creadur.apache.org/rat/RELEASE_NOTES.txt
Zack Shoylev [Wed, 18 Dec 2013 21:38:43 +0000 (15:38 -0600)]
Fixes params in wrong order
Zack Shoylev [Wed, 18 Dec 2013 18:48:58 +0000 (12:48 -0600)]
Fixes method signatures.
Zack Shoylev [Tue, 17 Dec 2013 19:58:28 +0000 (13:58 -0600)]
Missed fix.
Zack Shoylev [Mon, 16 Dec 2013 19:17:10 +0000 (13:17 -0600)]
Updates examples to use the 1.7.0 release
Zack Shoylev [Tue, 12 Nov 2013 20:17:15 +0000 (14:17 -0600)]
JCLOUDS-215 Add autoscale examples
Andrew Gaul [Mon, 2 Dec 2013 04:48:51 +0000 (20:48 -0800)]
Replace createInputStreamMap call with countBlobs
jclouds 1.6.0 deprecated the former. Also specify latest release
version.
Andrew Gaul [Sun, 1 Dec 2013 19:41:36 +0000 (11:41 -0800)]
Correct Jclouds -> jclouds typo
Andrew Gaul [Sun, 1 Dec 2013 19:27:19 +0000 (11:27 -0800)]
Correct jcloud -> jclouds typo
Andrew Gaul [Thu, 21 Nov 2013 21:12:12 +0000 (13:12 -0800)]
Remove more incubator references
Fixes JCLOUDS-388.
Andrew Gaul [Thu, 21 Nov 2013 21:10:38 +0000 (13:10 -0800)]
JCLOUDS-387: Removing DISCLAIMER file now that jclouds has graduated
Everett Toews [Thu, 14 Nov 2013 18:40:36 +0000 (12:40 -0600)]
Setup examples to use Rackspace performance flavors.
Everett Toews [Thu, 14 Nov 2013 16:17:45 +0000 (10:17 -0600)]
Consolidate zone to make it easier to change the zone when running the examples.
Everett Toews [Thu, 24 Oct 2013 13:01:21 +0000 (08:01 -0500)]
Corrected CentOS and some spelling and formatting errors.
Andrew Gaul [Thu, 24 Oct 2013 21:31:40 +0000 (14:31 -0700)]
Add license headers to satisfy Rat
Everett Toews [Mon, 14 Oct 2013 16:33:22 +0000 (11:33 -0500)]
Consistent handling of close across all Rackspace examples.
Everett Toews [Thu, 10 Oct 2013 14:26:55 +0000 (09:26 -0500)]
Fixed CDB examples to be consistent with all other Rackspace examples.
zack-shoylev [Mon, 3 Jun 2013 23:50:05 +0000 (18:50 -0500)]
Add examples for clouddatabases https://issues.apache.org/jira/browse/JCLOUDS-108
Everett Toews [Thu, 12 Sep 2013 02:46:46 +0000 (21:46 -0500)]
Added missing newline.
Everett Toews [Mon, 9 Sep 2013 00:42:35 +0000 (19:42 -0500)]
Improved README. Fixed dir misspelling. Removed change dir. More explicit classpath.
Everett Toews [Sun, 8 Sep 2013 18:37:33 +0000 (13:37 -0500)]
Updated Rackspace examples to 1.6.2.
Everett Toews [Sat, 7 Sep 2013 19:30:35 +0000 (14:30 -0500)]
Improved examples. Prefer System.out.format. Moved init() to ctor. Provider and zone overridable. Member vars final. Static import of Constants.
Andrew Gaul [Fri, 30 Aug 2013 01:11:16 +0000 (18:11 -0700)]
Reorder Java properties for OpenStack examples
Previously these examples failed to run since Java properties were
misplaced as program arguments. Based on feedback from t4nk303.
Francis Devereux [Tue, 20 Aug 2013 11:34:23 +0000 (12:34 +0100)]
Pass the overrides to the ContextBuilder
Previously the overrides were not actually used.
Everett Toews [Mon, 5 Aug 2013 00:20:31 +0000 (19:20 -0500)]
Make the example domain more unique to the user.
Andrew Phillips [Sun, 28 Jul 2013 15:31:40 +0000 (11:31 -0400)]
Updating the UploadDirectoryToCDN example
* adding ability to upload to cloudfiles-uk
* setting configuration values via system properties
* making BlobDetail fully immutable
Follow-up to
089bc285
Andrew Phillips [Sun, 28 Jul 2013 15:38:36 +0000 (11:38 -0400)]
CRLF -> LF line endings
Everett Toews [Sun, 28 Jul 2013 14:58:15 +0000 (09:58 -0500)]
Send blank conent type so Cloud Files can determine the content type.
Everett Toews [Thu, 18 Jul 2013 21:46:31 +0000 (16:46 -0500)]
Upload an entire directory and all of its sub-directories to a Cloud Files container.
Everett Toews [Thu, 4 Jul 2013 17:01:51 +0000 (12:01 -0500)]
Remove deprecated methods from Rackspace examples. Make examples more consistent.
Andrew Phillips [Mon, 1 Jul 2013 20:04:30 +0000 (16:04 -0400)]
JCLOUDS-159: Removing async API from blobstore-largeblob
Also updating the jclouds version to 1.6.1-incubating
Andrew Phillips [Sat, 29 Jun 2013 09:25:10 +0000 (05:25 -0400)]
JCLOUDS-158: jclouds version to 1.6.1-incubating, Scala version to 2.10.2
Also minor formatting changes to README and usage message
Andrew Phillips [Fri, 28 Jun 2013 19:54:27 +0000 (15:54 -0400)]
JCLOUDS-158: Updating blobstore-scala-filesystem example with new parameters
Andrew Phillips [Fri, 28 Jun 2013 19:50:43 +0000 (15:50 -0400)]
JCLOUDS-158: Adding blobstore-scala-filesystem to the jclouds-examples overview
Also added parameters to make the example more configurable
Andrew Phillips [Fri, 28 Jun 2013 19:49:22 +0000 (15:49 -0400)]
JCLOUDS-158: Adding blobstore-scala-filesystem to jclouds-examples
Submitted by adisesha
Andrew Phillips [Fri, 28 Jun 2013 18:39:06 +0000 (14:39 -0400)]
Using the correct link for the jclouds logo
Everett Toews [Fri, 21 Jun 2013 12:45:42 +0000 (07:45 -0500)]
Updated Rackspace examples to 1.6.1-incubating.
Everett Toews [Tue, 4 Jun 2013 16:13:29 +0000 (11:13 -0500)]
Example to show how to enable CORS on a Container.
Andrew Bayer [Fri, 24 May 2013 18:57:59 +0000 (11:57 -0700)]
JCLOUDS-31. License header cleanup
Andrew Bayer [Thu, 23 May 2013 20:09:17 +0000 (13:09 -0700)]
JCLOUDS-66. Update Maven project metadata for ASF.
Andrew Bayer [Wed, 22 May 2013 14:49:52 +0000 (10:49 -0400)]
JCLOUDS-80. Inherit apache-rat plugin config.
zack-shoylev [Mon, 20 May 2013 19:41:02 +0000 (14:41 -0500)]
Update all license headers
https://issues.apache.org/jira/browse/JCLOUDS-65
zack-shoylev [Tue, 14 May 2013 21:06:40 +0000 (16:06 -0500)]
Adds a maven pom for the rackspace examples.
Run: mvn clean test -Dusername=username -Dapikey=key
https://issues.apache.org/jira/browse/JCLOUDS-48
Ignasi Barrera [Wed, 15 May 2013 07:36:18 +0000 (09:36 +0200)]
JCLOUDS-46: Added DISCLAIMER file
Andrew Bayer [Sun, 12 May 2013 15:11:30 +0000 (08:11 -0700)]
JCLOUDS-30. Switch to 2 space indents for POM files.
Andrew Bayer [Mon, 29 Apr 2013 16:30:41 +0000 (09:30 -0700)]
Merge pull request #33 from rackerlabs/rax-dns
Examples for Rackspace Cloud DNS
Adrian Cole [Mon, 29 Apr 2013 02:06:36 +0000 (19:06 -0700)]
Merge pull request #34 from abayer/master
Update to 1.6.0 for examples that can actually build with it.
Andrew Bayer [Mon, 29 Apr 2013 02:04:30 +0000 (19:04 -0700)]
Update to 1.6.0 for all examples that could actually build with it.
Everett Toews [Sat, 27 Apr 2013 20:54:10 +0000 (15:54 -0500)]
Example for Rackspace Cloud DNS
Adrian Cole [Sat, 27 Apr 2013 19:59:18 +0000 (12:59 -0700)]
Merge pull request #29 from rackerlabs/rax-examples
Examples for Rackspace Cloud Load Balancers. Doc clean up. Updates for 1.6.0.
Everett Toews [Wed, 19 Dec 2012 23:30:22 +0000 (17:30 -0600)]
Examples for Rackspace Cloud Load Balancers. Doc clean up. Updates for 1.6.0.
Adrian Cole [Thu, 11 Apr 2013 21:52:36 +0000 (14:52 -0700)]
Merge pull request #30 from buggtb/master
Note for Play 2 users with securesocial
Tom Barber [Thu, 11 Apr 2013 21:28:50 +0000 (23:28 +0200)]
Update Build.scala
securesocial note
Ignasi Barrera [Mon, 8 Apr 2013 18:08:38 +0000 (11:08 -0700)]
Merge pull request #27 from nacx/flexible-chef-gems
Manually install Ruby and RubyGems
Ignasi Barrera [Wed, 6 Mar 2013 17:45:20 +0000 (18:45 +0100)]
Use latest version of ChefSolo
Everett Toews [Mon, 1 Apr 2013 21:40:39 +0000 (14:40 -0700)]
Merge pull request #28 from rackerlabs/rax-fix-readme-links
Fixed relative links and changed links to jclouds.org.
Everett Toews [Mon, 1 Apr 2013 20:06:13 +0000 (15:06 -0500)]
Fixed relative links and changed links to jclouds.org.
Everett Toews [Wed, 27 Feb 2013 04:23:47 +0000 (20:23 -0800)]
Merge pull request #26 from rackspace/rax-cloud-files-temp-url
An example of Rackspace Cloud Files Temp URL.
Everett Toews [Wed, 27 Feb 2013 04:22:46 +0000 (22:22 -0600)]
An example of Rackspace Cloud Files Temp URL.
adriancole [Tue, 5 Feb 2013 17:14:18 +0000 (09:14 -0800)]
update to jclouds 1.5.7
adriancole [Sat, 2 Feb 2013 21:19:11 +0000 (13:19 -0800)]
updated examples to use jclouds 1.6.0-alpha.1
Andrea Turli [Fri, 18 Jan 2013 09:19:29 +0000 (10:19 +0100)]
updated virtualbox compute-basics example
Adrian Cole [Sat, 29 Dec 2012 20:20:05 +0000 (12:20 -0800)]
updated to 1.5.4
Adrian Cole [Tue, 11 Dec 2012 04:18:22 +0000 (20:18 -0800)]
Merge pull request #25 from rackspace/rax-refactor
Fixed formatting and moved constants to common interfaces.
Everett Toews [Fri, 30 Nov 2012 00:12:15 +0000 (18:12 -0600)]
Fixed formatting and moved constants to common interfaces.
Adrian Cole [Fri, 23 Nov 2012 18:51:17 +0000 (10:51 -0800)]
Merge pull request #24 from nacx/fix-chef
Fixed chef-basics build. Fix #21