Re: [jclouds/jclouds-site] Update index.md (#191)

2016-11-28 Thread Andrew Phillips
> Changes are now live Aaaand looking good: ![image](https://cloud.githubusercontent.com/assets/223702/20686375/667ac260-b586-11e6-9ace-a30d941ad23c.png) ![image](https://cloud.githubusercontent.com/assets/223702/20686388/7316884c-b586-11e6-8539-e89abc926147.png) Thanks, @felfert and @nacx!

Re: [jclouds/jclouds-examples] Upgrade compute examples to 2.0.0 (#91)

2016-11-28 Thread Andrew Phillips
demobox approved this pull request. Thanks for the explanations, Ignasi! +1 - looks good to go to me -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-karaf] JCLOUDS-1212: Replace OkHttp and Okio bundles by the ServiceMix ones (#89)

2016-11-28 Thread Andrew Phillips
demobox requested changes on this pull request. Ah, great - thanks for the cleanup here, @nacx! > @@ -218,8 +218,8 @@ limitations under the License. 1.4.0.RC1 1.5.8 1.11 -2.2.0 -1.2.0 +2.2.0_1 +1.2.0_1 [minor]: `${okhttp.version}_1` and `${okio.version}_1`,

Re: [jclouds/jclouds] Fixes JCLOUDS-1206 (#1042)

2016-11-28 Thread Fritz Elfert
> Right. I think the use of user metadata here is wrong. It is meant for > providers like OpenStack that support key value pairs in the metadata, but > not for this. Mind changing it and add the userData field to the > DigitalOceanTemplateOptions, and also this comment to properly indicate user

Re: [jclouds/jclouds] Fixes JCLOUDS-1206 (#1042)

2016-11-28 Thread Fritz Elfert
@felfert pushed 1 commit. ec39127 Added byte[] userData according to code review -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[jira] [Updated] (JCLOUDS-1213) S3: Region is not respected

2016-11-28 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1213: Labels: aws-s3 (was: ) > S3: Region is not respected > --- > >

Re: [jira] [Created] (JCLOUDS-1205) Setting a custom pool name with floatingIpPoolNames() in NovaTemplateOptions seems to have no effect

2016-11-28 Thread Zack Shoylev
Can you also share the relevant part of the wire log? https://jclouds.apache.org/reference/logging/ It will help us figure out if and why jclouds is not sending the floating ip pool name. From: Michael Militzer (JIRA) Sent: Friday,

Re: [jclouds/jclouds-examples] update blobstore-basics to use 2.0.0 (#90)

2016-11-28 Thread Zack Shoylev
+1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/90#issuecomment-263264615

[jira] [Created] (JCLOUDS-1212) Replace custom bundles for Okio and OkHttp for the ServiceMix ones

2016-11-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1212: --- Summary: Replace custom bundles for Okio and OkHttp for the ServiceMix ones Key: JCLOUDS-1212 URL: https://issues.apache.org/jira/browse/JCLOUDS-1212 Project:

Re: [jclouds/jclouds] Fixes JCLOUDS-1206 (#1042)

2016-11-28 Thread Ignasi Barrera
FTR, I've opened [JCLOUDS-1211](https://issues.apache.org/jira/browse/JCLOUDS-1211) to track the tags support. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[jira] [Created] (JCLOUDS-1211) Implement the tag api in DigitalOcean2

2016-11-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1211: --- Summary: Implement the tag api in DigitalOcean2 Key: JCLOUDS-1211 URL: https://issues.apache.org/jira/browse/JCLOUDS-1211 Project: jclouds Issue Type:

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-28 Thread Andrea Turli
thx @googlielmo -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#issuecomment-263231284

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-28 Thread Andrea Turli
Closed #1039. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1039#event-873386517

Re: [jclouds/jclouds] Fixes JCLOUDS-1206 (#1042)

2016-11-28 Thread Ignasi Barrera
>The others (meaning: at least openstack-nova and aws-ec2) have a completely >different API in jclouds: They implement a separate method in their >TemplateOptions specializations: userData(byte[] userData). So: why is it that >the digitaloceans2 provider follows a different approach here?

Re: [jclouds/jclouds-site] Update index.md (#191)

2016-11-28 Thread Ignasi Barrera
Pushed to master as [60b4308e](http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/60b4308e) and published the site. Changes are now live :) Thanks @felfert! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-site] Update index.md (#191)

2016-11-28 Thread Ignasi Barrera
Closed #191. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/191#event-873351595

Re: [jclouds/jclouds-examples] Upgrade compute examples to 2.0.0 (#91)

2016-11-28 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -85,10 +85,7 @@ private Instance getInstance() { private void createUser() throws TimeoutException { System.out.format("Create User%n"); - - boolean result = userApi.create(NAME, PASSWORD, NAME); - - System.out.format(" %s%n",

Re: [jclouds/jclouds-examples] Upgrade compute examples to 2.0.0 (#91)

2016-11-28 Thread Ignasi Barrera
nacx commented on this pull request. > docker - - 2.0.0-SNAPSHOT + ${jclouds.version} The code compiles and if it was working with 2.0.0-SNAPSHOT it should work with the 2.0.0 release. I think it is a safe change to make. -- You are receiving this because you are

Re: [jclouds/jclouds-examples] Upgrade compute examples to 2.0.0 (#91)

2016-11-28 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -87,10 +87,7 @@ private Instance getInstance() { private void createDatabase() throws TimeoutException { System.out.format("Create Database%n"); - - boolean result = databaseApi.create(NAME); - - System.out.format(" %s%n",

Re: [jclouds/jclouds-examples] Upgrade compute examples to 2.0.0 (#91)

2016-11-28 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -20,7 +20,7 @@ - - %msg%n + %msg%n I made this change to chef and compute, since those are the ones I'm familiar with. Each log in jclouds compute (and the compute/chef example code) is already prefixed with `>>` or `<<`, so it

Re: [jclouds/jclouds-labs] pb-updates-v3 (#333)

2016-11-28 Thread Ignasi Barrera
HI @alibazlamit! I've opened [JCLOUDS-1207](https://issues.apache.org/jira/browse/JCLOUDS-1207) to track the promotion of profitbricks-rest. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[jira] [Updated] (JCLOUDS-1207) Promote ProfitBricks REST

2016-11-28 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1207: Labels: profitbricks (was: ) > Promote ProfitBricks REST > - > >

[jira] [Created] (JCLOUDS-1210) Implement the ImageExtension in ProfitBricks REST

2016-11-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1210: --- Summary: Implement the ImageExtension in ProfitBricks REST Key: JCLOUDS-1210 URL: https://issues.apache.org/jira/browse/JCLOUDS-1210 Project: jclouds

[jira] [Created] (JCLOUDS-1209) Implement the SecurityGroupExtension in ProfitBricks REST

2016-11-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1209: --- Summary: Implement the SecurityGroupExtension in ProfitBricks REST Key: JCLOUDS-1209 URL: https://issues.apache.org/jira/browse/JCLOUDS-1209 Project: jclouds

[jira] [Created] (JCLOUDS-1208) Implement the TemplateOptions.inboundPorts in ProfitBricks REST

2016-11-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1208: --- Summary: Implement the TemplateOptions.inboundPorts in ProfitBricks REST Key: JCLOUDS-1208 URL: https://issues.apache.org/jira/browse/JCLOUDS-1208 Project:

[jira] [Created] (JCLOUDS-1207) Promote ProfitBricks REST

2016-11-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1207: --- Summary: Promote ProfitBricks REST Key: JCLOUDS-1207 URL: https://issues.apache.org/jira/browse/JCLOUDS-1207 Project: jclouds Issue Type: Task

Re: [jclouds/jclouds-site] Update index.md (#191)

2016-11-28 Thread Ignasi Barrera
Oh, this is because javadocs are huge (and not part of the site that is rendered with jekyll) so we intentionally don't upload them to the staging site. I'm AFK but I'll merge the PR as soon as i can. Thanks @felfert! -- You are receiving this because you are subscribed to this thread. Reply