Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-04 Thread Andrew Phillips
+1 - looks good to me. Thanks, @zack-shoylev! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36664245

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread BuildHive
[jclouds » jclouds #879](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/879/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1101](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1101/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36578148

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #631](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/631/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36577622

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
Closed #307. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
Getting ready to merge, then work on backport. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36572915

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Andrew Phillips
> jclouds-java-7-pull-requests #1099 UNSTABLE Another unrelated [test failure](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/org.apache.jclouds$jclouds-compute/1099/testReport/junit/org.jclouds.compute.callables/BlockUntilInitScriptStatusIsZeroThenReturnOutputTest/testloopUnti

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1099](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1099/) UNSTABLE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36552436

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #629](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/629/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36551978

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
Also this needs to be backported. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36551884

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Andrew Phillips
> jclouds » jclouds #877 UNSTABLE Unrelated [test failure](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/org.apache.jclouds$jclouds-core/877/testReport/junit/org.jclouds.rest.functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest/testCacheIsFasterWhenAnnotationPres

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread BuildHive
[jclouds » jclouds #877](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/877/) UNSTABLE Looks like there's a problem with this pull request [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclou

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Andrew Phillips
> @@ -541,5 +561,18 @@ public NovaTemplateOptions userData(byte[] userData) { > public NovaTemplateOptions diskConfig(String diskConfig) { >this.diskConfig = diskConfig; >return this; > - } > + } > + > + /** > +* OpenStack can be configured to write metadata to a specia

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
> @@ -290,6 +297,7 @@ public CreateServerOptions metadata(Map > metadata) { > * Custom user-data can be also be supplied at launch time. > * It is retrievable by the instance and is often used for launch-time > configuration > * by instance scripts. > +* This parameter will be

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
> @@ -541,5 +561,18 @@ public NovaTemplateOptions userData(byte[] userData) { > public NovaTemplateOptions diskConfig(String diskConfig) { >this.diskConfig = diskConfig; >return this; > - } > + } > + > + /** > +* OpenStack can be configured to write metadata to a specia

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
> @@ -297,6 +305,14 @@ public CreateServerOptions userData(byte[] userData) { > } > > /** > +* This needs to be set to "true" when trying to use user data for > cloud-init. Good point, I will have to look into that. Not completely sure how user-data is used by itself. --- Reply to

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-03 Thread Zack Shoylev
I guess you are right. It is really adding support for previously missing functionality. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36524896

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-01 Thread Andrew Phillips
Thanks also for the style cleanup. Why is this a bugfix, by the way? Looks like new functionality? Not that that matters, just out of curiosity... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36430950

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-01 Thread Andrew Phillips
> @@ -297,6 +305,14 @@ public CreateServerOptions userData(byte[] userData) { > } > > /** > +* This needs to be set to "true" when trying to use user data for > cloud-init. Document the base case as well as the "exceptional" (cloud-init) case? Something like: "Set to true to use a

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-01 Thread Andrew Phillips
> @@ -290,6 +297,7 @@ public CreateServerOptions metadata(Map > metadata) { > * Custom user-data can be also be supplied at launch time. > * It is retrievable by the instance and is often used for launch-time > configuration > * by instance scripts. > +* This parameter will be

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-03-01 Thread Andrew Phillips
> @@ -541,5 +561,18 @@ public NovaTemplateOptions userData(byte[] userData) { > public NovaTemplateOptions diskConfig(String diskConfig) { >this.diskConfig = diskConfig; >return this; > - } > + } > + > + /** > +* OpenStack can be configured to write metadata to a specia

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-02-28 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1098](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1098/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36414275

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-02-28 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #628](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/628/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36414126

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-02-28 Thread BuildHive
[jclouds » jclouds #876](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/876/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment

Re: [jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-02-28 Thread Zack Shoylev
https://issues.apache.org/jira/browse/JCLOUDS-481 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/307#issuecomment-36412844

[jclouds] Better documentation and a bugfix for cloud-init (#307)

2014-02-28 Thread Zack Shoylev
You can merge this Pull Request by running: git pull https://github.com/rackspace/jclouds fix-nova-user-data Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/307 -- Commit Summary -- * Better documentation and a bugfix for cloud-init -- Fil