Re: [jclouds/jclouds] Remove hardcoded content size for personality in Openstack Nova (#1012)

2016-09-22 Thread arvindn05
@nacx Please review when you get a chance
https://issues.apache.org/jira/browse/JCLOUDS-1175


-- 
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/1012#issuecomment-249039546

[jira] [Commented] (JCLOUDS-1175) Remove hardcoded limitation of content size in Openstack Nova CreateServerOptions API

2016-09-22 Thread Arvind Nadendla (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514538#comment-15514538
 ] 

Arvind Nadendla commented on JCLOUDS-1175:
--

Thanks Ignasi. I created the pull request.
https://github.com/jclouds/jclouds/pull/1012

I am making the changes in master but the changes should be easily backported 
to the older versions as well. Will leave that upto you guys.

> Remove hardcoded limitation of content size in Openstack Nova 
> CreateServerOptions API
> -
>
> Key: JCLOUDS-1175
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1175
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-compute
>Affects Versions: 1.9.2, 2.0.0, 2.1.0
> Environment: Openstack Nova Liberty+
>Reporter: Arvind Nadendla
>  Labels: easyfix
>
> Openstack allow you to increase the bootstrap file size beyond 10K and the 
> also increase the number of files injected via the configuration drive.
> The Jcloud nova CreateServerOptions API is hardcoded to only allow default 
> size of 10K and 5 files when openstack allows you to change these values via 
> the project quotas.
> Remove following validations from the CreateServerOptions  should fix the 
> issue
>   checkState(personality.size() < 5, "maximum number of files allowed is 
> 5");
> checkArgument(contents.length < 10 * 1024,
>String.format("maximum size of the file is 10KB.  Contents 
> specified is %d bytes", contents.length));



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jclouds/jclouds] Remove hardcoded content size for personality in Openstack Nova (#1012)

2016-09-22 Thread arvindn05
Fix issue JCLOUDS-1175 by removing hardcoded content sizes in Openstack
Nova API
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1012

-- Commit Summary --

  * Remove hardcoded limitation of content size in Openstack Nova 
CreateServerOptions API

-- File Changes --

M 
apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/options/CreateServerOptions.java
 (18)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1012.patch
https://github.com/jclouds/jclouds/pull/1012.diff

-- 
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/1012


Re: [jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-22 Thread Andrea Turli
@andreaturli pushed 1 commit.

342666f  fix create network card interface


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/317/files/e1e3a687b13f90ca133ac69ea46c0499d92d63ff..342666fe60a3c1ec24919a99cde90b6d27dcc9ad


Re: [jclouds/jclouds-labs] Pb compute api (#292)

2016-09-22 Thread alibazlamit
@alibazlamit pushed 1 commit.

d133573  Changed from the review applied


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/292/files/c3f28d9abcde2a559db575133ff3486296b28fec..d133573b659d3e5461b23f1ed37aaee75bd852da


Re: [jclouds/jclouds-labs] Pb compute api (#292)

2016-09-22 Thread alibazlamit
@devcsrj the gist results 
[here](https://gist.github.com/alibazlamit/c09d8fc26af8d615bf7f48c710a65254)

-- 
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-labs/pull/292#issuecomment-248996349