Yes, sorry!

On Wed, Feb 5, 2014 at 11:34 AM, Isuru Perera <[email protected]> wrote:

> I hope you mean jclouds 1.7.0 [1]?
>
> [1] http://jclouds.apache.org/documentation/releasenotes/1.7/
>
>
> On Wed, Feb 5, 2014 at 11:28 AM, Nirmal Fernando 
> <[email protected]>wrote:
>
>> Hi Devs,
>>
>> I'll start upgrading jclouds version of Stratos to 1.8.
>>
>>
>> On Tue, Feb 4, 2014 at 7:11 PM, Nirmal Fernando 
>> <[email protected]>wrote:
>>
>>> Hi All,
>>>
>>> There's actually a small gap here. What we need is the support to have
>>> this capability at NovaTemplateOptions of jclouds. So, it seems that
>>> support is already there in 1.7.x and 1.8.x versions [1], but it's a
>>> massive code change (includes a change to jclouds-core). Anyway I've sent a
>>> back-port request to jclouds via [1].
>>>
>>> So, if it's not possible to back-port, we may have to upgrade jclouds,
>>> which involves changing the Adapters (Openstack adapter [2]) according to
>>> the new API changes. We need to do this at some point of time, so may be we
>>> can start this effort.
>>>
>>> Wdyt?
>>>
>>> [1] https://issues.apache.org/jira/browse/JCLOUDS-416
>>> [2]
>>> https://github.com/apache/incubator-stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/iaases/OpenstackNovaIaas.java
>>>
>>>
>>> On Tue, Feb 4, 2014 at 6:11 PM, Nirmal Fernando 
>>> <[email protected]>wrote:
>>>
>>>> Hi Jeffrey,
>>>>
>>>> Let me get back to you on set of steps that you would need to execute.
>>>>
>>>>
>>>>
>>>> On Sat, Feb 1, 2014 at 6:42 AM, Jeffrey Nguyen (jeffrngu) <
>>>> [email protected]> wrote:
>>>>
>>>>>  Hi Luca, Lakmal,
>>>>>
>>>>>  Pardon me if this is completely off topic but I'm new to Stratos 4.0
>>>>> and jClouds API and  I'm trying to read up on these.
>>>>>
>>>>>  From what you mentioned in this email thread, I'm not sure if you
>>>>> were talking about the ability to specify a list of subnets when spawning
>>>>> instances of a particular OpenStack image.   If that is the case, I found
>>>>> that the class "
>>>>> *org.jclouds.openstack.nova.v2_0.options.CreateServerOptions*"
>>>>> supports this via its "*networks()*" method (example usage below)
>>>>>
>>>>>  *CreateServerOptions cso = new CreateServerOptions();*
>>>>>
>>>>> *String[] networkList =
>>>>> {"343b046d-8e84-4b10-a8ad-3ca7432aeccf"};//core network 172.16.2.0/24
>>>>> <http://172.16.2.0/24>*
>>>>>
>>>>> *cso.networks(networkList);*
>>>>>
>>>>>  I put together a POC that spawns off an instance of the "
>>>>> octl-01-volte-v11" image on our OpenStack server and confirmed the
>>>>> above API working.
>>>>>
>>>>>  Also, could you please point me to the code you were referring to in
>>>>> this email thread so I can get familiar with it?
>>>>>
>>>>>  Thanks,
>>>>> -Jeffrey
>>>>>
>>>>>   From: Lakmal Warusawithana <[email protected]>
>>>>> Date: Wednesday, January 29, 2014 10:29 AM
>>>>> To: "[email protected]" <
>>>>> [email protected]>
>>>>> Cc: jeffrngu <[email protected]>, "Martin Eppel (meppel)" <
>>>>> [email protected]>, "Vanson Lim (vlim)" <[email protected]>
>>>>> Subject: Re: [Discuss] Some network related improvements for Stratos
>>>>>
>>>>>   Hi Luca,
>>>>>
>>>>>  What I realized that, some functionality which provide by OpenStack,
>>>>> we cant call from jclouds. First will see how easy to extent jclouds to
>>>>> provide them. Otherwise we need to think about how we can directly support
>>>>> OpenStack API IMO.
>>>>>
>>>>>
>>>>> On Wed, Jan 29, 2014 at 11:07 PM, Luca Martini <[email protected]>wrote:
>>>>>
>>>>>> Lakmal,
>>>>>>
>>>>>> We took a quick look at this issue , and it is not simple. The
>>>>>> jclouds class stratos uses has no concept of network interfaces.
>>>>>> Maybe there is anther jclouds class that stratos can use ?
>>>>>> Otherwise we need to extent the current compute class.
>>>>>>
>>>>>> What we are looking to do is to be able to select a subset of
>>>>>> available network to connect to a cartridge.
>>>>>> Currently in stratos-M6 what happens is that all interfaces are
>>>>>> always assigned to all cartridges in RANDOM order.
>>>>>>
>>>>>>
>>>>>> The problem of pre-assigning IP addresses to cartridges is a bit
>>>>>> different. I am not convinced that it is just a stratos issue.
>>>>>> Is there a way to do that in Jclouds ? I know that it can be done in
>>>>>> openstack.
>>>>>>
>>>>>> Thanks.
>>>>>> Luca
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 01/29/2014 10:04 AM, Lakmal Warusawithana wrote:
>>>>>> > Hi devs,
>>>>>> >
>>>>>> > Last couple of days I worked with some stratos use-case which
>>>>>> running top of
>>>>>> > OpenStacks. I have identified some limitation when OpenStack
>>>>>> provide multiple
>>>>>> > network interfaces. Here some scenarios we should support IMO
>>>>>> >
>>>>>>  >   * If multiple network available in IaaS layer, we should give
>>>>>> which network
>>>>>> >     interface assign IP addresses.
>>>>>> >   * Also some cases, User need to assign pre assign IP addresses
>>>>>> (IP pool) for
>>>>>>  >     particular cartridge type.
>>>>>> >
>>>>>> >
>>>>>> > Also, even Stratos architecture support to identifying fine-grain
>>>>>> IaaS resource
>>>>>> > locations (for a e.g Region, zone, cell, host ..etc) with the
>>>>>> jclouds
>>>>>> > limitation, we could not control IaaS that far. we need to check
>>>>>> how we can
>>>>>> > overcome that.
>>>>>> >
>>>>>> > --
>>>>>> > Lakmal Warusawithana
>>>>>> > Software Architect; WSO2 Inc.
>>>>>> > Mobile : +94714289692
>>>>>> > Blog : http://lakmalsview.blogspot.com/
>>>>>> >
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>  --
>>>>> Lakmal Warusawithana
>>>>> Software Architect; WSO2 Inc.
>>>>> Mobile : +94714289692
>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards,
>>>> Nirmal
>>>>
>>>> Nirmal Fernando.
>>>> PPMC Member & Committer of Apache Stratos,
>>>> Senior Software Engineer, WSO2 Inc.
>>>>
>>>> Blog: http://nirmalfdo.blogspot.com/
>>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>> Blog: http://nirmalfdo.blogspot.com/
>>
>
>
>
> --
> Isuru Perera
> Senior Software Engineer | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
>



-- 
Best Regards,
Nirmal

Nirmal Fernando.
PPMC Member & Committer of Apache Stratos,
Senior Software Engineer, WSO2 Inc.

Blog: http://nirmalfdo.blogspot.com/

Reply via email to