You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Nguyen Anh Tu <tu...@apache.org> on 2014/08/01 06:02:26 UTC

Re: stratos docker provider

Guys,

I see that we've stopped/suspended or conflicted that feature for a while.
I myself willing to contribute but can't see any method to collaborate with
another guys interesting on that. Each of us works dependently and then
make many conflictions. My recommendation is that we need a hangout to
figure out which part each member can work. We need to speed up this
feature. Here I see Imesh is doing very well. Could you please share your
current status?

How do you think, guys?

Thanks.

--Tuna


On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera <ra...@wso2.com>
wrote:

> Hi Chris,
>
> I don't have anything solid to present yet. I haven't been able to get
> the code developed by Imesh to work. AFAIK it does not address
> security aspects when using Docker containers. I've been going through
> Docker API documentation to come up with a good design.
>
> Thanks.
>
> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com> wrote:
> > Hi Akila,
> >
> > I haven't started on this yet, so have yet to look through Imesh's code.
> >
> > Have you managed to get anything running yet with docker?
> >
> > Many thanks,
> >
> > Chris
> >
> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
> > <ra...@wso2.com> wrote:
> >> Hi Chris,
> >>
> >> I've been working on it for some time. But still I'm going through the
> >> work Imesh has been doing and familiarizing myself with the Docker
> >> API. Currently I'm working on an implementation plan for Docker IaaS
> >> provider support. Will share the details soon.
> >>
> >> Please share your ideas on this. It's always a good idea to have you on
> board :)
> >>
> >> Thanks.
> >>
> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow <ch...@gmail.com>
> wrote:
> >>> Is anyone working on the Stratos docker provider that was started by
> Imesh [1]?
> >>>
> >>> I would like to work on this, but just wanted to see if anyone is
> >>> already working on it ...
> >>>
> >>> ---
> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
> >>
> >>
> >>
> >> --
> >> Akila Ravihansa Perera
> >> Software Engineer
> >> WSO2 Inc.
> >> http://wso2.com
> >>
> >> Phone: +94 77 64 154 38
> >> Blog: http://ravihansa3000.blogspot.com
>
>
>
> --
> Akila Ravihansa Perera
> Software Engineer
> WSO2 Inc.
> http://wso2.com
>
> Phone: +94 77 64 154 38
> Blog: http://ravihansa3000.blogspot.com
>

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Hi Lakmal, response inline...

On 12 Aug 2014 05:31, "Lakmal Warusawithana" <la...@wso2.com> wrote:
>
> Hi Folks,
>
> Did you guys had a hangout meeting. Sorry I could not follow up. Here is
my thought of implementing/design/architecture.

We haven't had a meeting yet.

>
> We should have two mode of docker support.
>
> Developer version - capability of adding docker IaaS provider, which
docker install in host machine. (single docker host). No IaaS (ec2,
openstack etc.) involved. We may add multiple physical machines with docker
support. (as different Docker IaaS providers)
>

+1 for the developer version

> Scalable version. - This is adding docker cluster. IMHO we can see go
with CoreOS. (or kubernetes). We can have two mode of this. First we can
consider psychically configure Docker Cluster. (with set of bare metal
machine). We are not worry about scalability of docker cluster here. Next
is, dynamically scalable docker cluster. This can achieved by top of
another available IaaS. See below scenario
>
> For a example, I will take EC2, this can be any available IaaS. We can
have coreOS ami and register it as docker *host* cartridge in Stratos. (we
can consider this as multi-tenant cartridge). It can define min and max.
Say we have min=2 max=10. when multi-tenant service deployment it will spin
up two docker *host* instances and make docker cluster. (this is two coreOS
with docker cluster). And this should register it self as IaaS provider
into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
this can used to bring UI for adding IaaS provider as well.) Then Stratos
will have docker IaaS provider for create dockers. Docker host cartridge
agent should monitor host health and scale up when necessary, and it will
add dynamic docker host nodes to docker cluster. This will bring two level
of scaling into Stratos.

Should we bounce this idea off the coreos team? I would expect them to have
ideas around this.

>
> This is my initial thoughts, need you folks thoughts as well.
>
> thanks
>
>
> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org> wrote:
>>
>> Hi Sajith,
>>
>> Yes the usage of image name instead of the image id was intentional. As
I could remember due to some reason Image id did not work at the time I
tested this. Will revisit this and change it to image id if possible.
>>
>> Thanks
>>
>>
>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com> wrote:
>>>
>>> Great - thanks Sajith!
>>>
>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>> there is much I can add at this stage anyway :)
>>>
>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
wrote:
>>> > Hi,
>>> >
>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
wrote:
>>> >>
>>> >> Hi Imesh,
>>> >>
>>> >> If you get a chance, would you be able to add some information to
"How
>>> >> to try out the implementation" on [1]?
>>> >>
>>> >
>>> > I tried out that code and were able to get Cloud controller to spawn a
>>> > docker container. I will add the steps, and better if Imesh can
verify those
>>> >
>>> > Also noted that the code has been implemented to use the image
description,
>>> > but not the image id in DockerIaaS.findImage method,
>>> > so that in cartridge definition json the value to be used in imageId
is the
>>> > description (like ubuntu:13.10)
>>> >
>>> > Was that intentional? Any reason to avoid the imageId there?
>>> >
>>> > Thanks,
>>> > Sajith
>>> >
>>> >>
>>> >> Many thanks,
>>> >>
>>> >> Chris
>>> >>
>>> >> ---
>>> >> [1]
>>> >>
https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>> >>
>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
wrote:
>>> >> > Hi All,
>>> >> >
>>> >> > I'm really sorry for the delayed response.
>>> >> > Yes we could have a Hangout early next week on this, please
suggest a
>>> >> > time.
>>> >> >
>>> >> > Thanks
>>> >> >
>>> >> >
>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
wrote:
>>> >> >>
>>> >> >> I've added a page here:
>>> >> >>
>>> >> >>
>>> >> >>
https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>> >> >>
>>> >> >> Please add your comments to this page.
>>> >> >>
>>> >> >> Many thanks,
>>> >> >>
>>> >> >> Chris
>>> >> >>
>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>>> >> >> wrote:
>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>> >> >> > requirements, constraints, design choices and progress...
>>> >> >> >
>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
sajith@wso2.com>
>>> >> >> > wrote:
>>> >> >> >> Seems its better we postpone the discussion to have more
>>> >> >> >> participants..somewhere early next week?
>>> >> >> >>
>>> >> >> >>
>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>>> >> >> >> wrote:
>>> >> >> >>>
>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have
an
>>> >> >> >>> urgent
>>> >> >> >>> task. Keep talking and decide how we can do this integration
>>> >> >> >>> smoothly.
>>> >> >> >>>
>>> >> >> >>> Thanks,
>>> >> >> >>>
>>> >> >> >>> --Tuna
>>> >> >> >>>
>>> >> >> >>>
>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>> >> >> >>> <sa...@wso2.com>
>>> >> >> >>> wrote:
>>> >> >> >>>>
>>> >> >> >>>> Hi,
>>> >> >> >>>>
>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
(IST)
>>> >> >> >>>> ?
>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you
be
>>> >> >> >>>> able
>>> >> >> >>>> to
>>> >> >> >>>> join?
>>> >> >> >>>>
>>> >> >> >>>> Thanks,
>>> >> >> >>>> Sajith
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
tuna@apache.org>
>>> >> >> >>>> wrote:
>>> >> >> >>>>>
>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>> >> >> >>>>> feature.
>>> >> >> >>>>> How
>>> >> >> >>>>> about you, Imesh?
>>> >> >> >>>>>
>>> >> >> >>>>> --Tuna
>>> >> >> >>>>>
>>> >> >> >>>>>
>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
tuna@apache.org>
>>> >> >> >>>>> wrote:
>>> >> >> >>>>>>
>>> >> >> >>>>>> Hi,
>>> >> >> >>>>>>
>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
between
>>> >> >> >>>>>> 4.30pm
>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>> >> >> >>>>>>
>>> >> >> >>>>>> --Tuna
>>> >> >> >>>>>>
>>> >> >> >>>>>>
>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>> >> >> >>>>>> <ch...@gmail.com>
>>> >> >> >>>>>> wrote:
>>> >> >> >>>>>>>
>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>> >> >> >>>>>>>
>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>> >> >> >>>>>>> <ch...@gmail.com>
>>> >> >> >>>>>>> wrote:
>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>> >> >> >>>>>>> >
>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30
IST and
>>> >> >> >>>>>>> > 6.30
>>> >> >> >>>>>>> > IST, but probably not both :(
>>> >> >> >>>>>>> >
>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>> >> >> >>>>>>> >>> Hi Akila,
>>> >> >> >>>>>>> >>>
>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
around 8pm
>>> >> >> >>>>>>> >>> IST.
>>> >> >> >>>>>>> >>
>>> >> >> >>>>>>> >> +1
>>> >> >> >>>>>>> >>
>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>> >> >> >>>>>>
>>> >> >> >>>>>>
>>> >> >> >>>>>
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>> --
>>> >> >> >>>> --
>>> >> >> >>>> Sajith Kariyawasam
>>> >> >> >>>> Mobile: +94772269575
>>> >> >> >>>
>>> >> >> >>>
>>> >> >> >>
>>> >> >> >>
>>> >> >> >>
>>> >> >> >> --
>>> >> >> >> --
>>> >> >> >> Sajith Kariyawasam
>>> >> >> >> Mobile: +94772269575
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > --
>>> >> > Imesh Gunaratne
>>> >> >
>>> >> > Technical Lead, WSO2
>>> >> > Committer & PPMC Member, Apache Stratos
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > --
>>> > Sajith Kariyawasam
>>> > Mobile: +94772269575
>>
>>
>>
>>
>> --
>> Imesh Gunaratne
>>
>> Technical Lead, WSO2
>> Committer & PPMC Member, Apache Stratos
>
>
>
>
> --
> Lakmal Warusawithana
> Vice President, Apache Stratos
> Director - Cloud Architecture; WSO2 Inc.
> Mobile : +94714289692
> Blog : http://lakmalsview.blogspot.com/
>

Re: stratos docker provider

Posted by Pradeep Fernando <pr...@gmail.com>.
Hi Sajith,

The code i provided you make use of the docker image id for spawning
instances. Can't we use that code bit to spawn instances using image id ?

thanks,
--Pradeep


On Thu, Aug 14, 2014 at 9:20 AM, Sajith Kariyawasam <sa...@wso2.com> wrote:

>
> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <la...@wso2.com>
> wrote:
>
>> Hi Folks,
>>
>> Did you guys had a hangout meeting. Sorry I could not follow up. Here is
>> my thought of implementing/design/architecture.
>>
>> We should have two mode of docker support.
>>
>>
>>    - Developer version - capability of adding docker IaaS provider,
>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>    openstack etc.) involved. We may add multiple physical machines with docker
>>    support. (as different Docker IaaS providers)
>>
>>
>>
> How should we support partitions in Developer version?
>
> are we going for a provider level partition?
>
>>
>>    - Scalable version. - This is adding docker cluster. IMHO we can see
>>    go with CoreOS. (or kubernetes). We can have two mode of this. First we can
>>    consider psychically configure Docker Cluster. (with set of bare metal
>>    machine). We are not worry about scalability of docker cluster here. Next
>>    is, dynamically scalable docker cluster. This can achieved by top of
>>    another available IaaS. See below scenario
>>
>>
>> For a example, I will take EC2, this can be any available IaaS. We can
>> have coreOS ami and register it as docker *host* cartridge in Stratos. (we
>> can consider this as multi-tenant cartridge). It can define min and max.
>> Say we have min=2 max=10. when multi-tenant service deployment it will spin
>> up two docker *host* instances and make docker cluster. (this is two coreOS
>> with docker cluster). And this should register it self as IaaS provider
>> into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
>> this can used to bring UI for adding IaaS provider as well.) Then Stratos
>> will have docker IaaS provider for create dockers. Docker host cartridge
>> agent should monitor host health and scale up when necessary, and it will
>> add dynamic docker host nodes to docker cluster. This will bring two level
>> of scaling into Stratos.
>>
>> This is my initial thoughts, need you folks thoughts as well.
>>
>> thanks
>>
>>
>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>> wrote:
>>
>>> Hi Sajith,
>>>
>>> Yes the usage of image name instead of the image id was intentional. As
>>> I could remember due to some reason Image id did not work at the time I
>>> tested this. Will revisit this and change it to image id if possible.
>>>
>>> Thanks
>>>
>>>
>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com> wrote:
>>>
>>>> Great - thanks Sajith!
>>>>
>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>>> there is much I can add at this stage anyway :)
>>>>
>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>>>> wrote:
>>>> > Hi,
>>>> >
>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>> wrote:
>>>> >>
>>>> >> Hi Imesh,
>>>> >>
>>>> >> If you get a chance, would you be able to add some information to
>>>> "How
>>>> >> to try out the implementation" on [1]?
>>>> >>
>>>> >
>>>> > I tried out that code and were able to get Cloud controller to spawn a
>>>> > docker container. I will add the steps, and better if Imesh can
>>>> verify those
>>>> >
>>>> > Also noted that the code has been implemented to use the image
>>>> description,
>>>> > but not the image id in DockerIaaS.findImage method,
>>>> > so that in cartridge definition json the value to be used in imageId
>>>> is the
>>>> > description (like ubuntu:13.10)
>>>> >
>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>> >
>>>> > Thanks,
>>>> > Sajith
>>>> >
>>>> >>
>>>> >> Many thanks,
>>>> >>
>>>> >> Chris
>>>> >>
>>>> >> ---
>>>> >> [1]
>>>> >>
>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>> >>
>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>>> wrote:
>>>> >> > Hi All,
>>>> >> >
>>>> >> > I'm really sorry for the delayed response.
>>>> >> > Yes we could have a Hangout early next week on this, please
>>>> suggest a
>>>> >> > time.
>>>> >> >
>>>> >> > Thanks
>>>> >> >
>>>> >> >
>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>>> wrote:
>>>> >> >>
>>>> >> >> I've added a page here:
>>>> >> >>
>>>> >> >>
>>>> >> >>
>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>> >> >>
>>>> >> >> Please add your comments to this page.
>>>> >> >>
>>>> >> >> Many thanks,
>>>> >> >>
>>>> >> >> Chris
>>>> >> >>
>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>>>> >> >> wrote:
>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>>> >> >> > requirements, constraints, design choices and progress...
>>>> >> >> >
>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>> sajith@wso2.com>
>>>> >> >> > wrote:
>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>> >> >> >> participants..somewhere early next week?
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tuna@apache.org
>>>> >
>>>> >> >> >> wrote:
>>>> >> >> >>>
>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have
>>>> an
>>>> >> >> >>> urgent
>>>> >> >> >>> task. Keep talking and decide how we can do this integration
>>>> >> >> >>> smoothly.
>>>> >> >> >>>
>>>> >> >> >>> Thanks,
>>>> >> >> >>>
>>>> >> >> >>> --Tuna
>>>> >> >> >>>
>>>> >> >> >>>
>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>> >> >> >>> <sa...@wso2.com>
>>>> >> >> >>> wrote:
>>>> >> >> >>>>
>>>> >> >> >>>> Hi,
>>>> >> >> >>>>
>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>>>> (IST)
>>>> >> >> >>>> ?
>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you
>>>> be
>>>> >> >> >>>> able
>>>> >> >> >>>> to
>>>> >> >> >>>> join?
>>>> >> >> >>>>
>>>> >> >> >>>> Thanks,
>>>> >> >> >>>> Sajith
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>> tuna@apache.org>
>>>> >> >> >>>> wrote:
>>>> >> >> >>>>>
>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>>> >> >> >>>>> feature.
>>>> >> >> >>>>> How
>>>> >> >> >>>>> about you, Imesh?
>>>> >> >> >>>>>
>>>> >> >> >>>>> --Tuna
>>>> >> >> >>>>>
>>>> >> >> >>>>>
>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>> tuna@apache.org>
>>>> >> >> >>>>> wrote:
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> Hi,
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>>> between
>>>> >> >> >>>>>> 4.30pm
>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> --Tuna
>>>> >> >> >>>>>>
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>> >> >> >>>>>> <ch...@gmail.com>
>>>> >> >> >>>>>> wrote:
>>>> >> >> >>>>>>>
>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>> >> >> >>>>>>>
>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>> >> >> >>>>>>> wrote:
>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>> >> >> >>>>>>> >
>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30
>>>> IST and
>>>> >> >> >>>>>>> > 6.30
>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>> >> >> >>>>>>> >
>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>> >> >> >>>>>>> >>> Hi Akila,
>>>> >> >> >>>>>>> >>>
>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>> around 8pm
>>>> >> >> >>>>>>> >>> IST.
>>>> >> >> >>>>>>> >>
>>>> >> >> >>>>>>> >> +1
>>>> >> >> >>>>>>> >>
>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>> >> >> >>>>>>
>>>> >> >> >>>>>>
>>>> >> >> >>>>>
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>> --
>>>> >> >> >>>> --
>>>> >> >> >>>> Sajith Kariyawasam
>>>> >> >> >>>> Mobile: +94772269575
>>>> >> >> >>>
>>>> >> >> >>>
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >> --
>>>> >> >> >> --
>>>> >> >> >> Sajith Kariyawasam
>>>> >> >> >> Mobile: +94772269575
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > Imesh Gunaratne
>>>> >> >
>>>> >> > Technical Lead, WSO2
>>>> >> > Committer & PPMC Member, Apache Stratos
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > --
>>>> > Sajith Kariyawasam
>>>> > Mobile: +94772269575
>>>>
>>>
>>>
>>>
>>> --
>>> Imesh Gunaratne
>>>
>>> Technical Lead, WSO2
>>> Committer & PPMC Member, Apache Stratos
>>>
>>
>>
>>
>> --
>> Lakmal Warusawithana
>> Vice President, Apache Stratos
>> Director - Cloud Architecture; WSO2 Inc.
>> Mobile : +94714289692
>> Blog : http://lakmalsview.blogspot.com/
>>
>>
>
>
> --
> *--*
> *Sajith Kariyawasam*
> *Mobile: +94772269575 <%2B94772269575>*
>



-- 
Pradeep Fernando.
http://pradeepfernando.blogspot.com/

Re: stratos docker provider

Posted by Lahiru Sandaruwan <la...@wso2.com>.
On Fri, Aug 22, 2014 at 12:29 PM, Lahiru Sandaruwan <la...@wso2.com>
wrote:

> Hi all,
>
> Bit new to this discussion. I cannot find any code committed regarding
> docker to master branch. Do we maintain them locally?
>
> Also do we have a plan to use the docker API which is in Jclouds labs at
> the moment?
>

ahh.. a mistake :) I have been looking at wrong place. Code is there. I
would try this out and see.

Thanks.

>
> Thanks.
>
>
> On Thu, Aug 21, 2014 at 12:32 PM, Nirmal Fernando <ni...@gmail.com>
> wrote:
>
>> Thanks a lot Sajith!
>>
>>
>> On Thu, Aug 21, 2014 at 12:31 PM, Sajith Kariyawasam <sa...@wso2.com>
>> wrote:
>>
>>> I added the tasks as a new sub page [1] and linked from the original
>>> page Chris has created [2]
>>>
>>> [1] https://cwiki.apache.org/confluence/display/STRATOS/Task+List
>>> [2]
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>
>>> Thanks,
>>> Sajith
>>>
>>>
>>> On Thu, Aug 21, 2014 at 10:53 AM, Nirmal Fernando <
>>> nirmal070125@gmail.com> wrote:
>>>
>>>> Hi Sajith,
>>>>
>>>> Would you be able to add the task list to a wiki page?
>>>>
>>>>
>>>> On Wed, Aug 20, 2014 at 9:31 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>>
>>>>> Thanks Nirmal, Sajith & Akila for the productive hangout yesterday.
>>>>> Please update the design to wiki.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> --Tuna
>>>>>
>>>>>
>>>>> On Tue, Aug 19, 2014 at 11:04 AM, Nirmal Fernando <
>>>>> nirmal070125@gmail.com> wrote:
>>>>>
>>>>>> Current DockerIaas implementation uses default Jclouds
>>>>>> TemplateOptions class. But in order to get all the available options in
>>>>>> Docker Jclouds implementation, we should use DockerTemplateOptions
>>>>>> class. By using it, we could easily pass user-metadata.
>>>>>>
>>>>>>
>>>>>> On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <
>>>>>> nirmal070125@gmail.com> wrote:
>>>>>>
>>>>>>> IMO we could map a partition to a host machine where you could spin
>>>>>>> docker instances, in the developer version.
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sajith@wso2.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <
>>>>>>>> lakmal@wso2.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Folks,
>>>>>>>>>
>>>>>>>>> Did you guys had a hangout meeting. Sorry I could not follow up.
>>>>>>>>> Here is my thought of implementing/design/architecture.
>>>>>>>>>
>>>>>>>>> We should have two mode of docker support.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>    - Developer version - capability of adding docker IaaS
>>>>>>>>>    provider, which docker install in host machine. (single docker host). No
>>>>>>>>>    IaaS (ec2, openstack etc.) involved. We may add multiple physical machines
>>>>>>>>>    with docker support. (as different Docker IaaS providers)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>> How should we support partitions in Developer version?
>>>>>>>>
>>>>>>>> are we going for a provider level partition?
>>>>>>>>
>>>>>>>>>
>>>>>>>>>    - Scalable version. - This is adding docker cluster. IMHO we
>>>>>>>>>    can see go with CoreOS. (or kubernetes). We can have two mode of this.
>>>>>>>>>    First we can consider psychically configure Docker Cluster. (with set of
>>>>>>>>>    bare metal machine). We are not worry about scalability of docker cluster
>>>>>>>>>    here. Next is, dynamically scalable docker cluster. This can achieved by
>>>>>>>>>    top of another available IaaS. See below scenario
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> For a example, I will take EC2, this can be any available IaaS. We
>>>>>>>>> can have coreOS ami and register it as docker *host* cartridge in Stratos.
>>>>>>>>> (we can consider this as multi-tenant cartridge). It can define min and
>>>>>>>>> max. Say we have min=2 max=10. when multi-tenant service deployment it will
>>>>>>>>> spin up two docker *host* instances and make docker cluster. (this is two
>>>>>>>>> coreOS with docker cluster). And this should register it self as IaaS
>>>>>>>>> provider into Stratos. (we need to bring APIs for adding IaaS provider
>>>>>>>>> dynamically. this can used to bring UI for adding IaaS provider as well.)
>>>>>>>>> Then Stratos will have docker IaaS provider for create dockers. Docker host
>>>>>>>>> cartridge agent should monitor host health and scale up when necessary, and
>>>>>>>>> it will add dynamic docker host nodes to docker cluster. This will bring
>>>>>>>>> two level of scaling into Stratos.
>>>>>>>>>
>>>>>>>>> This is my initial thoughts, need you folks thoughts as well.
>>>>>>>>>
>>>>>>>>> thanks
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <imesh@apache.org
>>>>>>>>> > wrote:
>>>>>>>>>
>>>>>>>>>> Hi Sajith,
>>>>>>>>>>
>>>>>>>>>> Yes the usage of image name instead of the image id was
>>>>>>>>>> intentional. As I could remember due to some reason Image id did not work
>>>>>>>>>> at the time I tested this. Will revisit this and change it to image id if
>>>>>>>>>> possible.
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Great - thanks Sajith!
>>>>>>>>>>>
>>>>>>>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to
>>>>>>>>>>> take
>>>>>>>>>>> part in any meetups.  Please don't wait for me though - I'm not
>>>>>>>>>>> sure
>>>>>>>>>>> there is much I can add at this stage anyway :)
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <
>>>>>>>>>>> sajith@wso2.com> wrote:
>>>>>>>>>>> > Hi,
>>>>>>>>>>> >
>>>>>>>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <
>>>>>>>>>>> chsnow123@gmail.com> wrote:
>>>>>>>>>>> >>
>>>>>>>>>>> >> Hi Imesh,
>>>>>>>>>>> >>
>>>>>>>>>>> >> If you get a chance, would you be able to add some
>>>>>>>>>>> information to "How
>>>>>>>>>>> >> to try out the implementation" on [1]?
>>>>>>>>>>> >>
>>>>>>>>>>> >
>>>>>>>>>>> > I tried out that code and were able to get Cloud controller to
>>>>>>>>>>> spawn a
>>>>>>>>>>> > docker container. I will add the steps, and better if Imesh
>>>>>>>>>>> can verify those
>>>>>>>>>>> >
>>>>>>>>>>> > Also noted that the code has been implemented to use the image
>>>>>>>>>>> description,
>>>>>>>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>>>>>>>> > so that in cartridge definition json the value to be used in
>>>>>>>>>>> imageId is the
>>>>>>>>>>> > description (like ubuntu:13.10)
>>>>>>>>>>> >
>>>>>>>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>>>>>>>> >
>>>>>>>>>>> > Thanks,
>>>>>>>>>>> > Sajith
>>>>>>>>>>> >
>>>>>>>>>>> >>
>>>>>>>>>>> >> Many thanks,
>>>>>>>>>>> >>
>>>>>>>>>>> >> Chris
>>>>>>>>>>> >>
>>>>>>>>>>> >> ---
>>>>>>>>>>> >> [1]
>>>>>>>>>>> >>
>>>>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>>>>> >>
>>>>>>>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <
>>>>>>>>>>> imesh@apache.org> wrote:
>>>>>>>>>>> >> > Hi All,
>>>>>>>>>>> >> >
>>>>>>>>>>> >> > I'm really sorry for the delayed response.
>>>>>>>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>>>>>>>> suggest a
>>>>>>>>>>> >> > time.
>>>>>>>>>>> >> >
>>>>>>>>>>> >> > Thanks
>>>>>>>>>>> >> >
>>>>>>>>>>> >> >
>>>>>>>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <
>>>>>>>>>>> chsnow123@gmail.com> wrote:
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >> I've added a page here:
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >>
>>>>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >> Please add your comments to this page.
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >> Many thanks,
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >> Chris
>>>>>>>>>>> >> >>
>>>>>>>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <
>>>>>>>>>>> chsnow123@gmail.com>
>>>>>>>>>>> >> >> wrote:
>>>>>>>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to
>>>>>>>>>>> track the
>>>>>>>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>>>>>>>> >> >> >
>>>>>>>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>>>>>>>> sajith@wso2.com>
>>>>>>>>>>> >> >> > wrote:
>>>>>>>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>>>>>>>> >> >> >> participants..somewhere early next week?
>>>>>>>>>>> >> >> >>
>>>>>>>>>>> >> >> >>
>>>>>>>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>>>>>>>> tuna@apache.org>
>>>>>>>>>>> >> >> >> wrote:
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I
>>>>>>>>>>> just have an
>>>>>>>>>>> >> >> >>> urgent
>>>>>>>>>>> >> >> >>> task. Keep talking and decide how we can do this
>>>>>>>>>>> integration
>>>>>>>>>>> >> >> >>> smoothly.
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>> Thanks,
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>> --Tuna
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>>>>>>>> >> >> >>> <sa...@wso2.com>
>>>>>>>>>>> >> >> >>> wrote:
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>> Hi,
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m -
>>>>>>>>>>> 5.30 pm (IST)
>>>>>>>>>>> >> >> >>>> ?
>>>>>>>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh
>>>>>>>>>>> will you be
>>>>>>>>>>> >> >> >>>> able
>>>>>>>>>>> >> >> >>>> to
>>>>>>>>>>> >> >> >>>> join?
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>> Thanks,
>>>>>>>>>>> >> >> >>>> Sajith
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>>>>>>>> tuna@apache.org>
>>>>>>>>>>> >> >> >>>> wrote:
>>>>>>>>>>> >> >> >>>>>
>>>>>>>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward
>>>>>>>>>>> on this
>>>>>>>>>>> >> >> >>>>> feature.
>>>>>>>>>>> >> >> >>>>> How
>>>>>>>>>>> >> >> >>>>> about you, Imesh?
>>>>>>>>>>> >> >> >>>>>
>>>>>>>>>>> >> >> >>>>> --Tuna
>>>>>>>>>>> >> >> >>>>>
>>>>>>>>>>> >> >> >>>>>
>>>>>>>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>>>>>>>> tuna@apache.org>
>>>>>>>>>>> >> >> >>>>> wrote:
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>> Hi,
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm
>>>>>>>>>>> free between
>>>>>>>>>>> >> >> >>>>>> 4.30pm
>>>>>>>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>> --Tuna
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>>>>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>>>>>>>> >> >> >>>>>> wrote:
>>>>>>>>>>> >> >> >>>>>>>
>>>>>>>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>>>>>> >> >> >>>>>>>
>>>>>>>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>>>>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>>>>>>>> >> >> >>>>>>> wrote:
>>>>>>>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>>>>>>> >> >> >>>>>>> >
>>>>>>>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or
>>>>>>>>>>> 5.30 IST and
>>>>>>>>>>> >> >> >>>>>>> > 6.30
>>>>>>>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>>>>>>>> >> >> >>>>>>> >
>>>>>>>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa
>>>>>>>>>>> Perera
>>>>>>>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>>>>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>>>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>>>>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>>>>>>>> >> >> >>>>>>> >>>
>>>>>>>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may
>>>>>>>>>>> be around 8pm
>>>>>>>>>>> >> >> >>>>>>> >>> IST.
>>>>>>>>>>> >> >> >>>>>>> >>
>>>>>>>>>>> >> >> >>>>>>> >> +1
>>>>>>>>>>> >> >> >>>>>>> >>
>>>>>>>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>>> >> >> >>>>>
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>>
>>>>>>>>>>> >> >> >>>> --
>>>>>>>>>>> >> >> >>>> --
>>>>>>>>>>> >> >> >>>> Sajith Kariyawasam
>>>>>>>>>>> >> >> >>>> Mobile: +94772269575
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>>
>>>>>>>>>>> >> >> >>
>>>>>>>>>>> >> >> >>
>>>>>>>>>>> >> >> >>
>>>>>>>>>>> >> >> >> --
>>>>>>>>>>> >> >> >> --
>>>>>>>>>>> >> >> >> Sajith Kariyawasam
>>>>>>>>>>> >> >> >> Mobile: +94772269575
>>>>>>>>>>> >> >
>>>>>>>>>>> >> >
>>>>>>>>>>> >> >
>>>>>>>>>>> >> >
>>>>>>>>>>> >> > --
>>>>>>>>>>> >> > Imesh Gunaratne
>>>>>>>>>>> >> >
>>>>>>>>>>> >> > Technical Lead, WSO2
>>>>>>>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>>>>>>>> >
>>>>>>>>>>> >
>>>>>>>>>>> >
>>>>>>>>>>> >
>>>>>>>>>>> > --
>>>>>>>>>>> > --
>>>>>>>>>>> > Sajith Kariyawasam
>>>>>>>>>>> > Mobile: +94772269575
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Imesh Gunaratne
>>>>>>>>>>
>>>>>>>>>> Technical Lead, WSO2
>>>>>>>>>> Committer & PPMC Member, Apache Stratos
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Lakmal Warusawithana
>>>>>>>>> Vice President, Apache Stratos
>>>>>>>>> Director - Cloud Architecture; WSO2 Inc.
>>>>>>>>> Mobile : +94714289692
>>>>>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> *--*
>>>>>>>> *Sajith Kariyawasam*
>>>>>>>> *Mobile: +94772269575 <%2B94772269575>*
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> 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/
>>>>
>>>
>>>
>>>
>>> --
>>> *--*
>>> *Sajith Kariyawasam*
>>> *Mobile: +94772269575 <%2B94772269575>*
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>> Blog: http://nirmalfdo.blogspot.com/
>>
>
>
>
> --
> --
> Lahiru Sandaruwan
> Committer and PMC member, Apache Stratos,
> Senior Software Engineer,
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> email: lahirus@wso2.com cell: (+94) 773 325 954
> blog: http://lahiruwrites.blogspot.com/
> twitter: http://twitter.com/lahirus
> linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>
>


-- 
--
Lahiru Sandaruwan
Committer and PMC member, Apache Stratos,
Senior Software Engineer,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: lahirus@wso2.com cell: (+94) 773 325 954
blog: http://lahiruwrites.blogspot.com/
twitter: http://twitter.com/lahirus
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

Re: stratos docker provider

Posted by Lahiru Sandaruwan <la...@wso2.com>.
Hi all,

Bit new to this discussion. I cannot find any code committed regarding
docker to master branch. Do we maintain them locally?

Also do we have a plan to use the docker API which is in Jclouds labs at
the moment?

Thanks.


On Thu, Aug 21, 2014 at 12:32 PM, Nirmal Fernando <ni...@gmail.com>
wrote:

> Thanks a lot Sajith!
>
>
> On Thu, Aug 21, 2014 at 12:31 PM, Sajith Kariyawasam <sa...@wso2.com>
> wrote:
>
>> I added the tasks as a new sub page [1] and linked from the original page
>> Chris has created [2]
>>
>> [1] https://cwiki.apache.org/confluence/display/STRATOS/Task+List
>> [2]
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>
>> Thanks,
>> Sajith
>>
>>
>> On Thu, Aug 21, 2014 at 10:53 AM, Nirmal Fernando <nirmal070125@gmail.com
>> > wrote:
>>
>>> Hi Sajith,
>>>
>>> Would you be able to add the task list to a wiki page?
>>>
>>>
>>> On Wed, Aug 20, 2014 at 9:31 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>
>>>> Thanks Nirmal, Sajith & Akila for the productive hangout yesterday.
>>>> Please update the design to wiki.
>>>>
>>>> Cheers,
>>>>
>>>> --Tuna
>>>>
>>>>
>>>> On Tue, Aug 19, 2014 at 11:04 AM, Nirmal Fernando <
>>>> nirmal070125@gmail.com> wrote:
>>>>
>>>>> Current DockerIaas implementation uses default Jclouds TemplateOptions
>>>>> class. But in order to get all the available options in Docker Jclouds
>>>>> implementation, we should use DockerTemplateOptions class. By using
>>>>> it, we could easily pass user-metadata.
>>>>>
>>>>>
>>>>> On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <
>>>>> nirmal070125@gmail.com> wrote:
>>>>>
>>>>>> IMO we could map a partition to a host machine where you could spin
>>>>>> docker instances, in the developer version.
>>>>>>
>>>>>>
>>>>>> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com>
>>>>>> wrote:
>>>>>>
>>>>>>>
>>>>>>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <
>>>>>>> lakmal@wso2.com> wrote:
>>>>>>>
>>>>>>>> Hi Folks,
>>>>>>>>
>>>>>>>> Did you guys had a hangout meeting. Sorry I could not follow up.
>>>>>>>> Here is my thought of implementing/design/architecture.
>>>>>>>>
>>>>>>>> We should have two mode of docker support.
>>>>>>>>
>>>>>>>>
>>>>>>>>    - Developer version - capability of adding docker IaaS
>>>>>>>>    provider, which docker install in host machine. (single docker host). No
>>>>>>>>    IaaS (ec2, openstack etc.) involved. We may add multiple physical machines
>>>>>>>>    with docker support. (as different Docker IaaS providers)
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> How should we support partitions in Developer version?
>>>>>>>
>>>>>>> are we going for a provider level partition?
>>>>>>>
>>>>>>>>
>>>>>>>>    - Scalable version. - This is adding docker cluster. IMHO we
>>>>>>>>    can see go with CoreOS. (or kubernetes). We can have two mode of this.
>>>>>>>>    First we can consider psychically configure Docker Cluster. (with set of
>>>>>>>>    bare metal machine). We are not worry about scalability of docker cluster
>>>>>>>>    here. Next is, dynamically scalable docker cluster. This can achieved by
>>>>>>>>    top of another available IaaS. See below scenario
>>>>>>>>
>>>>>>>>
>>>>>>>> For a example, I will take EC2, this can be any available IaaS. We
>>>>>>>> can have coreOS ami and register it as docker *host* cartridge in Stratos.
>>>>>>>> (we can consider this as multi-tenant cartridge). It can define min and
>>>>>>>> max. Say we have min=2 max=10. when multi-tenant service deployment it will
>>>>>>>> spin up two docker *host* instances and make docker cluster. (this is two
>>>>>>>> coreOS with docker cluster). And this should register it self as IaaS
>>>>>>>> provider into Stratos. (we need to bring APIs for adding IaaS provider
>>>>>>>> dynamically. this can used to bring UI for adding IaaS provider as well.)
>>>>>>>> Then Stratos will have docker IaaS provider for create dockers. Docker host
>>>>>>>> cartridge agent should monitor host health and scale up when necessary, and
>>>>>>>> it will add dynamic docker host nodes to docker cluster. This will bring
>>>>>>>> two level of scaling into Stratos.
>>>>>>>>
>>>>>>>> This is my initial thoughts, need you folks thoughts as well.
>>>>>>>>
>>>>>>>> thanks
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Sajith,
>>>>>>>>>
>>>>>>>>> Yes the usage of image name instead of the image id was
>>>>>>>>> intentional. As I could remember due to some reason Image id did not work
>>>>>>>>> at the time I tested this. Will revisit this and change it to image id if
>>>>>>>>> possible.
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Great - thanks Sajith!
>>>>>>>>>>
>>>>>>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to
>>>>>>>>>> take
>>>>>>>>>> part in any meetups.  Please don't wait for me though - I'm not
>>>>>>>>>> sure
>>>>>>>>>> there is much I can add at this stage anyway :)
>>>>>>>>>>
>>>>>>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <
>>>>>>>>>> sajith@wso2.com> wrote:
>>>>>>>>>> > Hi,
>>>>>>>>>> >
>>>>>>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>> >>
>>>>>>>>>> >> Hi Imesh,
>>>>>>>>>> >>
>>>>>>>>>> >> If you get a chance, would you be able to add some information
>>>>>>>>>> to "How
>>>>>>>>>> >> to try out the implementation" on [1]?
>>>>>>>>>> >>
>>>>>>>>>> >
>>>>>>>>>> > I tried out that code and were able to get Cloud controller to
>>>>>>>>>> spawn a
>>>>>>>>>> > docker container. I will add the steps, and better if Imesh can
>>>>>>>>>> verify those
>>>>>>>>>> >
>>>>>>>>>> > Also noted that the code has been implemented to use the image
>>>>>>>>>> description,
>>>>>>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>>>>>>> > so that in cartridge definition json the value to be used in
>>>>>>>>>> imageId is the
>>>>>>>>>> > description (like ubuntu:13.10)
>>>>>>>>>> >
>>>>>>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>>>>>>> >
>>>>>>>>>> > Thanks,
>>>>>>>>>> > Sajith
>>>>>>>>>> >
>>>>>>>>>> >>
>>>>>>>>>> >> Many thanks,
>>>>>>>>>> >>
>>>>>>>>>> >> Chris
>>>>>>>>>> >>
>>>>>>>>>> >> ---
>>>>>>>>>> >> [1]
>>>>>>>>>> >>
>>>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>>>> >>
>>>>>>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <
>>>>>>>>>> imesh@apache.org> wrote:
>>>>>>>>>> >> > Hi All,
>>>>>>>>>> >> >
>>>>>>>>>> >> > I'm really sorry for the delayed response.
>>>>>>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>>>>>>> suggest a
>>>>>>>>>> >> > time.
>>>>>>>>>> >> >
>>>>>>>>>> >> > Thanks
>>>>>>>>>> >> >
>>>>>>>>>> >> >
>>>>>>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <
>>>>>>>>>> chsnow123@gmail.com> wrote:
>>>>>>>>>> >> >>
>>>>>>>>>> >> >> I've added a page here:
>>>>>>>>>> >> >>
>>>>>>>>>> >> >>
>>>>>>>>>> >> >>
>>>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>>>> >> >>
>>>>>>>>>> >> >> Please add your comments to this page.
>>>>>>>>>> >> >>
>>>>>>>>>> >> >> Many thanks,
>>>>>>>>>> >> >>
>>>>>>>>>> >> >> Chris
>>>>>>>>>> >> >>
>>>>>>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <
>>>>>>>>>> chsnow123@gmail.com>
>>>>>>>>>> >> >> wrote:
>>>>>>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to
>>>>>>>>>> track the
>>>>>>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>>>>>>> >> >> >
>>>>>>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>>>>>>> sajith@wso2.com>
>>>>>>>>>> >> >> > wrote:
>>>>>>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>>>>>>> >> >> >> participants..somewhere early next week?
>>>>>>>>>> >> >> >>
>>>>>>>>>> >> >> >>
>>>>>>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>>>>>>> tuna@apache.org>
>>>>>>>>>> >> >> >> wrote:
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just
>>>>>>>>>> have an
>>>>>>>>>> >> >> >>> urgent
>>>>>>>>>> >> >> >>> task. Keep talking and decide how we can do this
>>>>>>>>>> integration
>>>>>>>>>> >> >> >>> smoothly.
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>> Thanks,
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>> --Tuna
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>>>>>>> >> >> >>> <sa...@wso2.com>
>>>>>>>>>> >> >> >>> wrote:
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>> Hi,
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m -
>>>>>>>>>> 5.30 pm (IST)
>>>>>>>>>> >> >> >>>> ?
>>>>>>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh
>>>>>>>>>> will you be
>>>>>>>>>> >> >> >>>> able
>>>>>>>>>> >> >> >>>> to
>>>>>>>>>> >> >> >>>> join?
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>> Thanks,
>>>>>>>>>> >> >> >>>> Sajith
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>>>>>>> tuna@apache.org>
>>>>>>>>>> >> >> >>>> wrote:
>>>>>>>>>> >> >> >>>>>
>>>>>>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward
>>>>>>>>>> on this
>>>>>>>>>> >> >> >>>>> feature.
>>>>>>>>>> >> >> >>>>> How
>>>>>>>>>> >> >> >>>>> about you, Imesh?
>>>>>>>>>> >> >> >>>>>
>>>>>>>>>> >> >> >>>>> --Tuna
>>>>>>>>>> >> >> >>>>>
>>>>>>>>>> >> >> >>>>>
>>>>>>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>>>>>>> tuna@apache.org>
>>>>>>>>>> >> >> >>>>> wrote:
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>> Hi,
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm
>>>>>>>>>> free between
>>>>>>>>>> >> >> >>>>>> 4.30pm
>>>>>>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>> --Tuna
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>>>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>>>>>>> >> >> >>>>>> wrote:
>>>>>>>>>> >> >> >>>>>>>
>>>>>>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>>>>> >> >> >>>>>>>
>>>>>>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>>>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>>>>>>> >> >> >>>>>>> wrote:
>>>>>>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>>>>>> >> >> >>>>>>> >
>>>>>>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or
>>>>>>>>>> 5.30 IST and
>>>>>>>>>> >> >> >>>>>>> > 6.30
>>>>>>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>>>>>>> >> >> >>>>>>> >
>>>>>>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa
>>>>>>>>>> Perera
>>>>>>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>>>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>>>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>>>>>>> >> >> >>>>>>> >>>
>>>>>>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>>>>>>>> around 8pm
>>>>>>>>>> >> >> >>>>>>> >>> IST.
>>>>>>>>>> >> >> >>>>>>> >>
>>>>>>>>>> >> >> >>>>>>> >> +1
>>>>>>>>>> >> >> >>>>>>> >>
>>>>>>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>>
>>>>>>>>>> >> >> >>>>>
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>>
>>>>>>>>>> >> >> >>>> --
>>>>>>>>>> >> >> >>>> --
>>>>>>>>>> >> >> >>>> Sajith Kariyawasam
>>>>>>>>>> >> >> >>>> Mobile: +94772269575
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>>
>>>>>>>>>> >> >> >>
>>>>>>>>>> >> >> >>
>>>>>>>>>> >> >> >>
>>>>>>>>>> >> >> >> --
>>>>>>>>>> >> >> >> --
>>>>>>>>>> >> >> >> Sajith Kariyawasam
>>>>>>>>>> >> >> >> Mobile: +94772269575
>>>>>>>>>> >> >
>>>>>>>>>> >> >
>>>>>>>>>> >> >
>>>>>>>>>> >> >
>>>>>>>>>> >> > --
>>>>>>>>>> >> > Imesh Gunaratne
>>>>>>>>>> >> >
>>>>>>>>>> >> > Technical Lead, WSO2
>>>>>>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>>>>>>> >
>>>>>>>>>> >
>>>>>>>>>> >
>>>>>>>>>> >
>>>>>>>>>> > --
>>>>>>>>>> > --
>>>>>>>>>> > Sajith Kariyawasam
>>>>>>>>>> > Mobile: +94772269575
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Imesh Gunaratne
>>>>>>>>>
>>>>>>>>> Technical Lead, WSO2
>>>>>>>>> Committer & PPMC Member, Apache Stratos
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Lakmal Warusawithana
>>>>>>>> Vice President, Apache Stratos
>>>>>>>> Director - Cloud Architecture; WSO2 Inc.
>>>>>>>> Mobile : +94714289692
>>>>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *--*
>>>>>>> *Sajith Kariyawasam*
>>>>>>> *Mobile: +94772269575 <%2B94772269575>*
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> 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/
>>>
>>
>>
>>
>> --
>> *--*
>> *Sajith Kariyawasam*
>> *Mobile: +94772269575 <%2B94772269575>*
>>
>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
>



-- 
--
Lahiru Sandaruwan
Committer and PMC member, Apache Stratos,
Senior Software Engineer,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: lahirus@wso2.com cell: (+94) 773 325 954
blog: http://lahiruwrites.blogspot.com/
twitter: http://twitter.com/lahirus
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
Thanks a lot Sajith!


On Thu, Aug 21, 2014 at 12:31 PM, Sajith Kariyawasam <sa...@wso2.com>
wrote:

> I added the tasks as a new sub page [1] and linked from the original page
> Chris has created [2]
>
> [1] https://cwiki.apache.org/confluence/display/STRATOS/Task+List
> [2]
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>
> Thanks,
> Sajith
>
>
> On Thu, Aug 21, 2014 at 10:53 AM, Nirmal Fernando <ni...@gmail.com>
> wrote:
>
>> Hi Sajith,
>>
>> Would you be able to add the task list to a wiki page?
>>
>>
>> On Wed, Aug 20, 2014 at 9:31 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>
>>> Thanks Nirmal, Sajith & Akila for the productive hangout yesterday.
>>> Please update the design to wiki.
>>>
>>> Cheers,
>>>
>>> --Tuna
>>>
>>>
>>> On Tue, Aug 19, 2014 at 11:04 AM, Nirmal Fernando <
>>> nirmal070125@gmail.com> wrote:
>>>
>>>> Current DockerIaas implementation uses default Jclouds TemplateOptions
>>>> class. But in order to get all the available options in Docker Jclouds
>>>> implementation, we should use DockerTemplateOptions class. By using
>>>> it, we could easily pass user-metadata.
>>>>
>>>>
>>>> On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <
>>>> nirmal070125@gmail.com> wrote:
>>>>
>>>>> IMO we could map a partition to a host machine where you could spin
>>>>> docker instances, in the developer version.
>>>>>
>>>>>
>>>>> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com>
>>>>> wrote:
>>>>>
>>>>>>
>>>>>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <
>>>>>> lakmal@wso2.com> wrote:
>>>>>>
>>>>>>> Hi Folks,
>>>>>>>
>>>>>>> Did you guys had a hangout meeting. Sorry I could not follow up.
>>>>>>> Here is my thought of implementing/design/architecture.
>>>>>>>
>>>>>>> We should have two mode of docker support.
>>>>>>>
>>>>>>>
>>>>>>>    - Developer version - capability of adding docker IaaS provider,
>>>>>>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>>>>>>    openstack etc.) involved. We may add multiple physical machines with docker
>>>>>>>    support. (as different Docker IaaS providers)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> How should we support partitions in Developer version?
>>>>>>
>>>>>> are we going for a provider level partition?
>>>>>>
>>>>>>>
>>>>>>>    - Scalable version. - This is adding docker cluster. IMHO we can
>>>>>>>    see go with CoreOS. (or kubernetes). We can have two mode of this. First we
>>>>>>>    can consider psychically configure Docker Cluster. (with set of bare metal
>>>>>>>    machine). We are not worry about scalability of docker cluster here. Next
>>>>>>>    is, dynamically scalable docker cluster. This can achieved by top of
>>>>>>>    another available IaaS. See below scenario
>>>>>>>
>>>>>>>
>>>>>>> For a example, I will take EC2, this can be any available IaaS. We
>>>>>>> can have coreOS ami and register it as docker *host* cartridge in Stratos.
>>>>>>> (we can consider this as multi-tenant cartridge). It can define min and
>>>>>>> max. Say we have min=2 max=10. when multi-tenant service deployment it will
>>>>>>> spin up two docker *host* instances and make docker cluster. (this is two
>>>>>>> coreOS with docker cluster). And this should register it self as IaaS
>>>>>>> provider into Stratos. (we need to bring APIs for adding IaaS provider
>>>>>>> dynamically. this can used to bring UI for adding IaaS provider as well.)
>>>>>>> Then Stratos will have docker IaaS provider for create dockers. Docker host
>>>>>>> cartridge agent should monitor host health and scale up when necessary, and
>>>>>>> it will add dynamic docker host nodes to docker cluster. This will bring
>>>>>>> two level of scaling into Stratos.
>>>>>>>
>>>>>>> This is my initial thoughts, need you folks thoughts as well.
>>>>>>>
>>>>>>> thanks
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Sajith,
>>>>>>>>
>>>>>>>> Yes the usage of image name instead of the image id was
>>>>>>>> intentional. As I could remember due to some reason Image id did not work
>>>>>>>> at the time I tested this. Will revisit this and change it to image id if
>>>>>>>> possible.
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Great - thanks Sajith!
>>>>>>>>>
>>>>>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>>>>>>> part in any meetups.  Please don't wait for me though - I'm not
>>>>>>>>> sure
>>>>>>>>> there is much I can add at this stage anyway :)
>>>>>>>>>
>>>>>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <
>>>>>>>>> sajith@wso2.com> wrote:
>>>>>>>>> > Hi,
>>>>>>>>> >
>>>>>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>> >>
>>>>>>>>> >> Hi Imesh,
>>>>>>>>> >>
>>>>>>>>> >> If you get a chance, would you be able to add some information
>>>>>>>>> to "How
>>>>>>>>> >> to try out the implementation" on [1]?
>>>>>>>>> >>
>>>>>>>>> >
>>>>>>>>> > I tried out that code and were able to get Cloud controller to
>>>>>>>>> spawn a
>>>>>>>>> > docker container. I will add the steps, and better if Imesh can
>>>>>>>>> verify those
>>>>>>>>> >
>>>>>>>>> > Also noted that the code has been implemented to use the image
>>>>>>>>> description,
>>>>>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>>>>>> > so that in cartridge definition json the value to be used in
>>>>>>>>> imageId is the
>>>>>>>>> > description (like ubuntu:13.10)
>>>>>>>>> >
>>>>>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>>>>>> >
>>>>>>>>> > Thanks,
>>>>>>>>> > Sajith
>>>>>>>>> >
>>>>>>>>> >>
>>>>>>>>> >> Many thanks,
>>>>>>>>> >>
>>>>>>>>> >> Chris
>>>>>>>>> >>
>>>>>>>>> >> ---
>>>>>>>>> >> [1]
>>>>>>>>> >>
>>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>>> >>
>>>>>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <
>>>>>>>>> imesh@apache.org> wrote:
>>>>>>>>> >> > Hi All,
>>>>>>>>> >> >
>>>>>>>>> >> > I'm really sorry for the delayed response.
>>>>>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>>>>>> suggest a
>>>>>>>>> >> > time.
>>>>>>>>> >> >
>>>>>>>>> >> > Thanks
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <
>>>>>>>>> chsnow123@gmail.com> wrote:
>>>>>>>>> >> >>
>>>>>>>>> >> >> I've added a page here:
>>>>>>>>> >> >>
>>>>>>>>> >> >>
>>>>>>>>> >> >>
>>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>>> >> >>
>>>>>>>>> >> >> Please add your comments to this page.
>>>>>>>>> >> >>
>>>>>>>>> >> >> Many thanks,
>>>>>>>>> >> >>
>>>>>>>>> >> >> Chris
>>>>>>>>> >> >>
>>>>>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <
>>>>>>>>> chsnow123@gmail.com>
>>>>>>>>> >> >> wrote:
>>>>>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to
>>>>>>>>> track the
>>>>>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>>>>>> >> >> >
>>>>>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>>>>>> sajith@wso2.com>
>>>>>>>>> >> >> > wrote:
>>>>>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>>>>>> >> >> >> participants..somewhere early next week?
>>>>>>>>> >> >> >>
>>>>>>>>> >> >> >>
>>>>>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>>>>>> tuna@apache.org>
>>>>>>>>> >> >> >> wrote:
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just
>>>>>>>>> have an
>>>>>>>>> >> >> >>> urgent
>>>>>>>>> >> >> >>> task. Keep talking and decide how we can do this
>>>>>>>>> integration
>>>>>>>>> >> >> >>> smoothly.
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>> Thanks,
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>> --Tuna
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>>>>>> >> >> >>> <sa...@wso2.com>
>>>>>>>>> >> >> >>> wrote:
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>> Hi,
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m -
>>>>>>>>> 5.30 pm (IST)
>>>>>>>>> >> >> >>>> ?
>>>>>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh
>>>>>>>>> will you be
>>>>>>>>> >> >> >>>> able
>>>>>>>>> >> >> >>>> to
>>>>>>>>> >> >> >>>> join?
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>> Thanks,
>>>>>>>>> >> >> >>>> Sajith
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>>>>>> tuna@apache.org>
>>>>>>>>> >> >> >>>> wrote:
>>>>>>>>> >> >> >>>>>
>>>>>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on
>>>>>>>>> this
>>>>>>>>> >> >> >>>>> feature.
>>>>>>>>> >> >> >>>>> How
>>>>>>>>> >> >> >>>>> about you, Imesh?
>>>>>>>>> >> >> >>>>>
>>>>>>>>> >> >> >>>>> --Tuna
>>>>>>>>> >> >> >>>>>
>>>>>>>>> >> >> >>>>>
>>>>>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>>>>>> tuna@apache.org>
>>>>>>>>> >> >> >>>>> wrote:
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>> Hi,
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm
>>>>>>>>> free between
>>>>>>>>> >> >> >>>>>> 4.30pm
>>>>>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>> --Tuna
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>>>>>> >> >> >>>>>> wrote:
>>>>>>>>> >> >> >>>>>>>
>>>>>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>>>> >> >> >>>>>>>
>>>>>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>>>>>> >> >> >>>>>>> wrote:
>>>>>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>>>>> >> >> >>>>>>> >
>>>>>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or
>>>>>>>>> 5.30 IST and
>>>>>>>>> >> >> >>>>>>> > 6.30
>>>>>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>>>>>> >> >> >>>>>>> >
>>>>>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa
>>>>>>>>> Perera
>>>>>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>>>>>> >> >> >>>>>>> >>>
>>>>>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>>>>>>> around 8pm
>>>>>>>>> >> >> >>>>>>> >>> IST.
>>>>>>>>> >> >> >>>>>>> >>
>>>>>>>>> >> >> >>>>>>> >> +1
>>>>>>>>> >> >> >>>>>>> >>
>>>>>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>>
>>>>>>>>> >> >> >>>>>
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>>
>>>>>>>>> >> >> >>>> --
>>>>>>>>> >> >> >>>> --
>>>>>>>>> >> >> >>>> Sajith Kariyawasam
>>>>>>>>> >> >> >>>> Mobile: +94772269575
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>>
>>>>>>>>> >> >> >>
>>>>>>>>> >> >> >>
>>>>>>>>> >> >> >>
>>>>>>>>> >> >> >> --
>>>>>>>>> >> >> >> --
>>>>>>>>> >> >> >> Sajith Kariyawasam
>>>>>>>>> >> >> >> Mobile: +94772269575
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > --
>>>>>>>>> >> > Imesh Gunaratne
>>>>>>>>> >> >
>>>>>>>>> >> > Technical Lead, WSO2
>>>>>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> > --
>>>>>>>>> > --
>>>>>>>>> > Sajith Kariyawasam
>>>>>>>>> > Mobile: +94772269575
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Imesh Gunaratne
>>>>>>>>
>>>>>>>> Technical Lead, WSO2
>>>>>>>> Committer & PPMC Member, Apache Stratos
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Lakmal Warusawithana
>>>>>>> Vice President, Apache Stratos
>>>>>>> Director - Cloud Architecture; WSO2 Inc.
>>>>>>> Mobile : +94714289692
>>>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *--*
>>>>>> *Sajith Kariyawasam*
>>>>>> *Mobile: +94772269575 <%2B94772269575>*
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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/
>>
>
>
>
> --
> *--*
> *Sajith Kariyawasam*
> *Mobile: +94772269575 <%2B94772269575>*
>



-- 
Best Regards,
Nirmal

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

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

Re: stratos docker provider

Posted by Sajith Kariyawasam <sa...@wso2.com>.
I added the tasks as a new sub page [1] and linked from the original page
Chris has created [2]

[1] https://cwiki.apache.org/confluence/display/STRATOS/Task+List
[2]
https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development

Thanks,
Sajith


On Thu, Aug 21, 2014 at 10:53 AM, Nirmal Fernando <ni...@gmail.com>
wrote:

> Hi Sajith,
>
> Would you be able to add the task list to a wiki page?
>
>
> On Wed, Aug 20, 2014 at 9:31 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
>
>> Thanks Nirmal, Sajith & Akila for the productive hangout yesterday.
>> Please update the design to wiki.
>>
>> Cheers,
>>
>> --Tuna
>>
>>
>> On Tue, Aug 19, 2014 at 11:04 AM, Nirmal Fernando <nirmal070125@gmail.com
>> > wrote:
>>
>>> Current DockerIaas implementation uses default Jclouds TemplateOptions
>>> class. But in order to get all the available options in Docker Jclouds
>>> implementation, we should use DockerTemplateOptions class. By using it,
>>> we could easily pass user-metadata.
>>>
>>>
>>> On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <nirmal070125@gmail.com
>>> > wrote:
>>>
>>>> IMO we could map a partition to a host machine where you could spin
>>>> docker instances, in the developer version.
>>>>
>>>>
>>>> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com>
>>>> wrote:
>>>>
>>>>>
>>>>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <
>>>>> lakmal@wso2.com> wrote:
>>>>>
>>>>>> Hi Folks,
>>>>>>
>>>>>> Did you guys had a hangout meeting. Sorry I could not follow up. Here
>>>>>> is my thought of implementing/design/architecture.
>>>>>>
>>>>>> We should have two mode of docker support.
>>>>>>
>>>>>>
>>>>>>    - Developer version - capability of adding docker IaaS provider,
>>>>>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>>>>>    openstack etc.) involved. We may add multiple physical machines with docker
>>>>>>    support. (as different Docker IaaS providers)
>>>>>>
>>>>>>
>>>>>>
>>>>> How should we support partitions in Developer version?
>>>>>
>>>>> are we going for a provider level partition?
>>>>>
>>>>>>
>>>>>>    - Scalable version. - This is adding docker cluster. IMHO we can
>>>>>>    see go with CoreOS. (or kubernetes). We can have two mode of this. First we
>>>>>>    can consider psychically configure Docker Cluster. (with set of bare metal
>>>>>>    machine). We are not worry about scalability of docker cluster here. Next
>>>>>>    is, dynamically scalable docker cluster. This can achieved by top of
>>>>>>    another available IaaS. See below scenario
>>>>>>
>>>>>>
>>>>>> For a example, I will take EC2, this can be any available IaaS. We
>>>>>> can have coreOS ami and register it as docker *host* cartridge in Stratos.
>>>>>> (we can consider this as multi-tenant cartridge). It can define min and
>>>>>> max. Say we have min=2 max=10. when multi-tenant service deployment it will
>>>>>> spin up two docker *host* instances and make docker cluster. (this is two
>>>>>> coreOS with docker cluster). And this should register it self as IaaS
>>>>>> provider into Stratos. (we need to bring APIs for adding IaaS provider
>>>>>> dynamically. this can used to bring UI for adding IaaS provider as well.)
>>>>>> Then Stratos will have docker IaaS provider for create dockers. Docker host
>>>>>> cartridge agent should monitor host health and scale up when necessary, and
>>>>>> it will add dynamic docker host nodes to docker cluster. This will bring
>>>>>> two level of scaling into Stratos.
>>>>>>
>>>>>> This is my initial thoughts, need you folks thoughts as well.
>>>>>>
>>>>>> thanks
>>>>>>
>>>>>>
>>>>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Sajith,
>>>>>>>
>>>>>>> Yes the usage of image name instead of the image id was intentional.
>>>>>>> As I could remember due to some reason Image id did not work at the time I
>>>>>>> tested this. Will revisit this and change it to image id if possible.
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Great - thanks Sajith!
>>>>>>>>
>>>>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>>>>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>>>>>>> there is much I can add at this stage anyway :)
>>>>>>>>
>>>>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <
>>>>>>>> sajith@wso2.com> wrote:
>>>>>>>> > Hi,
>>>>>>>> >
>>>>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>>>>>> wrote:
>>>>>>>> >>
>>>>>>>> >> Hi Imesh,
>>>>>>>> >>
>>>>>>>> >> If you get a chance, would you be able to add some information
>>>>>>>> to "How
>>>>>>>> >> to try out the implementation" on [1]?
>>>>>>>> >>
>>>>>>>> >
>>>>>>>> > I tried out that code and were able to get Cloud controller to
>>>>>>>> spawn a
>>>>>>>> > docker container. I will add the steps, and better if Imesh can
>>>>>>>> verify those
>>>>>>>> >
>>>>>>>> > Also noted that the code has been implemented to use the image
>>>>>>>> description,
>>>>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>>>>> > so that in cartridge definition json the value to be used in
>>>>>>>> imageId is the
>>>>>>>> > description (like ubuntu:13.10)
>>>>>>>> >
>>>>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>>>>> >
>>>>>>>> > Thanks,
>>>>>>>> > Sajith
>>>>>>>> >
>>>>>>>> >>
>>>>>>>> >> Many thanks,
>>>>>>>> >>
>>>>>>>> >> Chris
>>>>>>>> >>
>>>>>>>> >> ---
>>>>>>>> >> [1]
>>>>>>>> >>
>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>> >>
>>>>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <
>>>>>>>> imesh@apache.org> wrote:
>>>>>>>> >> > Hi All,
>>>>>>>> >> >
>>>>>>>> >> > I'm really sorry for the delayed response.
>>>>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>>>>> suggest a
>>>>>>>> >> > time.
>>>>>>>> >> >
>>>>>>>> >> > Thanks
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <
>>>>>>>> chsnow123@gmail.com> wrote:
>>>>>>>> >> >>
>>>>>>>> >> >> I've added a page here:
>>>>>>>> >> >>
>>>>>>>> >> >>
>>>>>>>> >> >>
>>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>>> >> >>
>>>>>>>> >> >> Please add your comments to this page.
>>>>>>>> >> >>
>>>>>>>> >> >> Many thanks,
>>>>>>>> >> >>
>>>>>>>> >> >> Chris
>>>>>>>> >> >>
>>>>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <
>>>>>>>> chsnow123@gmail.com>
>>>>>>>> >> >> wrote:
>>>>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track
>>>>>>>> the
>>>>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>>>>> >> >> >
>>>>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>>>>> sajith@wso2.com>
>>>>>>>> >> >> > wrote:
>>>>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>>>>> >> >> >> participants..somewhere early next week?
>>>>>>>> >> >> >>
>>>>>>>> >> >> >>
>>>>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>>>>> tuna@apache.org>
>>>>>>>> >> >> >> wrote:
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just
>>>>>>>> have an
>>>>>>>> >> >> >>> urgent
>>>>>>>> >> >> >>> task. Keep talking and decide how we can do this
>>>>>>>> integration
>>>>>>>> >> >> >>> smoothly.
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>> Thanks,
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>> --Tuna
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>>>>> >> >> >>> <sa...@wso2.com>
>>>>>>>> >> >> >>> wrote:
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>> Hi,
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m -
>>>>>>>> 5.30 pm (IST)
>>>>>>>> >> >> >>>> ?
>>>>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will
>>>>>>>> you be
>>>>>>>> >> >> >>>> able
>>>>>>>> >> >> >>>> to
>>>>>>>> >> >> >>>> join?
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>> Thanks,
>>>>>>>> >> >> >>>> Sajith
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>>>>> tuna@apache.org>
>>>>>>>> >> >> >>>> wrote:
>>>>>>>> >> >> >>>>>
>>>>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on
>>>>>>>> this
>>>>>>>> >> >> >>>>> feature.
>>>>>>>> >> >> >>>>> How
>>>>>>>> >> >> >>>>> about you, Imesh?
>>>>>>>> >> >> >>>>>
>>>>>>>> >> >> >>>>> --Tuna
>>>>>>>> >> >> >>>>>
>>>>>>>> >> >> >>>>>
>>>>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>>>>> tuna@apache.org>
>>>>>>>> >> >> >>>>> wrote:
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>> Hi,
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm
>>>>>>>> free between
>>>>>>>> >> >> >>>>>> 4.30pm
>>>>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>> --Tuna
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>>>>> >> >> >>>>>> wrote:
>>>>>>>> >> >> >>>>>>>
>>>>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>>> >> >> >>>>>>>
>>>>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>>>>> >> >> >>>>>>> wrote:
>>>>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>>>> >> >> >>>>>>> >
>>>>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or
>>>>>>>> 5.30 IST and
>>>>>>>> >> >> >>>>>>> > 6.30
>>>>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>>>>> >> >> >>>>>>> >
>>>>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa
>>>>>>>> Perera
>>>>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>>>>> >> >> >>>>>>> >>>
>>>>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>>>>>> around 8pm
>>>>>>>> >> >> >>>>>>> >>> IST.
>>>>>>>> >> >> >>>>>>> >>
>>>>>>>> >> >> >>>>>>> >> +1
>>>>>>>> >> >> >>>>>>> >>
>>>>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>>
>>>>>>>> >> >> >>>>>
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>>
>>>>>>>> >> >> >>>> --
>>>>>>>> >> >> >>>> --
>>>>>>>> >> >> >>>> Sajith Kariyawasam
>>>>>>>> >> >> >>>> Mobile: +94772269575
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>>
>>>>>>>> >> >> >>
>>>>>>>> >> >> >>
>>>>>>>> >> >> >>
>>>>>>>> >> >> >> --
>>>>>>>> >> >> >> --
>>>>>>>> >> >> >> Sajith Kariyawasam
>>>>>>>> >> >> >> Mobile: +94772269575
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> > --
>>>>>>>> >> > Imesh Gunaratne
>>>>>>>> >> >
>>>>>>>> >> > Technical Lead, WSO2
>>>>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > --
>>>>>>>> > --
>>>>>>>> > Sajith Kariyawasam
>>>>>>>> > Mobile: +94772269575
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Imesh Gunaratne
>>>>>>>
>>>>>>> Technical Lead, WSO2
>>>>>>> Committer & PPMC Member, Apache Stratos
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Lakmal Warusawithana
>>>>>> Vice President, Apache Stratos
>>>>>> Director - Cloud Architecture; WSO2 Inc.
>>>>>> Mobile : +94714289692
>>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *--*
>>>>> *Sajith Kariyawasam*
>>>>> *Mobile: +94772269575 <%2B94772269575>*
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 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/
>



-- 
*--*
*Sajith Kariyawasam*
*Mobile: +94772269575*

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
Hi Sajith,

Would you be able to add the task list to a wiki page?


On Wed, Aug 20, 2014 at 9:31 AM, Nguyen Anh Tu <tu...@apache.org> wrote:

> Thanks Nirmal, Sajith & Akila for the productive hangout yesterday. Please
> update the design to wiki.
>
> Cheers,
>
> --Tuna
>
>
> On Tue, Aug 19, 2014 at 11:04 AM, Nirmal Fernando <ni...@gmail.com>
> wrote:
>
>> Current DockerIaas implementation uses default Jclouds TemplateOptions
>> class. But in order to get all the available options in Docker Jclouds
>> implementation, we should use DockerTemplateOptions class. By using it,
>> we could easily pass user-metadata.
>>
>>
>> On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <ni...@gmail.com>
>> wrote:
>>
>>> IMO we could map a partition to a host machine where you could spin
>>> docker instances, in the developer version.
>>>
>>>
>>> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com>
>>> wrote:
>>>
>>>>
>>>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <lakmal@wso2.com
>>>> > wrote:
>>>>
>>>>> Hi Folks,
>>>>>
>>>>> Did you guys had a hangout meeting. Sorry I could not follow up. Here
>>>>> is my thought of implementing/design/architecture.
>>>>>
>>>>> We should have two mode of docker support.
>>>>>
>>>>>
>>>>>    - Developer version - capability of adding docker IaaS provider,
>>>>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>>>>    openstack etc.) involved. We may add multiple physical machines with docker
>>>>>    support. (as different Docker IaaS providers)
>>>>>
>>>>>
>>>>>
>>>> How should we support partitions in Developer version?
>>>>
>>>> are we going for a provider level partition?
>>>>
>>>>>
>>>>>    - Scalable version. - This is adding docker cluster. IMHO we can
>>>>>    see go with CoreOS. (or kubernetes). We can have two mode of this. First we
>>>>>    can consider psychically configure Docker Cluster. (with set of bare metal
>>>>>    machine). We are not worry about scalability of docker cluster here. Next
>>>>>    is, dynamically scalable docker cluster. This can achieved by top of
>>>>>    another available IaaS. See below scenario
>>>>>
>>>>>
>>>>> For a example, I will take EC2, this can be any available IaaS. We can
>>>>> have coreOS ami and register it as docker *host* cartridge in Stratos. (we
>>>>> can consider this as multi-tenant cartridge). It can define min and max.
>>>>> Say we have min=2 max=10. when multi-tenant service deployment it will spin
>>>>> up two docker *host* instances and make docker cluster. (this is two coreOS
>>>>> with docker cluster). And this should register it self as IaaS provider
>>>>> into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
>>>>> this can used to bring UI for adding IaaS provider as well.) Then Stratos
>>>>> will have docker IaaS provider for create dockers. Docker host cartridge
>>>>> agent should monitor host health and scale up when necessary, and it will
>>>>> add dynamic docker host nodes to docker cluster. This will bring two level
>>>>> of scaling into Stratos.
>>>>>
>>>>> This is my initial thoughts, need you folks thoughts as well.
>>>>>
>>>>> thanks
>>>>>
>>>>>
>>>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>>>>> wrote:
>>>>>
>>>>>> Hi Sajith,
>>>>>>
>>>>>> Yes the usage of image name instead of the image id was intentional.
>>>>>> As I could remember due to some reason Image id did not work at the time I
>>>>>> tested this. Will revisit this and change it to image id if possible.
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Great - thanks Sajith!
>>>>>>>
>>>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>>>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>>>>>> there is much I can add at this stage anyway :)
>>>>>>>
>>>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>>>>>>> wrote:
>>>>>>> > Hi,
>>>>>>> >
>>>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>>>>> wrote:
>>>>>>> >>
>>>>>>> >> Hi Imesh,
>>>>>>> >>
>>>>>>> >> If you get a chance, would you be able to add some information to
>>>>>>> "How
>>>>>>> >> to try out the implementation" on [1]?
>>>>>>> >>
>>>>>>> >
>>>>>>> > I tried out that code and were able to get Cloud controller to
>>>>>>> spawn a
>>>>>>> > docker container. I will add the steps, and better if Imesh can
>>>>>>> verify those
>>>>>>> >
>>>>>>> > Also noted that the code has been implemented to use the image
>>>>>>> description,
>>>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>>>> > so that in cartridge definition json the value to be used in
>>>>>>> imageId is the
>>>>>>> > description (like ubuntu:13.10)
>>>>>>> >
>>>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>>>> >
>>>>>>> > Thanks,
>>>>>>> > Sajith
>>>>>>> >
>>>>>>> >>
>>>>>>> >> Many thanks,
>>>>>>> >>
>>>>>>> >> Chris
>>>>>>> >>
>>>>>>> >> ---
>>>>>>> >> [1]
>>>>>>> >>
>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>> >>
>>>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>>>>>> wrote:
>>>>>>> >> > Hi All,
>>>>>>> >> >
>>>>>>> >> > I'm really sorry for the delayed response.
>>>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>>>> suggest a
>>>>>>> >> > time.
>>>>>>> >> >
>>>>>>> >> > Thanks
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>>>>>> wrote:
>>>>>>> >> >>
>>>>>>> >> >> I've added a page here:
>>>>>>> >> >>
>>>>>>> >> >>
>>>>>>> >> >>
>>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>>> >> >>
>>>>>>> >> >> Please add your comments to this page.
>>>>>>> >> >>
>>>>>>> >> >> Many thanks,
>>>>>>> >> >>
>>>>>>> >> >> Chris
>>>>>>> >> >>
>>>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <
>>>>>>> chsnow123@gmail.com>
>>>>>>> >> >> wrote:
>>>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track
>>>>>>> the
>>>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>>>> >> >> >
>>>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>>>> sajith@wso2.com>
>>>>>>> >> >> > wrote:
>>>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>>>> >> >> >> participants..somewhere early next week?
>>>>>>> >> >> >>
>>>>>>> >> >> >>
>>>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>>>> tuna@apache.org>
>>>>>>> >> >> >> wrote:
>>>>>>> >> >> >>>
>>>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just
>>>>>>> have an
>>>>>>> >> >> >>> urgent
>>>>>>> >> >> >>> task. Keep talking and decide how we can do this
>>>>>>> integration
>>>>>>> >> >> >>> smoothly.
>>>>>>> >> >> >>>
>>>>>>> >> >> >>> Thanks,
>>>>>>> >> >> >>>
>>>>>>> >> >> >>> --Tuna
>>>>>>> >> >> >>>
>>>>>>> >> >> >>>
>>>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>>>> >> >> >>> <sa...@wso2.com>
>>>>>>> >> >> >>> wrote:
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>> Hi,
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30
>>>>>>> pm (IST)
>>>>>>> >> >> >>>> ?
>>>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will
>>>>>>> you be
>>>>>>> >> >> >>>> able
>>>>>>> >> >> >>>> to
>>>>>>> >> >> >>>> join?
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>> Thanks,
>>>>>>> >> >> >>>> Sajith
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>>>> tuna@apache.org>
>>>>>>> >> >> >>>> wrote:
>>>>>>> >> >> >>>>>
>>>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on
>>>>>>> this
>>>>>>> >> >> >>>>> feature.
>>>>>>> >> >> >>>>> How
>>>>>>> >> >> >>>>> about you, Imesh?
>>>>>>> >> >> >>>>>
>>>>>>> >> >> >>>>> --Tuna
>>>>>>> >> >> >>>>>
>>>>>>> >> >> >>>>>
>>>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>>>> tuna@apache.org>
>>>>>>> >> >> >>>>> wrote:
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>> Hi,
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm
>>>>>>> free between
>>>>>>> >> >> >>>>>> 4.30pm
>>>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>> --Tuna
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>>>> >> >> >>>>>> wrote:
>>>>>>> >> >> >>>>>>>
>>>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>> >> >> >>>>>>>
>>>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>>>> >> >> >>>>>>> wrote:
>>>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>>> >> >> >>>>>>> >
>>>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or
>>>>>>> 5.30 IST and
>>>>>>> >> >> >>>>>>> > 6.30
>>>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>>>> >> >> >>>>>>> >
>>>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa
>>>>>>> Perera
>>>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>>>> >> >> >>>>>>> >>>
>>>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>>>>> around 8pm
>>>>>>> >> >> >>>>>>> >>> IST.
>>>>>>> >> >> >>>>>>> >>
>>>>>>> >> >> >>>>>>> >> +1
>>>>>>> >> >> >>>>>>> >>
>>>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>>
>>>>>>> >> >> >>>>>
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>>
>>>>>>> >> >> >>>> --
>>>>>>> >> >> >>>> --
>>>>>>> >> >> >>>> Sajith Kariyawasam
>>>>>>> >> >> >>>> Mobile: +94772269575
>>>>>>> >> >> >>>
>>>>>>> >> >> >>>
>>>>>>> >> >> >>
>>>>>>> >> >> >>
>>>>>>> >> >> >>
>>>>>>> >> >> >> --
>>>>>>> >> >> >> --
>>>>>>> >> >> >> Sajith Kariyawasam
>>>>>>> >> >> >> Mobile: +94772269575
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > --
>>>>>>> >> > Imesh Gunaratne
>>>>>>> >> >
>>>>>>> >> > Technical Lead, WSO2
>>>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > --
>>>>>>> > --
>>>>>>> > Sajith Kariyawasam
>>>>>>> > Mobile: +94772269575
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Imesh Gunaratne
>>>>>>
>>>>>> Technical Lead, WSO2
>>>>>> Committer & PPMC Member, Apache Stratos
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Lakmal Warusawithana
>>>>> Vice President, Apache Stratos
>>>>> Director - Cloud Architecture; WSO2 Inc.
>>>>> Mobile : +94714289692
>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *--*
>>>> *Sajith Kariyawasam*
>>>> *Mobile: +94772269575 <%2B94772269575>*
>>>>
>>>
>>>
>>>
>>> --
>>> 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/

Re: stratos docker provider

Posted by Nguyen Anh Tu <tu...@apache.org>.
Thanks Nirmal, Sajith & Akila for the productive hangout yesterday. Please
update the design to wiki.

Cheers,

--Tuna


On Tue, Aug 19, 2014 at 11:04 AM, Nirmal Fernando <ni...@gmail.com>
wrote:

> Current DockerIaas implementation uses default Jclouds TemplateOptions
> class. But in order to get all the available options in Docker Jclouds
> implementation, we should use DockerTemplateOptions class. By using it,
> we could easily pass user-metadata.
>
>
> On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <ni...@gmail.com>
> wrote:
>
>> IMO we could map a partition to a host machine where you could spin
>> docker instances, in the developer version.
>>
>>
>> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com>
>> wrote:
>>
>>>
>>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <la...@wso2.com>
>>> wrote:
>>>
>>>> Hi Folks,
>>>>
>>>> Did you guys had a hangout meeting. Sorry I could not follow up. Here
>>>> is my thought of implementing/design/architecture.
>>>>
>>>> We should have two mode of docker support.
>>>>
>>>>
>>>>    - Developer version - capability of adding docker IaaS provider,
>>>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>>>    openstack etc.) involved. We may add multiple physical machines with docker
>>>>    support. (as different Docker IaaS providers)
>>>>
>>>>
>>>>
>>> How should we support partitions in Developer version?
>>>
>>> are we going for a provider level partition?
>>>
>>>>
>>>>    - Scalable version. - This is adding docker cluster. IMHO we can
>>>>    see go with CoreOS. (or kubernetes). We can have two mode of this. First we
>>>>    can consider psychically configure Docker Cluster. (with set of bare metal
>>>>    machine). We are not worry about scalability of docker cluster here. Next
>>>>    is, dynamically scalable docker cluster. This can achieved by top of
>>>>    another available IaaS. See below scenario
>>>>
>>>>
>>>> For a example, I will take EC2, this can be any available IaaS. We can
>>>> have coreOS ami and register it as docker *host* cartridge in Stratos. (we
>>>> can consider this as multi-tenant cartridge). It can define min and max.
>>>> Say we have min=2 max=10. when multi-tenant service deployment it will spin
>>>> up two docker *host* instances and make docker cluster. (this is two coreOS
>>>> with docker cluster). And this should register it self as IaaS provider
>>>> into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
>>>> this can used to bring UI for adding IaaS provider as well.) Then Stratos
>>>> will have docker IaaS provider for create dockers. Docker host cartridge
>>>> agent should monitor host health and scale up when necessary, and it will
>>>> add dynamic docker host nodes to docker cluster. This will bring two level
>>>> of scaling into Stratos.
>>>>
>>>> This is my initial thoughts, need you folks thoughts as well.
>>>>
>>>> thanks
>>>>
>>>>
>>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>>>> wrote:
>>>>
>>>>> Hi Sajith,
>>>>>
>>>>> Yes the usage of image name instead of the image id was intentional.
>>>>> As I could remember due to some reason Image id did not work at the time I
>>>>> tested this. Will revisit this and change it to image id if possible.
>>>>>
>>>>> Thanks
>>>>>
>>>>>
>>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Great - thanks Sajith!
>>>>>>
>>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>>>>> there is much I can add at this stage anyway :)
>>>>>>
>>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>>>>>> wrote:
>>>>>> > Hi,
>>>>>> >
>>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>>>> wrote:
>>>>>> >>
>>>>>> >> Hi Imesh,
>>>>>> >>
>>>>>> >> If you get a chance, would you be able to add some information to
>>>>>> "How
>>>>>> >> to try out the implementation" on [1]?
>>>>>> >>
>>>>>> >
>>>>>> > I tried out that code and were able to get Cloud controller to
>>>>>> spawn a
>>>>>> > docker container. I will add the steps, and better if Imesh can
>>>>>> verify those
>>>>>> >
>>>>>> > Also noted that the code has been implemented to use the image
>>>>>> description,
>>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>>> > so that in cartridge definition json the value to be used in
>>>>>> imageId is the
>>>>>> > description (like ubuntu:13.10)
>>>>>> >
>>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>>> >
>>>>>> > Thanks,
>>>>>> > Sajith
>>>>>> >
>>>>>> >>
>>>>>> >> Many thanks,
>>>>>> >>
>>>>>> >> Chris
>>>>>> >>
>>>>>> >> ---
>>>>>> >> [1]
>>>>>> >>
>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>> >>
>>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>>>>> wrote:
>>>>>> >> > Hi All,
>>>>>> >> >
>>>>>> >> > I'm really sorry for the delayed response.
>>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>>> suggest a
>>>>>> >> > time.
>>>>>> >> >
>>>>>> >> > Thanks
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>>>>> wrote:
>>>>>> >> >>
>>>>>> >> >> I've added a page here:
>>>>>> >> >>
>>>>>> >> >>
>>>>>> >> >>
>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>>> >> >>
>>>>>> >> >> Please add your comments to this page.
>>>>>> >> >>
>>>>>> >> >> Many thanks,
>>>>>> >> >>
>>>>>> >> >> Chris
>>>>>> >> >>
>>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <
>>>>>> chsnow123@gmail.com>
>>>>>> >> >> wrote:
>>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track
>>>>>> the
>>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>>> >> >> >
>>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>>> sajith@wso2.com>
>>>>>> >> >> > wrote:
>>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>>> >> >> >> participants..somewhere early next week?
>>>>>> >> >> >>
>>>>>> >> >> >>
>>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>>> tuna@apache.org>
>>>>>> >> >> >> wrote:
>>>>>> >> >> >>>
>>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just
>>>>>> have an
>>>>>> >> >> >>> urgent
>>>>>> >> >> >>> task. Keep talking and decide how we can do this integration
>>>>>> >> >> >>> smoothly.
>>>>>> >> >> >>>
>>>>>> >> >> >>> Thanks,
>>>>>> >> >> >>>
>>>>>> >> >> >>> --Tuna
>>>>>> >> >> >>>
>>>>>> >> >> >>>
>>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>>> >> >> >>> <sa...@wso2.com>
>>>>>> >> >> >>> wrote:
>>>>>> >> >> >>>>
>>>>>> >> >> >>>> Hi,
>>>>>> >> >> >>>>
>>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30
>>>>>> pm (IST)
>>>>>> >> >> >>>> ?
>>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will
>>>>>> you be
>>>>>> >> >> >>>> able
>>>>>> >> >> >>>> to
>>>>>> >> >> >>>> join?
>>>>>> >> >> >>>>
>>>>>> >> >> >>>> Thanks,
>>>>>> >> >> >>>> Sajith
>>>>>> >> >> >>>>
>>>>>> >> >> >>>>
>>>>>> >> >> >>>>
>>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>>> tuna@apache.org>
>>>>>> >> >> >>>> wrote:
>>>>>> >> >> >>>>>
>>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on
>>>>>> this
>>>>>> >> >> >>>>> feature.
>>>>>> >> >> >>>>> How
>>>>>> >> >> >>>>> about you, Imesh?
>>>>>> >> >> >>>>>
>>>>>> >> >> >>>>> --Tuna
>>>>>> >> >> >>>>>
>>>>>> >> >> >>>>>
>>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>>> tuna@apache.org>
>>>>>> >> >> >>>>> wrote:
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>> Hi,
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>>>>> between
>>>>>> >> >> >>>>>> 4.30pm
>>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>> --Tuna
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>>> >> >> >>>>>> wrote:
>>>>>> >> >> >>>>>>>
>>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>> >> >> >>>>>>>
>>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>>> >> >> >>>>>>> wrote:
>>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>> >> >> >>>>>>> >
>>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30
>>>>>> IST and
>>>>>> >> >> >>>>>>> > 6.30
>>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>>> >> >> >>>>>>> >
>>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>>> >> >> >>>>>>> >>>
>>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>>>> around 8pm
>>>>>> >> >> >>>>>>> >>> IST.
>>>>>> >> >> >>>>>>> >>
>>>>>> >> >> >>>>>>> >> +1
>>>>>> >> >> >>>>>>> >>
>>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>>
>>>>>> >> >> >>>>>
>>>>>> >> >> >>>>
>>>>>> >> >> >>>>
>>>>>> >> >> >>>>
>>>>>> >> >> >>>> --
>>>>>> >> >> >>>> --
>>>>>> >> >> >>>> Sajith Kariyawasam
>>>>>> >> >> >>>> Mobile: +94772269575
>>>>>> >> >> >>>
>>>>>> >> >> >>>
>>>>>> >> >> >>
>>>>>> >> >> >>
>>>>>> >> >> >>
>>>>>> >> >> >> --
>>>>>> >> >> >> --
>>>>>> >> >> >> Sajith Kariyawasam
>>>>>> >> >> >> Mobile: +94772269575
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > --
>>>>>> >> > Imesh Gunaratne
>>>>>> >> >
>>>>>> >> > Technical Lead, WSO2
>>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > --
>>>>>> > --
>>>>>> > Sajith Kariyawasam
>>>>>> > Mobile: +94772269575
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Imesh Gunaratne
>>>>>
>>>>> Technical Lead, WSO2
>>>>> Committer & PPMC Member, Apache Stratos
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Lakmal Warusawithana
>>>> Vice President, Apache Stratos
>>>> Director - Cloud Architecture; WSO2 Inc.
>>>> Mobile : +94714289692
>>>> Blog : http://lakmalsview.blogspot.com/
>>>>
>>>>
>>>
>>>
>>> --
>>> *--*
>>> *Sajith Kariyawasam*
>>> *Mobile: +94772269575 <%2B94772269575>*
>>>
>>
>>
>>
>> --
>> 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/
>

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
Current DockerIaas implementation uses default Jclouds TemplateOptions
class. But in order to get all the available options in Docker Jclouds
implementation, we should use DockerTemplateOptions class. By using it, we
could easily pass user-metadata.


On Tue, Aug 19, 2014 at 9:27 AM, Nirmal Fernando <ni...@gmail.com>
wrote:

> IMO we could map a partition to a host machine where you could spin docker
> instances, in the developer version.
>
>
> On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com>
> wrote:
>
>>
>> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <la...@wso2.com>
>> wrote:
>>
>>> Hi Folks,
>>>
>>> Did you guys had a hangout meeting. Sorry I could not follow up. Here is
>>> my thought of implementing/design/architecture.
>>>
>>> We should have two mode of docker support.
>>>
>>>
>>>    - Developer version - capability of adding docker IaaS provider,
>>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>>    openstack etc.) involved. We may add multiple physical machines with docker
>>>    support. (as different Docker IaaS providers)
>>>
>>>
>>>
>> How should we support partitions in Developer version?
>>
>> are we going for a provider level partition?
>>
>>>
>>>    - Scalable version. - This is adding docker cluster. IMHO we can see
>>>    go with CoreOS. (or kubernetes). We can have two mode of this. First we can
>>>    consider psychically configure Docker Cluster. (with set of bare metal
>>>    machine). We are not worry about scalability of docker cluster here. Next
>>>    is, dynamically scalable docker cluster. This can achieved by top of
>>>    another available IaaS. See below scenario
>>>
>>>
>>> For a example, I will take EC2, this can be any available IaaS. We can
>>> have coreOS ami and register it as docker *host* cartridge in Stratos. (we
>>> can consider this as multi-tenant cartridge). It can define min and max.
>>> Say we have min=2 max=10. when multi-tenant service deployment it will spin
>>> up two docker *host* instances and make docker cluster. (this is two coreOS
>>> with docker cluster). And this should register it self as IaaS provider
>>> into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
>>> this can used to bring UI for adding IaaS provider as well.) Then Stratos
>>> will have docker IaaS provider for create dockers. Docker host cartridge
>>> agent should monitor host health and scale up when necessary, and it will
>>> add dynamic docker host nodes to docker cluster. This will bring two level
>>> of scaling into Stratos.
>>>
>>> This is my initial thoughts, need you folks thoughts as well.
>>>
>>> thanks
>>>
>>>
>>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>>> wrote:
>>>
>>>> Hi Sajith,
>>>>
>>>> Yes the usage of image name instead of the image id was intentional. As
>>>> I could remember due to some reason Image id did not work at the time I
>>>> tested this. Will revisit this and change it to image id if possible.
>>>>
>>>> Thanks
>>>>
>>>>
>>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com>
>>>> wrote:
>>>>
>>>>> Great - thanks Sajith!
>>>>>
>>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>>>> there is much I can add at this stage anyway :)
>>>>>
>>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>>>>> wrote:
>>>>> > Hi,
>>>>> >
>>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>>> wrote:
>>>>> >>
>>>>> >> Hi Imesh,
>>>>> >>
>>>>> >> If you get a chance, would you be able to add some information to
>>>>> "How
>>>>> >> to try out the implementation" on [1]?
>>>>> >>
>>>>> >
>>>>> > I tried out that code and were able to get Cloud controller to spawn
>>>>> a
>>>>> > docker container. I will add the steps, and better if Imesh can
>>>>> verify those
>>>>> >
>>>>> > Also noted that the code has been implemented to use the image
>>>>> description,
>>>>> > but not the image id in DockerIaaS.findImage method,
>>>>> > so that in cartridge definition json the value to be used in imageId
>>>>> is the
>>>>> > description (like ubuntu:13.10)
>>>>> >
>>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>>> >
>>>>> > Thanks,
>>>>> > Sajith
>>>>> >
>>>>> >>
>>>>> >> Many thanks,
>>>>> >>
>>>>> >> Chris
>>>>> >>
>>>>> >> ---
>>>>> >> [1]
>>>>> >>
>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>> >>
>>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>>>> wrote:
>>>>> >> > Hi All,
>>>>> >> >
>>>>> >> > I'm really sorry for the delayed response.
>>>>> >> > Yes we could have a Hangout early next week on this, please
>>>>> suggest a
>>>>> >> > time.
>>>>> >> >
>>>>> >> > Thanks
>>>>> >> >
>>>>> >> >
>>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>>>> wrote:
>>>>> >> >>
>>>>> >> >> I've added a page here:
>>>>> >> >>
>>>>> >> >>
>>>>> >> >>
>>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>>> >> >>
>>>>> >> >> Please add your comments to this page.
>>>>> >> >>
>>>>> >> >> Many thanks,
>>>>> >> >>
>>>>> >> >> Chris
>>>>> >> >>
>>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <chsnow123@gmail.com
>>>>> >
>>>>> >> >> wrote:
>>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>>>> >> >> > requirements, constraints, design choices and progress...
>>>>> >> >> >
>>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>>> sajith@wso2.com>
>>>>> >> >> > wrote:
>>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>>> >> >> >> participants..somewhere early next week?
>>>>> >> >> >>
>>>>> >> >> >>
>>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <
>>>>> tuna@apache.org>
>>>>> >> >> >> wrote:
>>>>> >> >> >>>
>>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have
>>>>> an
>>>>> >> >> >>> urgent
>>>>> >> >> >>> task. Keep talking and decide how we can do this integration
>>>>> >> >> >>> smoothly.
>>>>> >> >> >>>
>>>>> >> >> >>> Thanks,
>>>>> >> >> >>>
>>>>> >> >> >>> --Tuna
>>>>> >> >> >>>
>>>>> >> >> >>>
>>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>>> >> >> >>> <sa...@wso2.com>
>>>>> >> >> >>> wrote:
>>>>> >> >> >>>>
>>>>> >> >> >>>> Hi,
>>>>> >> >> >>>>
>>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30
>>>>> pm (IST)
>>>>> >> >> >>>> ?
>>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will
>>>>> you be
>>>>> >> >> >>>> able
>>>>> >> >> >>>> to
>>>>> >> >> >>>> join?
>>>>> >> >> >>>>
>>>>> >> >> >>>> Thanks,
>>>>> >> >> >>>> Sajith
>>>>> >> >> >>>>
>>>>> >> >> >>>>
>>>>> >> >> >>>>
>>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>>> tuna@apache.org>
>>>>> >> >> >>>> wrote:
>>>>> >> >> >>>>>
>>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>>>> >> >> >>>>> feature.
>>>>> >> >> >>>>> How
>>>>> >> >> >>>>> about you, Imesh?
>>>>> >> >> >>>>>
>>>>> >> >> >>>>> --Tuna
>>>>> >> >> >>>>>
>>>>> >> >> >>>>>
>>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>>> tuna@apache.org>
>>>>> >> >> >>>>> wrote:
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>> Hi,
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>>>> between
>>>>> >> >> >>>>>> 4.30pm
>>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>> --Tuna
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>>> >> >> >>>>>> <ch...@gmail.com>
>>>>> >> >> >>>>>> wrote:
>>>>> >> >> >>>>>>>
>>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>>> >> >> >>>>>>>
>>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>>> >> >> >>>>>>> wrote:
>>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>> >> >> >>>>>>> >
>>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30
>>>>> IST and
>>>>> >> >> >>>>>>> > 6.30
>>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>>> >> >> >>>>>>> >
>>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>>> >> >> >>>>>>> >>> Hi Akila,
>>>>> >> >> >>>>>>> >>>
>>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>>> around 8pm
>>>>> >> >> >>>>>>> >>> IST.
>>>>> >> >> >>>>>>> >>
>>>>> >> >> >>>>>>> >> +1
>>>>> >> >> >>>>>>> >>
>>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>>
>>>>> >> >> >>>>>
>>>>> >> >> >>>>
>>>>> >> >> >>>>
>>>>> >> >> >>>>
>>>>> >> >> >>>> --
>>>>> >> >> >>>> --
>>>>> >> >> >>>> Sajith Kariyawasam
>>>>> >> >> >>>> Mobile: +94772269575
>>>>> >> >> >>>
>>>>> >> >> >>>
>>>>> >> >> >>
>>>>> >> >> >>
>>>>> >> >> >>
>>>>> >> >> >> --
>>>>> >> >> >> --
>>>>> >> >> >> Sajith Kariyawasam
>>>>> >> >> >> Mobile: +94772269575
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> > --
>>>>> >> > Imesh Gunaratne
>>>>> >> >
>>>>> >> > Technical Lead, WSO2
>>>>> >> > Committer & PPMC Member, Apache Stratos
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > --
>>>>> > Sajith Kariyawasam
>>>>> > Mobile: +94772269575
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Imesh Gunaratne
>>>>
>>>> Technical Lead, WSO2
>>>> Committer & PPMC Member, Apache Stratos
>>>>
>>>
>>>
>>>
>>> --
>>> Lakmal Warusawithana
>>> Vice President, Apache Stratos
>>> Director - Cloud Architecture; WSO2 Inc.
>>> Mobile : +94714289692
>>> Blog : http://lakmalsview.blogspot.com/
>>>
>>>
>>
>>
>> --
>> *--*
>> *Sajith Kariyawasam*
>> *Mobile: +94772269575 <%2B94772269575>*
>>
>
>
>
> --
> 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/

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
IMO we could map a partition to a host machine where you could spin docker
instances, in the developer version.


On Thu, Aug 14, 2014 at 6:50 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:

>
> On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <la...@wso2.com>
> wrote:
>
>> Hi Folks,
>>
>> Did you guys had a hangout meeting. Sorry I could not follow up. Here is
>> my thought of implementing/design/architecture.
>>
>> We should have two mode of docker support.
>>
>>
>>    - Developer version - capability of adding docker IaaS provider,
>>    which docker install in host machine. (single docker host). No IaaS (ec2,
>>    openstack etc.) involved. We may add multiple physical machines with docker
>>    support. (as different Docker IaaS providers)
>>
>>
>>
> How should we support partitions in Developer version?
>
> are we going for a provider level partition?
>
>>
>>    - Scalable version. - This is adding docker cluster. IMHO we can see
>>    go with CoreOS. (or kubernetes). We can have two mode of this. First we can
>>    consider psychically configure Docker Cluster. (with set of bare metal
>>    machine). We are not worry about scalability of docker cluster here. Next
>>    is, dynamically scalable docker cluster. This can achieved by top of
>>    another available IaaS. See below scenario
>>
>>
>> For a example, I will take EC2, this can be any available IaaS. We can
>> have coreOS ami and register it as docker *host* cartridge in Stratos. (we
>> can consider this as multi-tenant cartridge). It can define min and max.
>> Say we have min=2 max=10. when multi-tenant service deployment it will spin
>> up two docker *host* instances and make docker cluster. (this is two coreOS
>> with docker cluster). And this should register it self as IaaS provider
>> into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
>> this can used to bring UI for adding IaaS provider as well.) Then Stratos
>> will have docker IaaS provider for create dockers. Docker host cartridge
>> agent should monitor host health and scale up when necessary, and it will
>> add dynamic docker host nodes to docker cluster. This will bring two level
>> of scaling into Stratos.
>>
>> This is my initial thoughts, need you folks thoughts as well.
>>
>> thanks
>>
>>
>> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org>
>> wrote:
>>
>>> Hi Sajith,
>>>
>>> Yes the usage of image name instead of the image id was intentional. As
>>> I could remember due to some reason Image id did not work at the time I
>>> tested this. Will revisit this and change it to image id if possible.
>>>
>>> Thanks
>>>
>>>
>>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com> wrote:
>>>
>>>> Great - thanks Sajith!
>>>>
>>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>>> there is much I can add at this stage anyway :)
>>>>
>>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>>>> wrote:
>>>> > Hi,
>>>> >
>>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>>> wrote:
>>>> >>
>>>> >> Hi Imesh,
>>>> >>
>>>> >> If you get a chance, would you be able to add some information to
>>>> "How
>>>> >> to try out the implementation" on [1]?
>>>> >>
>>>> >
>>>> > I tried out that code and were able to get Cloud controller to spawn a
>>>> > docker container. I will add the steps, and better if Imesh can
>>>> verify those
>>>> >
>>>> > Also noted that the code has been implemented to use the image
>>>> description,
>>>> > but not the image id in DockerIaaS.findImage method,
>>>> > so that in cartridge definition json the value to be used in imageId
>>>> is the
>>>> > description (like ubuntu:13.10)
>>>> >
>>>> > Was that intentional? Any reason to avoid the imageId there?
>>>> >
>>>> > Thanks,
>>>> > Sajith
>>>> >
>>>> >>
>>>> >> Many thanks,
>>>> >>
>>>> >> Chris
>>>> >>
>>>> >> ---
>>>> >> [1]
>>>> >>
>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>> >>
>>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>>> wrote:
>>>> >> > Hi All,
>>>> >> >
>>>> >> > I'm really sorry for the delayed response.
>>>> >> > Yes we could have a Hangout early next week on this, please
>>>> suggest a
>>>> >> > time.
>>>> >> >
>>>> >> > Thanks
>>>> >> >
>>>> >> >
>>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>>> wrote:
>>>> >> >>
>>>> >> >> I've added a page here:
>>>> >> >>
>>>> >> >>
>>>> >> >>
>>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>> >> >>
>>>> >> >> Please add your comments to this page.
>>>> >> >>
>>>> >> >> Many thanks,
>>>> >> >>
>>>> >> >> Chris
>>>> >> >>
>>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>>>> >> >> wrote:
>>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>>> >> >> > requirements, constraints, design choices and progress...
>>>> >> >> >
>>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>>> sajith@wso2.com>
>>>> >> >> > wrote:
>>>> >> >> >> Seems its better we postpone the discussion to have more
>>>> >> >> >> participants..somewhere early next week?
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tuna@apache.org
>>>> >
>>>> >> >> >> wrote:
>>>> >> >> >>>
>>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have
>>>> an
>>>> >> >> >>> urgent
>>>> >> >> >>> task. Keep talking and decide how we can do this integration
>>>> >> >> >>> smoothly.
>>>> >> >> >>>
>>>> >> >> >>> Thanks,
>>>> >> >> >>>
>>>> >> >> >>> --Tuna
>>>> >> >> >>>
>>>> >> >> >>>
>>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>>> >> >> >>> <sa...@wso2.com>
>>>> >> >> >>> wrote:
>>>> >> >> >>>>
>>>> >> >> >>>> Hi,
>>>> >> >> >>>>
>>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>>>> (IST)
>>>> >> >> >>>> ?
>>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you
>>>> be
>>>> >> >> >>>> able
>>>> >> >> >>>> to
>>>> >> >> >>>> join?
>>>> >> >> >>>>
>>>> >> >> >>>> Thanks,
>>>> >> >> >>>> Sajith
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>>> tuna@apache.org>
>>>> >> >> >>>> wrote:
>>>> >> >> >>>>>
>>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>>> >> >> >>>>> feature.
>>>> >> >> >>>>> How
>>>> >> >> >>>>> about you, Imesh?
>>>> >> >> >>>>>
>>>> >> >> >>>>> --Tuna
>>>> >> >> >>>>>
>>>> >> >> >>>>>
>>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>>> tuna@apache.org>
>>>> >> >> >>>>> wrote:
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> Hi,
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>>> between
>>>> >> >> >>>>>> 4.30pm
>>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> --Tuna
>>>> >> >> >>>>>>
>>>> >> >> >>>>>>
>>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>>> >> >> >>>>>> <ch...@gmail.com>
>>>> >> >> >>>>>> wrote:
>>>> >> >> >>>>>>>
>>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>>> >> >> >>>>>>>
>>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>>> >> >> >>>>>>> <ch...@gmail.com>
>>>> >> >> >>>>>>> wrote:
>>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>> >> >> >>>>>>> >
>>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30
>>>> IST and
>>>> >> >> >>>>>>> > 6.30
>>>> >> >> >>>>>>> > IST, but probably not both :(
>>>> >> >> >>>>>>> >
>>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>>> >> >> >>>>>>> >>> Hi Akila,
>>>> >> >> >>>>>>> >>>
>>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be
>>>> around 8pm
>>>> >> >> >>>>>>> >>> IST.
>>>> >> >> >>>>>>> >>
>>>> >> >> >>>>>>> >> +1
>>>> >> >> >>>>>>> >>
>>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>> >> >> >>>>>>
>>>> >> >> >>>>>>
>>>> >> >> >>>>>
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>>
>>>> >> >> >>>> --
>>>> >> >> >>>> --
>>>> >> >> >>>> Sajith Kariyawasam
>>>> >> >> >>>> Mobile: +94772269575
>>>> >> >> >>>
>>>> >> >> >>>
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >> --
>>>> >> >> >> --
>>>> >> >> >> Sajith Kariyawasam
>>>> >> >> >> Mobile: +94772269575
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > Imesh Gunaratne
>>>> >> >
>>>> >> > Technical Lead, WSO2
>>>> >> > Committer & PPMC Member, Apache Stratos
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > --
>>>> > Sajith Kariyawasam
>>>> > Mobile: +94772269575
>>>>
>>>
>>>
>>>
>>> --
>>> Imesh Gunaratne
>>>
>>> Technical Lead, WSO2
>>> Committer & PPMC Member, Apache Stratos
>>>
>>
>>
>>
>> --
>> Lakmal Warusawithana
>> Vice President, Apache Stratos
>> Director - Cloud Architecture; WSO2 Inc.
>> Mobile : +94714289692
>> Blog : http://lakmalsview.blogspot.com/
>>
>>
>
>
> --
> *--*
> *Sajith Kariyawasam*
> *Mobile: +94772269575 <%2B94772269575>*
>



-- 
Best Regards,
Nirmal

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

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

Re: stratos docker provider

Posted by Sajith Kariyawasam <sa...@wso2.com>.
On Tue, Aug 12, 2014 at 10:00 AM, Lakmal Warusawithana <la...@wso2.com>
wrote:

> Hi Folks,
>
> Did you guys had a hangout meeting. Sorry I could not follow up. Here is
> my thought of implementing/design/architecture.
>
> We should have two mode of docker support.
>
>
>    - Developer version - capability of adding docker IaaS provider, which
>    docker install in host machine. (single docker host). No IaaS (ec2,
>    openstack etc.) involved. We may add multiple physical machines with docker
>    support. (as different Docker IaaS providers)
>
>
>
How should we support partitions in Developer version?

are we going for a provider level partition?

>
>    - Scalable version. - This is adding docker cluster. IMHO we can see
>    go with CoreOS. (or kubernetes). We can have two mode of this. First we can
>    consider psychically configure Docker Cluster. (with set of bare metal
>    machine). We are not worry about scalability of docker cluster here. Next
>    is, dynamically scalable docker cluster. This can achieved by top of
>    another available IaaS. See below scenario
>
>
> For a example, I will take EC2, this can be any available IaaS. We can
> have coreOS ami and register it as docker *host* cartridge in Stratos. (we
> can consider this as multi-tenant cartridge). It can define min and max.
> Say we have min=2 max=10. when multi-tenant service deployment it will spin
> up two docker *host* instances and make docker cluster. (this is two coreOS
> with docker cluster). And this should register it self as IaaS provider
> into Stratos. (we need to bring APIs for adding IaaS provider dynamically.
> this can used to bring UI for adding IaaS provider as well.) Then Stratos
> will have docker IaaS provider for create dockers. Docker host cartridge
> agent should monitor host health and scale up when necessary, and it will
> add dynamic docker host nodes to docker cluster. This will bring two level
> of scaling into Stratos.
>
> This is my initial thoughts, need you folks thoughts as well.
>
> thanks
>
>
> On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org> wrote:
>
>> Hi Sajith,
>>
>> Yes the usage of image name instead of the image id was intentional. As I
>> could remember due to some reason Image id did not work at the time I
>> tested this. Will revisit this and change it to image id if possible.
>>
>> Thanks
>>
>>
>> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com> wrote:
>>
>>> Great - thanks Sajith!
>>>
>>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>>> part in any meetups.  Please don't wait for me though - I'm not sure
>>> there is much I can add at this stage anyway :)
>>>
>>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>>> wrote:
>>> > Hi,
>>> >
>>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com>
>>> wrote:
>>> >>
>>> >> Hi Imesh,
>>> >>
>>> >> If you get a chance, would you be able to add some information to "How
>>> >> to try out the implementation" on [1]?
>>> >>
>>> >
>>> > I tried out that code and were able to get Cloud controller to spawn a
>>> > docker container. I will add the steps, and better if Imesh can verify
>>> those
>>> >
>>> > Also noted that the code has been implemented to use the image
>>> description,
>>> > but not the image id in DockerIaaS.findImage method,
>>> > so that in cartridge definition json the value to be used in imageId
>>> is the
>>> > description (like ubuntu:13.10)
>>> >
>>> > Was that intentional? Any reason to avoid the imageId there?
>>> >
>>> > Thanks,
>>> > Sajith
>>> >
>>> >>
>>> >> Many thanks,
>>> >>
>>> >> Chris
>>> >>
>>> >> ---
>>> >> [1]
>>> >>
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>> >>
>>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>> wrote:
>>> >> > Hi All,
>>> >> >
>>> >> > I'm really sorry for the delayed response.
>>> >> > Yes we could have a Hangout early next week on this, please suggest
>>> a
>>> >> > time.
>>> >> >
>>> >> > Thanks
>>> >> >
>>> >> >
>>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>> wrote:
>>> >> >>
>>> >> >> I've added a page here:
>>> >> >>
>>> >> >>
>>> >> >>
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>> >> >>
>>> >> >> Please add your comments to this page.
>>> >> >>
>>> >> >> Many thanks,
>>> >> >>
>>> >> >> Chris
>>> >> >>
>>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>>> >> >> wrote:
>>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>> >> >> > requirements, constraints, design choices and progress...
>>> >> >> >
>>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>> sajith@wso2.com>
>>> >> >> > wrote:
>>> >> >> >> Seems its better we postpone the discussion to have more
>>> >> >> >> participants..somewhere early next week?
>>> >> >> >>
>>> >> >> >>
>>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>>> >> >> >> wrote:
>>> >> >> >>>
>>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>>> >> >> >>> urgent
>>> >> >> >>> task. Keep talking and decide how we can do this integration
>>> >> >> >>> smoothly.
>>> >> >> >>>
>>> >> >> >>> Thanks,
>>> >> >> >>>
>>> >> >> >>> --Tuna
>>> >> >> >>>
>>> >> >> >>>
>>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>>> >> >> >>> <sa...@wso2.com>
>>> >> >> >>> wrote:
>>> >> >> >>>>
>>> >> >> >>>> Hi,
>>> >> >> >>>>
>>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>>> (IST)
>>> >> >> >>>> ?
>>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you
>>> be
>>> >> >> >>>> able
>>> >> >> >>>> to
>>> >> >> >>>> join?
>>> >> >> >>>>
>>> >> >> >>>> Thanks,
>>> >> >> >>>> Sajith
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>>> tuna@apache.org>
>>> >> >> >>>> wrote:
>>> >> >> >>>>>
>>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>> >> >> >>>>> feature.
>>> >> >> >>>>> How
>>> >> >> >>>>> about you, Imesh?
>>> >> >> >>>>>
>>> >> >> >>>>> --Tuna
>>> >> >> >>>>>
>>> >> >> >>>>>
>>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>>> tuna@apache.org>
>>> >> >> >>>>> wrote:
>>> >> >> >>>>>>
>>> >> >> >>>>>> Hi,
>>> >> >> >>>>>>
>>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>> between
>>> >> >> >>>>>> 4.30pm
>>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>> >> >> >>>>>>
>>> >> >> >>>>>> --Tuna
>>> >> >> >>>>>>
>>> >> >> >>>>>>
>>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>>> >> >> >>>>>> <ch...@gmail.com>
>>> >> >> >>>>>> wrote:
>>> >> >> >>>>>>>
>>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>> >> >> >>>>>>>
>>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>>> >> >> >>>>>>> <ch...@gmail.com>
>>> >> >> >>>>>>> wrote:
>>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>> >> >> >>>>>>> >
>>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30
>>> IST and
>>> >> >> >>>>>>> > 6.30
>>> >> >> >>>>>>> > IST, but probably not both :(
>>> >> >> >>>>>>> >
>>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>> >> >> >>>>>>> >>> Hi Akila,
>>> >> >> >>>>>>> >>>
>>> >> >> >>>>>>> >>> I suggest we move the time further down, may be around
>>> 8pm
>>> >> >> >>>>>>> >>> IST.
>>> >> >> >>>>>>> >>
>>> >> >> >>>>>>> >> +1
>>> >> >> >>>>>>> >>
>>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>> >> >> >>>>>>
>>> >> >> >>>>>>
>>> >> >> >>>>>
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>>
>>> >> >> >>>> --
>>> >> >> >>>> --
>>> >> >> >>>> Sajith Kariyawasam
>>> >> >> >>>> Mobile: +94772269575
>>> >> >> >>>
>>> >> >> >>>
>>> >> >> >>
>>> >> >> >>
>>> >> >> >>
>>> >> >> >> --
>>> >> >> >> --
>>> >> >> >> Sajith Kariyawasam
>>> >> >> >> Mobile: +94772269575
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > --
>>> >> > Imesh Gunaratne
>>> >> >
>>> >> > Technical Lead, WSO2
>>> >> > Committer & PPMC Member, Apache Stratos
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > --
>>> > Sajith Kariyawasam
>>> > Mobile: +94772269575
>>>
>>
>>
>>
>> --
>> Imesh Gunaratne
>>
>> Technical Lead, WSO2
>> Committer & PPMC Member, Apache Stratos
>>
>
>
>
> --
> Lakmal Warusawithana
> Vice President, Apache Stratos
> Director - Cloud Architecture; WSO2 Inc.
> Mobile : +94714289692
> Blog : http://lakmalsview.blogspot.com/
>
>


-- 
*--*
*Sajith Kariyawasam*
*Mobile: +94772269575*

Re: stratos docker provider

Posted by Lakmal Warusawithana <la...@wso2.com>.
Hi Folks,

Did you guys had a hangout meeting. Sorry I could not follow up. Here is my
thought of implementing/design/architecture.

We should have two mode of docker support.


   - Developer version - capability of adding docker IaaS provider, which
   docker install in host machine. (single docker host). No IaaS (ec2,
   openstack etc.) involved. We may add multiple physical machines with docker
   support. (as different Docker IaaS providers)



   - Scalable version. - This is adding docker cluster. IMHO we can see go
   with CoreOS. (or kubernetes). We can have two mode of this. First we can
   consider psychically configure Docker Cluster. (with set of bare metal
   machine). We are not worry about scalability of docker cluster here. Next
   is, dynamically scalable docker cluster. This can achieved by top of
   another available IaaS. See below scenario


For a example, I will take EC2, this can be any available IaaS. We can have
coreOS ami and register it as docker *host* cartridge in Stratos. (we can
consider this as multi-tenant cartridge). It can define min and max. Say we
have min=2 max=10. when multi-tenant service deployment it will spin up two
docker *host* instances and make docker cluster. (this is two coreOS with
docker cluster). And this should register it self as IaaS provider into
Stratos. (we need to bring APIs for adding IaaS provider dynamically. this
can used to bring UI for adding IaaS provider as well.) Then Stratos will
have docker IaaS provider for create dockers. Docker host cartridge agent
should monitor host health and scale up when necessary, and it will add
dynamic docker host nodes to docker cluster. This will bring two level of
scaling into Stratos.

This is my initial thoughts, need you folks thoughts as well.

thanks


On Mon, Aug 11, 2014 at 4:40 PM, Imesh Gunaratne <im...@apache.org> wrote:

> Hi Sajith,
>
> Yes the usage of image name instead of the image id was intentional. As I
> could remember due to some reason Image id did not work at the time I
> tested this. Will revisit this and change it to image id if possible.
>
> Thanks
>
>
> On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com> wrote:
>
>> Great - thanks Sajith!
>>
>> Btw - I'm on vacation for the next 7 days, so won't be able to take
>> part in any meetups.  Please don't wait for me though - I'm not sure
>> there is much I can add at this stage anyway :)
>>
>> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
>> wrote:
>> > Hi,
>> >
>> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com> wrote:
>> >>
>> >> Hi Imesh,
>> >>
>> >> If you get a chance, would you be able to add some information to "How
>> >> to try out the implementation" on [1]?
>> >>
>> >
>> > I tried out that code and were able to get Cloud controller to spawn a
>> > docker container. I will add the steps, and better if Imesh can verify
>> those
>> >
>> > Also noted that the code has been implemented to use the image
>> description,
>> > but not the image id in DockerIaaS.findImage method,
>> > so that in cartridge definition json the value to be used in imageId is
>> the
>> > description (like ubuntu:13.10)
>> >
>> > Was that intentional? Any reason to avoid the imageId there?
>> >
>> > Thanks,
>> > Sajith
>> >
>> >>
>> >> Many thanks,
>> >>
>> >> Chris
>> >>
>> >> ---
>> >> [1]
>> >>
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>> >>
>> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>> wrote:
>> >> > Hi All,
>> >> >
>> >> > I'm really sorry for the delayed response.
>> >> > Yes we could have a Hangout early next week on this, please suggest a
>> >> > time.
>> >> >
>> >> > Thanks
>> >> >
>> >> >
>> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>> wrote:
>> >> >>
>> >> >> I've added a page here:
>> >> >>
>> >> >>
>> >> >>
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>> >> >>
>> >> >> Please add your comments to this page.
>> >> >>
>> >> >> Many thanks,
>> >> >>
>> >> >> Chris
>> >> >>
>> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>> >> >> wrote:
>> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>> >> >> > requirements, constraints, design choices and progress...
>> >> >> >
>> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>> sajith@wso2.com>
>> >> >> > wrote:
>> >> >> >> Seems its better we postpone the discussion to have more
>> >> >> >> participants..somewhere early next week?
>> >> >> >>
>> >> >> >>
>> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >> >> wrote:
>> >> >> >>>
>> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>> >> >> >>> urgent
>> >> >> >>> task. Keep talking and decide how we can do this integration
>> >> >> >>> smoothly.
>> >> >> >>>
>> >> >> >>> Thanks,
>> >> >> >>>
>> >> >> >>> --Tuna
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>> >> >> >>> <sa...@wso2.com>
>> >> >> >>> wrote:
>> >> >> >>>>
>> >> >> >>>> Hi,
>> >> >> >>>>
>> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>> (IST)
>> >> >> >>>> ?
>> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
>> >> >> >>>> able
>> >> >> >>>> to
>> >> >> >>>> join?
>> >> >> >>>>
>> >> >> >>>> Thanks,
>> >> >> >>>> Sajith
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <
>> tuna@apache.org>
>> >> >> >>>> wrote:
>> >> >> >>>>>
>> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>> >> >> >>>>> feature.
>> >> >> >>>>> How
>> >> >> >>>>> about you, Imesh?
>> >> >> >>>>>
>> >> >> >>>>> --Tuna
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <
>> tuna@apache.org>
>> >> >> >>>>> wrote:
>> >> >> >>>>>>
>> >> >> >>>>>> Hi,
>> >> >> >>>>>>
>> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>> between
>> >> >> >>>>>> 4.30pm
>> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>> >> >> >>>>>>
>> >> >> >>>>>> --Tuna
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>> >> >> >>>>>> <ch...@gmail.com>
>> >> >> >>>>>> wrote:
>> >> >> >>>>>>>
>> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>> >> >> >>>>>>>
>> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>> >> >> >>>>>>> <ch...@gmail.com>
>> >> >> >>>>>>> wrote:
>> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>> >> >> >>>>>>> >
>> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST
>> and
>> >> >> >>>>>>> > 6.30
>> >> >> >>>>>>> > IST, but probably not both :(
>> >> >> >>>>>>> >
>> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>> >> >> >>>>>>> > <ra...@wso2.com> wrote:
>> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
>> >> >> >>>>>>> >>> Hi Akila,
>> >> >> >>>>>>> >>>
>> >> >> >>>>>>> >>> I suggest we move the time further down, may be around
>> 8pm
>> >> >> >>>>>>> >>> IST.
>> >> >> >>>>>>> >>
>> >> >> >>>>>>> >> +1
>> >> >> >>>>>>> >>
>> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>> --
>> >> >> >>>> --
>> >> >> >>>> Sajith Kariyawasam
>> >> >> >>>> Mobile: +94772269575
>> >> >> >>>
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> --
>> >> >> >> --
>> >> >> >> Sajith Kariyawasam
>> >> >> >> Mobile: +94772269575
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Imesh Gunaratne
>> >> >
>> >> > Technical Lead, WSO2
>> >> > Committer & PPMC Member, Apache Stratos
>> >
>> >
>> >
>> >
>> > --
>> > --
>> > Sajith Kariyawasam
>> > Mobile: +94772269575
>>
>
>
>
> --
> Imesh Gunaratne
>
> Technical Lead, WSO2
> Committer & PPMC Member, Apache Stratos
>



-- 
Lakmal Warusawithana
Vice President, Apache Stratos
Director - Cloud Architecture; WSO2 Inc.
Mobile : +94714289692
Blog : http://lakmalsview.blogspot.com/

Re: stratos docker provider

Posted by Imesh Gunaratne <im...@apache.org>.
Hi Sajith,

Yes the usage of image name instead of the image id was intentional. As I
could remember due to some reason Image id did not work at the time I
tested this. Will revisit this and change it to image id if possible.

Thanks


On Mon, Aug 11, 2014 at 4:52 AM, chris snow <ch...@gmail.com> wrote:

> Great - thanks Sajith!
>
> Btw - I'm on vacation for the next 7 days, so won't be able to take
> part in any meetups.  Please don't wait for me though - I'm not sure
> there is much I can add at this stage anyway :)
>
> On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com>
> wrote:
> > Hi,
> >
> > On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com> wrote:
> >>
> >> Hi Imesh,
> >>
> >> If you get a chance, would you be able to add some information to "How
> >> to try out the implementation" on [1]?
> >>
> >
> > I tried out that code and were able to get Cloud controller to spawn a
> > docker container. I will add the steps, and better if Imesh can verify
> those
> >
> > Also noted that the code has been implemented to use the image
> description,
> > but not the image id in DockerIaaS.findImage method,
> > so that in cartridge definition json the value to be used in imageId is
> the
> > description (like ubuntu:13.10)
> >
> > Was that intentional? Any reason to avoid the imageId there?
> >
> > Thanks,
> > Sajith
> >
> >>
> >> Many thanks,
> >>
> >> Chris
> >>
> >> ---
> >> [1]
> >>
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
> >>
> >> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
> wrote:
> >> > Hi All,
> >> >
> >> > I'm really sorry for the delayed response.
> >> > Yes we could have a Hangout early next week on this, please suggest a
> >> > time.
> >> >
> >> > Thanks
> >> >
> >> >
> >> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
> wrote:
> >> >>
> >> >> I've added a page here:
> >> >>
> >> >>
> >> >>
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
> >> >>
> >> >> Please add your comments to this page.
> >> >>
> >> >> Many thanks,
> >> >>
> >> >> Chris
> >> >>
> >> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
> >> >> wrote:
> >> >> > Makes sense. In the meantime, I'll add a wiki page to track the
> >> >> > requirements, constraints, design choices and progress...
> >> >> >
> >> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
> sajith@wso2.com>
> >> >> > wrote:
> >> >> >> Seems its better we postpone the discussion to have more
> >> >> >> participants..somewhere early next week?
> >> >> >>
> >> >> >>
> >> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
> >> >> >> wrote:
> >> >> >>>
> >> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
> >> >> >>> urgent
> >> >> >>> task. Keep talking and decide how we can do this integration
> >> >> >>> smoothly.
> >> >> >>>
> >> >> >>> Thanks,
> >> >> >>>
> >> >> >>> --Tuna
> >> >> >>>
> >> >> >>>
> >> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
> >> >> >>> <sa...@wso2.com>
> >> >> >>> wrote:
> >> >> >>>>
> >> >> >>>> Hi,
> >> >> >>>>
> >> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
> (IST)
> >> >> >>>> ?
> >> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
> >> >> >>>> able
> >> >> >>>> to
> >> >> >>>> join?
> >> >> >>>>
> >> >> >>>> Thanks,
> >> >> >>>> Sajith
> >> >> >>>>
> >> >> >>>>
> >> >> >>>>
> >> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tuna@apache.org
> >
> >> >> >>>> wrote:
> >> >> >>>>>
> >> >> >>>>> Please keep Imesh in discussion. He's going forward on this
> >> >> >>>>> feature.
> >> >> >>>>> How
> >> >> >>>>> about you, Imesh?
> >> >> >>>>>
> >> >> >>>>> --Tuna
> >> >> >>>>>
> >> >> >>>>>
> >> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tuna@apache.org
> >
> >> >> >>>>> wrote:
> >> >> >>>>>>
> >> >> >>>>>> Hi,
> >> >> >>>>>>
> >> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
> between
> >> >> >>>>>> 4.30pm
> >> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
> >> >> >>>>>>
> >> >> >>>>>> --Tuna
> >> >> >>>>>>
> >> >> >>>>>>
> >> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
> >> >> >>>>>> <ch...@gmail.com>
> >> >> >>>>>> wrote:
> >> >> >>>>>>>
> >> >> >>>>>>> sorry, I meant Friday by tomorrow :)
> >> >> >>>>>>>
> >> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
> >> >> >>>>>>> <ch...@gmail.com>
> >> >> >>>>>>> wrote:
> >> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
> >> >> >>>>>>> >
> >> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST
> and
> >> >> >>>>>>> > 6.30
> >> >> >>>>>>> > IST, but probably not both :(
> >> >> >>>>>>> >
> >> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
> >> >> >>>>>>> > <ra...@wso2.com> wrote:
> >> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
> >> >> >>>>>>> >> <ni...@gmail.com> wrote:
> >> >> >>>>>>> >>> Hi Akila,
> >> >> >>>>>>> >>>
> >> >> >>>>>>> >>> I suggest we move the time further down, may be around
> 8pm
> >> >> >>>>>>> >>> IST.
> >> >> >>>>>>> >>
> >> >> >>>>>>> >> +1
> >> >> >>>>>>> >>
> >> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
> >> >> >>>>>>
> >> >> >>>>>>
> >> >> >>>>>
> >> >> >>>>
> >> >> >>>>
> >> >> >>>>
> >> >> >>>> --
> >> >> >>>> --
> >> >> >>>> Sajith Kariyawasam
> >> >> >>>> Mobile: +94772269575
> >> >> >>>
> >> >> >>>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> --
> >> >> >> Sajith Kariyawasam
> >> >> >> Mobile: +94772269575
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Imesh Gunaratne
> >> >
> >> > Technical Lead, WSO2
> >> > Committer & PPMC Member, Apache Stratos
> >
> >
> >
> >
> > --
> > --
> > Sajith Kariyawasam
> > Mobile: +94772269575
>



-- 
Imesh Gunaratne

Technical Lead, WSO2
Committer & PPMC Member, Apache Stratos

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Great - thanks Sajith!

Btw - I'm on vacation for the next 7 days, so won't be able to take
part in any meetups.  Please don't wait for me though - I'm not sure
there is much I can add at this stage anyway :)

On Mon, Aug 11, 2014 at 9:28 AM, Sajith Kariyawasam <sa...@wso2.com> wrote:
> Hi,
>
> On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com> wrote:
>>
>> Hi Imesh,
>>
>> If you get a chance, would you be able to add some information to "How
>> to try out the implementation" on [1]?
>>
>
> I tried out that code and were able to get Cloud controller to spawn a
> docker container. I will add the steps, and better if Imesh can verify those
>
> Also noted that the code has been implemented to use the image description,
> but not the image id in DockerIaaS.findImage method,
> so that in cartridge definition json the value to be used in imageId is the
> description (like ubuntu:13.10)
>
> Was that intentional? Any reason to avoid the imageId there?
>
> Thanks,
> Sajith
>
>>
>> Many thanks,
>>
>> Chris
>>
>> ---
>> [1]
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>
>> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org> wrote:
>> > Hi All,
>> >
>> > I'm really sorry for the delayed response.
>> > Yes we could have a Hangout early next week on this, please suggest a
>> > time.
>> >
>> > Thanks
>> >
>> >
>> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:
>> >>
>> >> I've added a page here:
>> >>
>> >>
>> >> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>> >>
>> >> Please add your comments to this page.
>> >>
>> >> Many thanks,
>> >>
>> >> Chris
>> >>
>> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>> >> wrote:
>> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>> >> > requirements, constraints, design choices and progress...
>> >> >
>> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>> >> > wrote:
>> >> >> Seems its better we postpone the discussion to have more
>> >> >> participants..somewhere early next week?
>> >> >>
>> >> >>
>> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >> wrote:
>> >> >>>
>> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>> >> >>> urgent
>> >> >>> task. Keep talking and decide how we can do this integration
>> >> >>> smoothly.
>> >> >>>
>> >> >>> Thanks,
>> >> >>>
>> >> >>> --Tuna
>> >> >>>
>> >> >>>
>> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>> >> >>> <sa...@wso2.com>
>> >> >>> wrote:
>> >> >>>>
>> >> >>>> Hi,
>> >> >>>>
>> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST)
>> >> >>>> ?
>> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
>> >> >>>> able
>> >> >>>> to
>> >> >>>> join?
>> >> >>>>
>> >> >>>> Thanks,
>> >> >>>> Sajith
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >>>> wrote:
>> >> >>>>>
>> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>> >> >>>>> feature.
>> >> >>>>> How
>> >> >>>>> about you, Imesh?
>> >> >>>>>
>> >> >>>>> --Tuna
>> >> >>>>>
>> >> >>>>>
>> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >>>>> wrote:
>> >> >>>>>>
>> >> >>>>>> Hi,
>> >> >>>>>>
>> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
>> >> >>>>>> 4.30pm
>> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>> >> >>>>>>
>> >> >>>>>> --Tuna
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>> >> >>>>>> <ch...@gmail.com>
>> >> >>>>>> wrote:
>> >> >>>>>>>
>> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>> >> >>>>>>>
>> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>> >> >>>>>>> <ch...@gmail.com>
>> >> >>>>>>> wrote:
>> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>> >> >>>>>>> >
>> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
>> >> >>>>>>> > 6.30
>> >> >>>>>>> > IST, but probably not both :(
>> >> >>>>>>> >
>> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>> >> >>>>>>> > <ra...@wso2.com> wrote:
>> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>> >> >>>>>>> >> <ni...@gmail.com> wrote:
>> >> >>>>>>> >>> Hi Akila,
>> >> >>>>>>> >>>
>> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
>> >> >>>>>>> >>> IST.
>> >> >>>>>>> >>
>> >> >>>>>>> >> +1
>> >> >>>>>>> >>
>> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> --
>> >> >>>> --
>> >> >>>> Sajith Kariyawasam
>> >> >>>> Mobile: +94772269575
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> --
>> >> >> Sajith Kariyawasam
>> >> >> Mobile: +94772269575
>> >
>> >
>> >
>> >
>> > --
>> > Imesh Gunaratne
>> >
>> > Technical Lead, WSO2
>> > Committer & PPMC Member, Apache Stratos
>
>
>
>
> --
> --
> Sajith Kariyawasam
> Mobile: +94772269575

Re: stratos docker provider

Posted by Sajith Kariyawasam <sa...@wso2.com>.
Hi,

On Sat, Aug 9, 2014 at 2:14 AM, chris snow <ch...@gmail.com> wrote:

> Hi Imesh,
>
> If you get a chance, would you be able to add some information to "How
> to try out the implementation" on [1]?
>
>
I tried out that code and were able to get Cloud controller to spawn a
docker container. I will add the steps, and better if Imesh can verify those

Also noted that the code has been implemented to use the image description,
but not the image id in DockerIaaS.findImage method,
so that in cartridge definition json the value to be used in imageId is the
description (like ubuntu:13.10)

Was that intentional? Any reason to avoid the imageId there?

Thanks,
Sajith


> Many thanks,
>
> Chris
>
> ---
> [1]
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>
> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org> wrote:
> > Hi All,
> >
> > I'm really sorry for the delayed response.
> > Yes we could have a Hangout early next week on this, please suggest a
> time.
> >
> > Thanks
> >
> >
> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:
> >>
> >> I've added a page here:
> >>
> >>
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
> >>
> >> Please add your comments to this page.
> >>
> >> Many thanks,
> >>
> >> Chris
> >>
> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
> wrote:
> >> > Makes sense. In the meantime, I'll add a wiki page to track the
> >> > requirements, constraints, design choices and progress...
> >> >
> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com>
> >> > wrote:
> >> >> Seems its better we postpone the discussion to have more
> >> >> participants..somewhere early next week?
> >> >>
> >> >>
> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
> wrote:
> >> >>>
> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
> urgent
> >> >>> task. Keep talking and decide how we can do this integration
> smoothly.
> >> >>>
> >> >>> Thanks,
> >> >>>
> >> >>> --Tuna
> >> >>>
> >> >>>
> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sajith@wso2.com
> >
> >> >>> wrote:
> >> >>>>
> >> >>>> Hi,
> >> >>>>
> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST)
> ?
> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
> able
> >> >>>> to
> >> >>>> join?
> >> >>>>
> >> >>>> Thanks,
> >> >>>> Sajith
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
> >> >>>> wrote:
> >> >>>>>
> >> >>>>> Please keep Imesh in discussion. He's going forward on this
> feature.
> >> >>>>> How
> >> >>>>> about you, Imesh?
> >> >>>>>
> >> >>>>> --Tuna
> >> >>>>>
> >> >>>>>
> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
> >> >>>>> wrote:
> >> >>>>>>
> >> >>>>>> Hi,
> >> >>>>>>
> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
> >> >>>>>> 4.30pm
> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
> >> >>>>>>
> >> >>>>>> --Tuna
> >> >>>>>>
> >> >>>>>>
> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <chsnow123@gmail.com
> >
> >> >>>>>> wrote:
> >> >>>>>>>
> >> >>>>>>> sorry, I meant Friday by tomorrow :)
> >> >>>>>>>
> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <chsnow123@gmail.com
> >
> >> >>>>>>> wrote:
> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
> >> >>>>>>> >
> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
> >> >>>>>>> > 6.30
> >> >>>>>>> > IST, but probably not both :(
> >> >>>>>>> >
> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
> >> >>>>>>> > <ra...@wso2.com> wrote:
> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
> >> >>>>>>> >> <ni...@gmail.com> wrote:
> >> >>>>>>> >>> Hi Akila,
> >> >>>>>>> >>>
> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
> >> >>>>>>> >>> IST.
> >> >>>>>>> >>
> >> >>>>>>> >> +1
> >> >>>>>>> >>
> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
> >> >>>>>>
> >> >>>>>>
> >> >>>>>
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> --
> >> >>>> --
> >> >>>> Sajith Kariyawasam
> >> >>>> Mobile: +94772269575
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> --
> >> >> Sajith Kariyawasam
> >> >> Mobile: +94772269575
> >
> >
> >
> >
> > --
> > Imesh Gunaratne
> >
> > Technical Lead, WSO2
> > Committer & PPMC Member, Apache Stratos
>



-- 
*--*
*Sajith Kariyawasam*
*Mobile: +94772269575*

Re: stratos docker provider

Posted by Lakmal Warusawithana <la...@wso2.com>.
On Sat, Aug 9, 2014 at 9:23 AM, Nguyen Anh Tu <tu...@apache.org> wrote:

> One important thing: Should we consider on adding rock stars
> CoreOS/Kubernetes to this work? I'm looking forward to see the magic on
> this combination.
>

We IMHO, we should. :)


>
> Thanks,
>
> --Tuna
>
>
> On Sat, Aug 9, 2014 at 3:55 AM, Imesh Gunaratne <im...@apache.org> wrote:
>
>> Hi Chris,
>>
>> Definitely, thanks for creating this Wiki page. I will add information to
>> it on [1].
>>
>> Thanks
>>
>>
>>
>> On Fri, Aug 8, 2014 at 4:44 PM, chris snow <ch...@gmail.com> wrote:
>>
>>> Hi Imesh,
>>>
>>> If you get a chance, would you be able to add some information to "How
>>> to try out the implementation" on [1]?
>>>
>>> Many thanks,
>>>
>>> Chris
>>>
>>> ---
>>> [1]
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>
>>> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>> wrote:
>>> > Hi All,
>>> >
>>> > I'm really sorry for the delayed response.
>>> > Yes we could have a Hangout early next week on this, please suggest a
>>> time.
>>> >
>>> > Thanks
>>> >
>>> >
>>> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>> wrote:
>>> >>
>>> >> I've added a page here:
>>> >>
>>> >>
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>> >>
>>> >> Please add your comments to this page.
>>> >>
>>> >> Many thanks,
>>> >>
>>> >> Chris
>>> >>
>>> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>>> wrote:
>>> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>> >> > requirements, constraints, design choices and progress...
>>> >> >
>>> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>> sajith@wso2.com>
>>> >> > wrote:
>>> >> >> Seems its better we postpone the discussion to have more
>>> >> >> participants..somewhere early next week?
>>> >> >>
>>> >> >>
>>> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>>> wrote:
>>> >> >>>
>>> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>>> urgent
>>> >> >>> task. Keep talking and decide how we can do this integration
>>> smoothly.
>>> >> >>>
>>> >> >>> Thanks,
>>> >> >>>
>>> >> >>> --Tuna
>>> >> >>>
>>> >> >>>
>>> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <
>>> sajith@wso2.com>
>>> >> >>> wrote:
>>> >> >>>>
>>> >> >>>> Hi,
>>> >> >>>>
>>> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>>> (IST) ?
>>> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
>>> able
>>> >> >>>> to
>>> >> >>>> join?
>>> >> >>>>
>>> >> >>>> Thanks,
>>> >> >>>> Sajith
>>> >> >>>>
>>> >> >>>>
>>> >> >>>>
>>> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
>>> >> >>>> wrote:
>>> >> >>>>>
>>> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>> feature.
>>> >> >>>>> How
>>> >> >>>>> about you, Imesh?
>>> >> >>>>>
>>> >> >>>>> --Tuna
>>> >> >>>>>
>>> >> >>>>>
>>> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
>>> >> >>>>> wrote:
>>> >> >>>>>>
>>> >> >>>>>> Hi,
>>> >> >>>>>>
>>> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>> between
>>> >> >>>>>> 4.30pm
>>> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>> >> >>>>>>
>>> >> >>>>>> --Tuna
>>> >> >>>>>>
>>> >> >>>>>>
>>> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <
>>> chsnow123@gmail.com>
>>> >> >>>>>> wrote:
>>> >> >>>>>>>
>>> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>> >> >>>>>>>
>>> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <
>>> chsnow123@gmail.com>
>>> >> >>>>>>> wrote:
>>> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>> >> >>>>>>> >
>>> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST
>>> and
>>> >> >>>>>>> > 6.30
>>> >> >>>>>>> > IST, but probably not both :(
>>> >> >>>>>>> >
>>> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>> >> >>>>>>> > <ra...@wso2.com> wrote:
>>> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>> >> >>>>>>> >>> Hi Akila,
>>> >> >>>>>>> >>>
>>> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
>>> >> >>>>>>> >>> IST.
>>> >> >>>>>>> >>
>>> >> >>>>>>> >> +1
>>> >> >>>>>>> >>
>>> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>> >> >>>>>>
>>> >> >>>>>>
>>> >> >>>>>
>>> >> >>>>
>>> >> >>>>
>>> >> >>>>
>>> >> >>>> --
>>> >> >>>> --
>>> >> >>>> Sajith Kariyawasam
>>> >> >>>> Mobile: +94772269575
>>> >> >>>
>>> >> >>>
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >> --
>>> >> >> Sajith Kariyawasam
>>> >> >> Mobile: +94772269575
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > Imesh Gunaratne
>>> >
>>> > Technical Lead, WSO2
>>> > Committer & PPMC Member, Apache Stratos
>>>
>>
>>
>>
>> --
>> Imesh Gunaratne
>>
>> Technical Lead, WSO2
>> Committer & PPMC Member, Apache Stratos
>>
>
>


-- 
Lakmal Warusawithana
Vice President, Apache Stratos
Director - Cloud Architecture; WSO2 Inc.
Mobile : +94714289692
Blog : http://lakmalsview.blogspot.com/

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
Yes, for sure. I am currently researching on CoreOS/Kubernetes. Will send
my findings over.


On Sat, Aug 9, 2014 at 9:23 AM, Nguyen Anh Tu <tu...@apache.org> wrote:

> One important thing: Should we consider on adding rock stars
> CoreOS/Kubernetes to this work? I'm looking forward to see the magic on
> this combination.
>
> Thanks,
>
> --Tuna
>
>
> On Sat, Aug 9, 2014 at 3:55 AM, Imesh Gunaratne <im...@apache.org> wrote:
>
>> Hi Chris,
>>
>> Definitely, thanks for creating this Wiki page. I will add information to
>> it on [1].
>>
>> Thanks
>>
>>
>>
>> On Fri, Aug 8, 2014 at 4:44 PM, chris snow <ch...@gmail.com> wrote:
>>
>>> Hi Imesh,
>>>
>>> If you get a chance, would you be able to add some information to "How
>>> to try out the implementation" on [1]?
>>>
>>> Many thanks,
>>>
>>> Chris
>>>
>>> ---
>>> [1]
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>>
>>> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org>
>>> wrote:
>>> > Hi All,
>>> >
>>> > I'm really sorry for the delayed response.
>>> > Yes we could have a Hangout early next week on this, please suggest a
>>> time.
>>> >
>>> > Thanks
>>> >
>>> >
>>> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com>
>>> wrote:
>>> >>
>>> >> I've added a page here:
>>> >>
>>> >>
>>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>> >>
>>> >> Please add your comments to this page.
>>> >>
>>> >> Many thanks,
>>> >>
>>> >> Chris
>>> >>
>>> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>>> wrote:
>>> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>>> >> > requirements, constraints, design choices and progress...
>>> >> >
>>> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <
>>> sajith@wso2.com>
>>> >> > wrote:
>>> >> >> Seems its better we postpone the discussion to have more
>>> >> >> participants..somewhere early next week?
>>> >> >>
>>> >> >>
>>> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>>> wrote:
>>> >> >>>
>>> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>>> urgent
>>> >> >>> task. Keep talking and decide how we can do this integration
>>> smoothly.
>>> >> >>>
>>> >> >>> Thanks,
>>> >> >>>
>>> >> >>> --Tuna
>>> >> >>>
>>> >> >>>
>>> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <
>>> sajith@wso2.com>
>>> >> >>> wrote:
>>> >> >>>>
>>> >> >>>> Hi,
>>> >> >>>>
>>> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>>> (IST) ?
>>> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
>>> able
>>> >> >>>> to
>>> >> >>>> join?
>>> >> >>>>
>>> >> >>>> Thanks,
>>> >> >>>> Sajith
>>> >> >>>>
>>> >> >>>>
>>> >> >>>>
>>> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
>>> >> >>>> wrote:
>>> >> >>>>>
>>> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>>> feature.
>>> >> >>>>> How
>>> >> >>>>> about you, Imesh?
>>> >> >>>>>
>>> >> >>>>> --Tuna
>>> >> >>>>>
>>> >> >>>>>
>>> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
>>> >> >>>>> wrote:
>>> >> >>>>>>
>>> >> >>>>>> Hi,
>>> >> >>>>>>
>>> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free
>>> between
>>> >> >>>>>> 4.30pm
>>> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>> >> >>>>>>
>>> >> >>>>>> --Tuna
>>> >> >>>>>>
>>> >> >>>>>>
>>> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <
>>> chsnow123@gmail.com>
>>> >> >>>>>> wrote:
>>> >> >>>>>>>
>>> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>>> >> >>>>>>>
>>> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <
>>> chsnow123@gmail.com>
>>> >> >>>>>>> wrote:
>>> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>> >> >>>>>>> >
>>> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST
>>> and
>>> >> >>>>>>> > 6.30
>>> >> >>>>>>> > IST, but probably not both :(
>>> >> >>>>>>> >
>>> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>> >> >>>>>>> > <ra...@wso2.com> wrote:
>>> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>> >> >>>>>>> >> <ni...@gmail.com> wrote:
>>> >> >>>>>>> >>> Hi Akila,
>>> >> >>>>>>> >>>
>>> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
>>> >> >>>>>>> >>> IST.
>>> >> >>>>>>> >>
>>> >> >>>>>>> >> +1
>>> >> >>>>>>> >>
>>> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>>> >> >>>>>>
>>> >> >>>>>>
>>> >> >>>>>
>>> >> >>>>
>>> >> >>>>
>>> >> >>>>
>>> >> >>>> --
>>> >> >>>> --
>>> >> >>>> Sajith Kariyawasam
>>> >> >>>> Mobile: +94772269575
>>> >> >>>
>>> >> >>>
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >> --
>>> >> >> Sajith Kariyawasam
>>> >> >> Mobile: +94772269575
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > Imesh Gunaratne
>>> >
>>> > Technical Lead, WSO2
>>> > Committer & PPMC Member, Apache Stratos
>>>
>>
>>
>>
>> --
>> Imesh Gunaratne
>>
>> Technical Lead, WSO2
>> Committer & PPMC Member, Apache Stratos
>>
>
>


-- 
Best Regards,
Nirmal

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

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

Re: stratos docker provider

Posted by Nguyen Anh Tu <tu...@apache.org>.
One important thing: Should we consider on adding rock stars
CoreOS/Kubernetes to this work? I'm looking forward to see the magic on
this combination.

Thanks,

--Tuna


On Sat, Aug 9, 2014 at 3:55 AM, Imesh Gunaratne <im...@apache.org> wrote:

> Hi Chris,
>
> Definitely, thanks for creating this Wiki page. I will add information to
> it on [1].
>
> Thanks
>
>
>
> On Fri, Aug 8, 2014 at 4:44 PM, chris snow <ch...@gmail.com> wrote:
>
>> Hi Imesh,
>>
>> If you get a chance, would you be able to add some information to "How
>> to try out the implementation" on [1]?
>>
>> Many thanks,
>>
>> Chris
>>
>> ---
>> [1]
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>
>> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org> wrote:
>> > Hi All,
>> >
>> > I'm really sorry for the delayed response.
>> > Yes we could have a Hangout early next week on this, please suggest a
>> time.
>> >
>> > Thanks
>> >
>> >
>> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:
>> >>
>> >> I've added a page here:
>> >>
>> >>
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>> >>
>> >> Please add your comments to this page.
>> >>
>> >> Many thanks,
>> >>
>> >> Chris
>> >>
>> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>> wrote:
>> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>> >> > requirements, constraints, design choices and progress...
>> >> >
>> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sajith@wso2.com
>> >
>> >> > wrote:
>> >> >> Seems its better we postpone the discussion to have more
>> >> >> participants..somewhere early next week?
>> >> >>
>> >> >>
>> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>> wrote:
>> >> >>>
>> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>> urgent
>> >> >>> task. Keep talking and decide how we can do this integration
>> smoothly.
>> >> >>>
>> >> >>> Thanks,
>> >> >>>
>> >> >>> --Tuna
>> >> >>>
>> >> >>>
>> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <
>> sajith@wso2.com>
>> >> >>> wrote:
>> >> >>>>
>> >> >>>> Hi,
>> >> >>>>
>> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm
>> (IST) ?
>> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
>> able
>> >> >>>> to
>> >> >>>> join?
>> >> >>>>
>> >> >>>> Thanks,
>> >> >>>> Sajith
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >>>> wrote:
>> >> >>>>>
>> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>> feature.
>> >> >>>>> How
>> >> >>>>> about you, Imesh?
>> >> >>>>>
>> >> >>>>> --Tuna
>> >> >>>>>
>> >> >>>>>
>> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >>>>> wrote:
>> >> >>>>>>
>> >> >>>>>> Hi,
>> >> >>>>>>
>> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
>> >> >>>>>> 4.30pm
>> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>> >> >>>>>>
>> >> >>>>>> --Tuna
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <
>> chsnow123@gmail.com>
>> >> >>>>>> wrote:
>> >> >>>>>>>
>> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>> >> >>>>>>>
>> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <
>> chsnow123@gmail.com>
>> >> >>>>>>> wrote:
>> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>> >> >>>>>>> >
>> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
>> >> >>>>>>> > 6.30
>> >> >>>>>>> > IST, but probably not both :(
>> >> >>>>>>> >
>> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>> >> >>>>>>> > <ra...@wso2.com> wrote:
>> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>> >> >>>>>>> >> <ni...@gmail.com> wrote:
>> >> >>>>>>> >>> Hi Akila,
>> >> >>>>>>> >>>
>> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
>> >> >>>>>>> >>> IST.
>> >> >>>>>>> >>
>> >> >>>>>>> >> +1
>> >> >>>>>>> >>
>> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> --
>> >> >>>> --
>> >> >>>> Sajith Kariyawasam
>> >> >>>> Mobile: +94772269575
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> --
>> >> >> Sajith Kariyawasam
>> >> >> Mobile: +94772269575
>> >
>> >
>> >
>> >
>> > --
>> > Imesh Gunaratne
>> >
>> > Technical Lead, WSO2
>> > Committer & PPMC Member, Apache Stratos
>>
>
>
>
> --
> Imesh Gunaratne
>
> Technical Lead, WSO2
> Committer & PPMC Member, Apache Stratos
>

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Great stuff.  Thanks Imesh!

On Fri, Aug 8, 2014 at 9:55 PM, Imesh Gunaratne <im...@apache.org> wrote:
> Hi Chris,
>
> Definitely, thanks for creating this Wiki page. I will add information to it
> on [1].
>
> Thanks
>
>
>
> On Fri, Aug 8, 2014 at 4:44 PM, chris snow <ch...@gmail.com> wrote:
>>
>> Hi Imesh,
>>
>> If you get a chance, would you be able to add some information to "How
>> to try out the implementation" on [1]?
>>
>> Many thanks,
>>
>> Chris
>>
>> ---
>> [1]
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>
>> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org> wrote:
>> > Hi All,
>> >
>> > I'm really sorry for the delayed response.
>> > Yes we could have a Hangout early next week on this, please suggest a
>> > time.
>> >
>> > Thanks
>> >
>> >
>> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:
>> >>
>> >> I've added a page here:
>> >>
>> >>
>> >> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>> >>
>> >> Please add your comments to this page.
>> >>
>> >> Many thanks,
>> >>
>> >> Chris
>> >>
>> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
>> >> wrote:
>> >> > Makes sense. In the meantime, I'll add a wiki page to track the
>> >> > requirements, constraints, design choices and progress...
>> >> >
>> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>> >> > wrote:
>> >> >> Seems its better we postpone the discussion to have more
>> >> >> participants..somewhere early next week?
>> >> >>
>> >> >>
>> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >> wrote:
>> >> >>>
>> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
>> >> >>> urgent
>> >> >>> task. Keep talking and decide how we can do this integration
>> >> >>> smoothly.
>> >> >>>
>> >> >>> Thanks,
>> >> >>>
>> >> >>> --Tuna
>> >> >>>
>> >> >>>
>> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam
>> >> >>> <sa...@wso2.com>
>> >> >>> wrote:
>> >> >>>>
>> >> >>>> Hi,
>> >> >>>>
>> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST)
>> >> >>>> ?
>> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
>> >> >>>> able
>> >> >>>> to
>> >> >>>> join?
>> >> >>>>
>> >> >>>> Thanks,
>> >> >>>> Sajith
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >>>> wrote:
>> >> >>>>>
>> >> >>>>> Please keep Imesh in discussion. He's going forward on this
>> >> >>>>> feature.
>> >> >>>>> How
>> >> >>>>> about you, Imesh?
>> >> >>>>>
>> >> >>>>> --Tuna
>> >> >>>>>
>> >> >>>>>
>> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
>> >> >>>>> wrote:
>> >> >>>>>>
>> >> >>>>>> Hi,
>> >> >>>>>>
>> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
>> >> >>>>>> 4.30pm
>> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>> >> >>>>>>
>> >> >>>>>> --Tuna
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow
>> >> >>>>>> <ch...@gmail.com>
>> >> >>>>>> wrote:
>> >> >>>>>>>
>> >> >>>>>>> sorry, I meant Friday by tomorrow :)
>> >> >>>>>>>
>> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow
>> >> >>>>>>> <ch...@gmail.com>
>> >> >>>>>>> wrote:
>> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>> >> >>>>>>> >
>> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
>> >> >>>>>>> > 6.30
>> >> >>>>>>> > IST, but probably not both :(
>> >> >>>>>>> >
>> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>> >> >>>>>>> > <ra...@wso2.com> wrote:
>> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>> >> >>>>>>> >> <ni...@gmail.com> wrote:
>> >> >>>>>>> >>> Hi Akila,
>> >> >>>>>>> >>>
>> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
>> >> >>>>>>> >>> IST.
>> >> >>>>>>> >>
>> >> >>>>>>> >> +1
>> >> >>>>>>> >>
>> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> --
>> >> >>>> --
>> >> >>>> Sajith Kariyawasam
>> >> >>>> Mobile: +94772269575
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> --
>> >> >> Sajith Kariyawasam
>> >> >> Mobile: +94772269575
>> >
>> >
>> >
>> >
>> > --
>> > Imesh Gunaratne
>> >
>> > Technical Lead, WSO2
>> > Committer & PPMC Member, Apache Stratos
>
>
>
>
> --
> Imesh Gunaratne
>
> Technical Lead, WSO2
> Committer & PPMC Member, Apache Stratos

Re: stratos docker provider

Posted by Imesh Gunaratne <im...@apache.org>.
Hi Chris,

Definitely, thanks for creating this Wiki page. I will add information to
it on [1].

Thanks



On Fri, Aug 8, 2014 at 4:44 PM, chris snow <ch...@gmail.com> wrote:

> Hi Imesh,
>
> If you get a chance, would you be able to add some information to "How
> to try out the implementation" on [1]?
>
> Many thanks,
>
> Chris
>
> ---
> [1]
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>
> On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org> wrote:
> > Hi All,
> >
> > I'm really sorry for the delayed response.
> > Yes we could have a Hangout early next week on this, please suggest a
> time.
> >
> > Thanks
> >
> >
> > On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:
> >>
> >> I've added a page here:
> >>
> >>
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
> >>
> >> Please add your comments to this page.
> >>
> >> Many thanks,
> >>
> >> Chris
> >>
> >> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com>
> wrote:
> >> > Makes sense. In the meantime, I'll add a wiki page to track the
> >> > requirements, constraints, design choices and progress...
> >> >
> >> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com>
> >> > wrote:
> >> >> Seems its better we postpone the discussion to have more
> >> >> participants..somewhere early next week?
> >> >>
> >> >>
> >> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org>
> wrote:
> >> >>>
> >> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an
> urgent
> >> >>> task. Keep talking and decide how we can do this integration
> smoothly.
> >> >>>
> >> >>> Thanks,
> >> >>>
> >> >>> --Tuna
> >> >>>
> >> >>>
> >> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sajith@wso2.com
> >
> >> >>> wrote:
> >> >>>>
> >> >>>> Hi,
> >> >>>>
> >> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST)
> ?
> >> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be
> able
> >> >>>> to
> >> >>>> join?
> >> >>>>
> >> >>>> Thanks,
> >> >>>> Sajith
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
> >> >>>> wrote:
> >> >>>>>
> >> >>>>> Please keep Imesh in discussion. He's going forward on this
> feature.
> >> >>>>> How
> >> >>>>> about you, Imesh?
> >> >>>>>
> >> >>>>> --Tuna
> >> >>>>>
> >> >>>>>
> >> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
> >> >>>>> wrote:
> >> >>>>>>
> >> >>>>>> Hi,
> >> >>>>>>
> >> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
> >> >>>>>> 4.30pm
> >> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
> >> >>>>>>
> >> >>>>>> --Tuna
> >> >>>>>>
> >> >>>>>>
> >> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <chsnow123@gmail.com
> >
> >> >>>>>> wrote:
> >> >>>>>>>
> >> >>>>>>> sorry, I meant Friday by tomorrow :)
> >> >>>>>>>
> >> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <chsnow123@gmail.com
> >
> >> >>>>>>> wrote:
> >> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
> >> >>>>>>> >
> >> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
> >> >>>>>>> > 6.30
> >> >>>>>>> > IST, but probably not both :(
> >> >>>>>>> >
> >> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
> >> >>>>>>> > <ra...@wso2.com> wrote:
> >> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
> >> >>>>>>> >> <ni...@gmail.com> wrote:
> >> >>>>>>> >>> Hi Akila,
> >> >>>>>>> >>>
> >> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
> >> >>>>>>> >>> IST.
> >> >>>>>>> >>
> >> >>>>>>> >> +1
> >> >>>>>>> >>
> >> >>>>>>> >> Guys, will you be able to join around 8pm IST?
> >> >>>>>>
> >> >>>>>>
> >> >>>>>
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> --
> >> >>>> --
> >> >>>> Sajith Kariyawasam
> >> >>>> Mobile: +94772269575
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> --
> >> >> Sajith Kariyawasam
> >> >> Mobile: +94772269575
> >
> >
> >
> >
> > --
> > Imesh Gunaratne
> >
> > Technical Lead, WSO2
> > Committer & PPMC Member, Apache Stratos
>



-- 
Imesh Gunaratne

Technical Lead, WSO2
Committer & PPMC Member, Apache Stratos

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Hi Imesh,

If you get a chance, would you be able to add some information to "How
to try out the implementation" on [1]?

Many thanks,

Chris

---
[1] https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development

On Fri, Aug 8, 2014 at 9:26 PM, Imesh Gunaratne <im...@apache.org> wrote:
> Hi All,
>
> I'm really sorry for the delayed response.
> Yes we could have a Hangout early next week on this, please suggest a time.
>
> Thanks
>
>
> On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:
>>
>> I've added a page here:
>>
>> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>>
>> Please add your comments to this page.
>>
>> Many thanks,
>>
>> Chris
>>
>> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com> wrote:
>> > Makes sense. In the meantime, I'll add a wiki page to track the
>> > requirements, constraints, design choices and progress...
>> >
>> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>> > wrote:
>> >> Seems its better we postpone the discussion to have more
>> >> participants..somewhere early next week?
>> >>
>> >>
>> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>> >>>
>> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
>> >>> task. Keep talking and decide how we can do this integration smoothly.
>> >>>
>> >>> Thanks,
>> >>>
>> >>> --Tuna
>> >>>
>> >>>
>> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>> >>> wrote:
>> >>>>
>> >>>> Hi,
>> >>>>
>> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
>> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be able
>> >>>> to
>> >>>> join?
>> >>>>
>> >>>> Thanks,
>> >>>> Sajith
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
>> >>>> wrote:
>> >>>>>
>> >>>>> Please keep Imesh in discussion. He's going forward on this feature.
>> >>>>> How
>> >>>>> about you, Imesh?
>> >>>>>
>> >>>>> --Tuna
>> >>>>>
>> >>>>>
>> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
>> >>>>> wrote:
>> >>>>>>
>> >>>>>> Hi,
>> >>>>>>
>> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
>> >>>>>> 4.30pm
>> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
>> >>>>>>
>> >>>>>> --Tuna
>> >>>>>>
>> >>>>>>
>> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com>
>> >>>>>> wrote:
>> >>>>>>>
>> >>>>>>> sorry, I meant Friday by tomorrow :)
>> >>>>>>>
>> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com>
>> >>>>>>> wrote:
>> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>> >>>>>>> >
>> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
>> >>>>>>> > 6.30
>> >>>>>>> > IST, but probably not both :(
>> >>>>>>> >
>> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>> >>>>>>> > <ra...@wso2.com> wrote:
>> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>> >>>>>>> >> <ni...@gmail.com> wrote:
>> >>>>>>> >>> Hi Akila,
>> >>>>>>> >>>
>> >>>>>>> >>> I suggest we move the time further down, may be around 8pm
>> >>>>>>> >>> IST.
>> >>>>>>> >>
>> >>>>>>> >> +1
>> >>>>>>> >>
>> >>>>>>> >> Guys, will you be able to join around 8pm IST?
>> >>>>>>
>> >>>>>>
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> --
>> >>>> Sajith Kariyawasam
>> >>>> Mobile: +94772269575
>> >>>
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> --
>> >> Sajith Kariyawasam
>> >> Mobile: +94772269575
>
>
>
>
> --
> Imesh Gunaratne
>
> Technical Lead, WSO2
> Committer & PPMC Member, Apache Stratos

Re: stratos docker provider

Posted by Imesh Gunaratne <im...@apache.org>.
Hi All,

I'm really sorry for the delayed response.
Yes we could have a Hangout early next week on this, please suggest a time.

Thanks


On Fri, Aug 8, 2014 at 8:18 AM, chris snow <ch...@gmail.com> wrote:

> I've added a page here:
>
> https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development
>
> Please add your comments to this page.
>
> Many thanks,
>
> Chris
>
> On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com> wrote:
> > Makes sense. In the meantime, I'll add a wiki page to track the
> > requirements, constraints, design choices and progress...
> >
> > On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com>
> wrote:
> >> Seems its better we postpone the discussion to have more
> >> participants..somewhere early next week?
> >>
> >>
> >> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
> >>>
> >>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
> >>> task. Keep talking and decide how we can do this integration smoothly.
> >>>
> >>> Thanks,
> >>>
> >>> --Tuna
> >>>
> >>>
> >>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com>
> >>> wrote:
> >>>>
> >>>> Hi,
> >>>>
> >>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
> >>>> I guess Chris and Tuna are ok with that time. Imesh will you be able
> to
> >>>> join?
> >>>>
> >>>> Thanks,
> >>>> Sajith
> >>>>
> >>>>
> >>>>
> >>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org>
> wrote:
> >>>>>
> >>>>> Please keep Imesh in discussion. He's going forward on this feature.
> How
> >>>>> about you, Imesh?
> >>>>>
> >>>>> --Tuna
> >>>>>
> >>>>>
> >>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org>
> wrote:
> >>>>>>
> >>>>>> Hi,
> >>>>>>
> >>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
> 4.30pm
> >>>>>> - 6.30pm as Chris. I can't do around 8pm.
> >>>>>>
> >>>>>> --Tuna
> >>>>>>
> >>>>>>
> >>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com>
> >>>>>> wrote:
> >>>>>>>
> >>>>>>> sorry, I meant Friday by tomorrow :)
> >>>>>>>
> >>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com>
> >>>>>>> wrote:
> >>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
> >>>>>>> >
> >>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and
> 6.30
> >>>>>>> > IST, but probably not both :(
> >>>>>>> >
> >>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
> >>>>>>> > <ra...@wso2.com> wrote:
> >>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
> >>>>>>> >> <ni...@gmail.com> wrote:
> >>>>>>> >>> Hi Akila,
> >>>>>>> >>>
> >>>>>>> >>> I suggest we move the time further down, may be around 8pm IST.
> >>>>>>> >>
> >>>>>>> >> +1
> >>>>>>> >>
> >>>>>>> >> Guys, will you be able to join around 8pm IST?
> >>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> --
> >>>> Sajith Kariyawasam
> >>>> Mobile: +94772269575
> >>>
> >>>
> >>
> >>
> >>
> >> --
> >> --
> >> Sajith Kariyawasam
> >> Mobile: +94772269575
>



-- 
Imesh Gunaratne

Technical Lead, WSO2
Committer & PPMC Member, Apache Stratos

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
I've added a page here:
https://cwiki.apache.org/confluence/display/STRATOS/Docker+Provider+Development

Please add your comments to this page.

Many thanks,

Chris

On Fri, Aug 8, 2014 at 12:08 PM, chris snow <ch...@gmail.com> wrote:
> Makes sense. In the meantime, I'll add a wiki page to track the
> requirements, constraints, design choices and progress...
>
> On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:
>> Seems its better we postpone the discussion to have more
>> participants..somewhere early next week?
>>
>>
>> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>
>>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
>>> task. Keep talking and decide how we can do this integration smoothly.
>>>
>>> Thanks,
>>>
>>> --Tuna
>>>
>>>
>>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
>>>> I guess Chris and Tuna are ok with that time. Imesh will you be able to
>>>> join?
>>>>
>>>> Thanks,
>>>> Sajith
>>>>
>>>>
>>>>
>>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>>>
>>>>> Please keep Imesh in discussion. He's going forward on this feature. How
>>>>> about you, Imesh?
>>>>>
>>>>> --Tuna
>>>>>
>>>>>
>>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm
>>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>>
>>>>>> --Tuna
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>>
>>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com>
>>>>>>> wrote:
>>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>>> >
>>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>>>>>>> > IST, but probably not both :(
>>>>>>> >
>>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>>>>> > <ra...@wso2.com> wrote:
>>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>>> >> <ni...@gmail.com> wrote:
>>>>>>> >>> Hi Akila,
>>>>>>> >>>
>>>>>>> >>> I suggest we move the time further down, may be around 8pm IST.
>>>>>>> >>
>>>>>>> >> +1
>>>>>>> >>
>>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>> Sajith Kariyawasam
>>>> Mobile: +94772269575
>>>
>>>
>>
>>
>>
>> --
>> --
>> Sajith Kariyawasam
>> Mobile: +94772269575

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Makes sense. In the meantime, I'll add a wiki page to track the
requirements, constraints, design choices and progress...

On Fri, Aug 8, 2014 at 12:01 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:
> Seems its better we postpone the discussion to have more
> participants..somewhere early next week?
>
>
> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>
>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
>> task. Keep talking and decide how we can do this integration smoothly.
>>
>> Thanks,
>>
>> --Tuna
>>
>>
>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>> wrote:
>>>
>>> Hi,
>>>
>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
>>> I guess Chris and Tuna are ok with that time. Imesh will you be able to
>>> join?
>>>
>>> Thanks,
>>> Sajith
>>>
>>>
>>>
>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>>
>>>> Please keep Imesh in discussion. He's going forward on this feature. How
>>>> about you, Imesh?
>>>>
>>>> --Tuna
>>>>
>>>>
>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm
>>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>>
>>>>> --Tuna
>>>>>
>>>>>
>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com>
>>>>> wrote:
>>>>>>
>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>
>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com>
>>>>>> wrote:
>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>> >
>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>>>>>> > IST, but probably not both :(
>>>>>> >
>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>>>> > <ra...@wso2.com> wrote:
>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando
>>>>>> >> <ni...@gmail.com> wrote:
>>>>>> >>> Hi Akila,
>>>>>> >>>
>>>>>> >>> I suggest we move the time further down, may be around 8pm IST.
>>>>>> >>
>>>>>> >> +1
>>>>>> >>
>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> --
>>> Sajith Kariyawasam
>>> Mobile: +94772269575
>>
>>
>
>
>
> --
> --
> Sajith Kariyawasam
> Mobile: +94772269575

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
+1


On Fri, Aug 8, 2014 at 4:31 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:

> Seems its better we postpone the discussion to have more
> participants..somewhere early next week?
>
>
> On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>
>> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
>> task. Keep talking and decide how we can do this integration smoothly.
>>
>> Thanks,
>>
>> --Tuna
>>
>>
>> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com>
>> wrote:
>>
>>> Hi,
>>>
>>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
>>> I guess Chris and Tuna are ok with that time. Imesh will you be able to
>>> join?
>>>
>>> Thanks,
>>> Sajith
>>>
>>>
>>>
>>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>
>>>> Please keep Imesh in discussion. He's going forward on this feature.
>>>> How about you, Imesh?
>>>>
>>>> --Tuna
>>>>
>>>>
>>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Can we move to around 10pm IST, Friday? If not, I'm free between
>>>>> 4.30pm - 6.30pm as Chris. I can't do around 8pm.
>>>>>
>>>>> --Tuna
>>>>>
>>>>>
>>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> sorry, I meant Friday by tomorrow :)
>>>>>>
>>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com>
>>>>>> wrote:
>>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>>> >
>>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>>>>>> > IST, but probably not both :(
>>>>>> >
>>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>>>> > <ra...@wso2.com> wrote:
>>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <
>>>>>> nirmal070125@gmail.com> wrote:
>>>>>> >>> Hi Akila,
>>>>>> >>>
>>>>>> >>> I suggest we move the time further down, may be around 8pm IST.
>>>>>> >>
>>>>>> >> +1
>>>>>> >>
>>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> *--*
>>> *Sajith Kariyawasam*
>>> *Mobile: +94772269575 <%2B94772269575>*
>>>
>>
>>
>
>
> --
> *--*
> *Sajith Kariyawasam*
> *Mobile: +94772269575 <%2B94772269575>*
>



-- 
Best Regards,
Nirmal

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

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

Re: stratos docker provider

Posted by Sajith Kariyawasam <sa...@wso2.com>.
Seems its better we postpone the discussion to have more
participants..somewhere early next week?


On Fri, Aug 8, 2014 at 3:46 PM, Nguyen Anh Tu <tu...@apache.org> wrote:

> Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
> task. Keep talking and decide how we can do this integration smoothly.
>
> Thanks,
>
> --Tuna
>
>
> On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com>
> wrote:
>
>> Hi,
>>
>> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
>> I guess Chris and Tuna are ok with that time. Imesh will you be able to
>> join?
>>
>> Thanks,
>> Sajith
>>
>>
>>
>> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>
>>> Please keep Imesh in discussion. He's going forward on this feature.
>>> How about you, Imesh?
>>>
>>> --Tuna
>>>
>>>
>>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>>
>>>> Hi,
>>>>
>>>> Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm
>>>> - 6.30pm as Chris. I can't do around 8pm.
>>>>
>>>> --Tuna
>>>>
>>>>
>>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com>
>>>> wrote:
>>>>
>>>>> sorry, I meant Friday by tomorrow :)
>>>>>
>>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com>
>>>>> wrote:
>>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>>> >
>>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>>>>> > IST, but probably not both :(
>>>>> >
>>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>>> > <ra...@wso2.com> wrote:
>>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <
>>>>> nirmal070125@gmail.com> wrote:
>>>>> >>> Hi Akila,
>>>>> >>>
>>>>> >>> I suggest we move the time further down, may be around 8pm IST.
>>>>> >>
>>>>> >> +1
>>>>> >>
>>>>> >> Guys, will you be able to join around 8pm IST?
>>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> *--*
>> *Sajith Kariyawasam*
>> *Mobile: +94772269575 <%2B94772269575>*
>>
>
>


-- 
*--*
*Sajith Kariyawasam*
*Mobile: +94772269575*

Re: stratos docker provider

Posted by Nguyen Anh Tu <tu...@apache.org>.
Sorry guys I can't join between 4:30pm - 6:30pm. I just have an urgent
task. Keep talking and decide how we can do this integration smoothly.

Thanks,

--Tuna


On Fri, Aug 8, 2014 at 1:01 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:

> Hi,
>
> So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
> I guess Chris and Tuna are ok with that time. Imesh will you be able to
> join?
>
> Thanks,
> Sajith
>
>
>
> On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>
>> Please keep Imesh in discussion. He's going forward on this feature. How
>> about you, Imesh?
>>
>> --Tuna
>>
>>
>> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>
>>> Hi,
>>>
>>> Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm
>>> - 6.30pm as Chris. I can't do around 8pm.
>>>
>>> --Tuna
>>>
>>>
>>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com> wrote:
>>>
>>>> sorry, I meant Friday by tomorrow :)
>>>>
>>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com> wrote:
>>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>>> >
>>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>>>> > IST, but probably not both :(
>>>> >
>>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>>> > <ra...@wso2.com> wrote:
>>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <
>>>> nirmal070125@gmail.com> wrote:
>>>> >>> Hi Akila,
>>>> >>>
>>>> >>> I suggest we move the time further down, may be around 8pm IST.
>>>> >>
>>>> >> +1
>>>> >>
>>>> >> Guys, will you be able to join around 8pm IST?
>>>>
>>>
>>>
>>
>
>
> --
> *--*
> *Sajith Kariyawasam*
> *Mobile: +94772269575*
>

Re: stratos docker provider

Posted by Sajith Kariyawasam <sa...@wso2.com>.
Hi,

So, shall we have the discussion today at 4.30 p.m - 5.30 pm (IST) ?
I guess Chris and Tuna are ok with that time. Imesh will you be able to
join?

Thanks,
Sajith



On Wed, Aug 6, 2014 at 12:31 PM, Nguyen Anh Tu <tu...@apache.org> wrote:

> Please keep Imesh in discussion. He's going forward on this feature. How
> about you, Imesh?
>
> --Tuna
>
>
> On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:
>
>> Hi,
>>
>> Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm -
>> 6.30pm as Chris. I can't do around 8pm.
>>
>> --Tuna
>>
>>
>> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com> wrote:
>>
>>> sorry, I meant Friday by tomorrow :)
>>>
>>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com> wrote:
>>> > Hi Akila - I'm pretty tight for time tomorrow.
>>> >
>>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>>> > IST, but probably not both :(
>>> >
>>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>>> > <ra...@wso2.com> wrote:
>>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <
>>> nirmal070125@gmail.com> wrote:
>>> >>> Hi Akila,
>>> >>>
>>> >>> I suggest we move the time further down, may be around 8pm IST.
>>> >>
>>> >> +1
>>> >>
>>> >> Guys, will you be able to join around 8pm IST?
>>>
>>
>>
>


-- 
*--*
*Sajith Kariyawasam*
*Mobile: +94772269575*

Re: stratos docker provider

Posted by Nguyen Anh Tu <tu...@apache.org>.
Please keep Imesh in discussion. He's going forward on this feature. How
about you, Imesh?

--Tuna


On Wed, Aug 6, 2014 at 1:58 PM, Nguyen Anh Tu <tu...@apache.org> wrote:

> Hi,
>
> Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm -
> 6.30pm as Chris. I can't do around 8pm.
>
> --Tuna
>
>
> On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com> wrote:
>
>> sorry, I meant Friday by tomorrow :)
>>
>> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com> wrote:
>> > Hi Akila - I'm pretty tight for time tomorrow.
>> >
>> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
>> > IST, but probably not both :(
>> >
>> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
>> > <ra...@wso2.com> wrote:
>> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <
>> nirmal070125@gmail.com> wrote:
>> >>> Hi Akila,
>> >>>
>> >>> I suggest we move the time further down, may be around 8pm IST.
>> >>
>> >> +1
>> >>
>> >> Guys, will you be able to join around 8pm IST?
>>
>
>

Re: stratos docker provider

Posted by Nguyen Anh Tu <tu...@apache.org>.
Hi,

Can we move to around 10pm IST, Friday? If not, I'm free between 4.30pm -
6.30pm as Chris. I can't do around 8pm.

--Tuna


On Wed, Aug 6, 2014 at 12:42 AM, chris snow <ch...@gmail.com> wrote:

> sorry, I meant Friday by tomorrow :)
>
> On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com> wrote:
> > Hi Akila - I'm pretty tight for time tomorrow.
> >
> > I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
> > IST, but probably not both :(
> >
> > On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
> > <ra...@wso2.com> wrote:
> >> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <ni...@gmail.com>
> wrote:
> >>> Hi Akila,
> >>>
> >>> I suggest we move the time further down, may be around 8pm IST.
> >>
> >> +1
> >>
> >> Guys, will you be able to join around 8pm IST?
>

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
sorry, I meant Friday by tomorrow :)

On Tue, Aug 5, 2014 at 6:41 PM, chris snow <ch...@gmail.com> wrote:
> Hi Akila - I'm pretty tight for time tomorrow.
>
> I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
> IST, but probably not both :(
>
> On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
> <ra...@wso2.com> wrote:
>> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <ni...@gmail.com> wrote:
>>> Hi Akila,
>>>
>>> I suggest we move the time further down, may be around 8pm IST.
>>
>> +1
>>
>> Guys, will you be able to join around 8pm IST?

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Hi Akila - I'm pretty tight for time tomorrow.

I'm free between either 4.30 IST and 5.30 IST or 5.30 IST and 6.30
IST, but probably not both :(

On Tue, Aug 5, 2014 at 6:10 PM, Akila Ravihansa Perera
<ra...@wso2.com> wrote:
> On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <ni...@gmail.com> wrote:
>> Hi Akila,
>>
>> I suggest we move the time further down, may be around 8pm IST.
>
> +1
>
> Guys, will you be able to join around 8pm IST?

Re: stratos docker provider

Posted by Akila Ravihansa Perera <ra...@wso2.com>.
On Tue, Aug 5, 2014 at 9:24 PM, Nirmal Fernando <ni...@gmail.com> wrote:
> Hi Akila,
>
> I suggest we move the time further down, may be around 8pm IST.

+1

Guys, will you be able to join around 8pm IST?

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
Hi Akila,

I suggest we move the time further down, may be around 8pm IST.


On Tue, Aug 5, 2014 at 9:19 PM, chris snow <ch...@gmail.com> wrote:

> Hi Akila - I may not be able to join until around 4.30pm IST.  If I'm
> not able to join, it may make sense to continue without me as I
> haven't had a chance to get up to speed on the docker API yet.
>
> On Tue, Aug 5, 2014 at 4:14 PM, Akila Ravihansa Perera
> <ra...@wso2.com> wrote:
> > Hi,
> >
> > Shall we have an open Hangout on this Friday (8th) at 2.30pm IST
> (UTC+5.30)?
> >
> > @Chris, Tuna: Will that be okay with you?
> >
> > Thanks.
> >
> > On Sun, Aug 3, 2014 at 8:23 PM, Sajith Kariyawasam <sa...@wso2.com>
> wrote:
> >> +1 for next Friday and would like to join the Hangout.
> >>
> >> I also started working on this, was looking to address the points / TODO
> >> items Imesh has mentioned in an earlier mail thread, IP allocation and
> >> payload parameter passing. Couldn't complete those upto a satisfactory
> level
> >> yet, because I 've been facing issues to get a sample client working
> with
> >> jclouds API because the docker version I have installed was not
> compatible.
> >> But finally was able to manage that, and sample client works fine, and
> just
> >> started the real work and hope that in another 2 / 3 days will be able
> to
> >> get the work done to a great extent and will be able to add some value
> for
> >> the discussion.
> >>
> >> Thanks,
> >> Sajith
> >>
> >>
> >> On Sat, Aug 2, 2014 at 12:58 PM, Akila Ravihansa Perera <
> ravihansa@wso2.com>
> >> wrote:
> >>>
> >>>
> >>> On 2 Aug 2014 11:34, "Nguyen Anh Tu" <tu...@apache.org> wrote:
> >>> >
> >>> > Google hangout or Skype are okie for me. My skype: ng.tuna
> >>> >
> >>> > Could you please arrange some times on next Thursday or Friday?
> >>>
> >>> +1 for next Friday
> >>>
> >>> My Skype id: ravihansa3000
> >>>
> >>> >
> >>> > --Tuna
> >>> >
> >>> >
> >>> > On Sat, Aug 2, 2014 at 12:33 AM, chris snow <ch...@gmail.com>
> wrote:
> >>> >>
> >>> >> Does anyone have an idea what channel we could use for
> collaboration on
> >>> >> this?
> >>> >>
> >>> >> On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando
> >>> >> <ni...@gmail.com> wrote:
> >>> >> > Yes, seems like different people doing same thing without
> >>> >> > collaborating :)
> >>> >> >
> >>> >> > I've done the initial docker implementation for stratos months
> back
> >>> >> > and [1]
> >>> >> > is the email thread. In fact I implemented a jclouds API for
> docker
> >>> >> > too and
> >>> >> > then later realized there's another implementation (one that has
> been
> >>> >> > ported
> >>> >> > to Stratos). This is a perfect example where I could have save
> some
> >>> >> > time, if
> >>> >> > this has been communicated IMO.
> >>> >> >
> >>> >> > Let's try to collaborate and finish this off.
> >>> >> >
> >>> >> > [1] Support to spawn/stop LXC instances via jClouds :-)
> >>> >> >
> >>> >> >
> >>> >> > On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org>
> >>> >> > wrote:
> >>> >> >>
> >>> >> >> Guys,
> >>> >> >>
> >>> >> >> I see that we've stopped/suspended or conflicted that feature
> for a
> >>> >> >> while.
> >>> >> >> I myself willing to contribute but can't see any method to
> >>> >> >> collaborate with
> >>> >> >> another guys interesting on that. Each of us works dependently
> and
> >>> >> >> then make
> >>> >> >> many conflictions. My recommendation is that we need a hangout to
> >>> >> >> figure out
> >>> >> >> which part each member can work. We need to speed up this
> feature.
> >>> >> >> Here I
> >>> >> >> see Imesh is doing very well. Could you please share your current
> >>> >> >> status?
> >>> >> >>
> >>> >> >> How do you think, guys?
> >>> >> >>
> >>> >> >> Thanks.
> >>> >> >>
> >>> >> >> --Tuna
> >>> >> >>
> >>> >> >>
> >>> >> >> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
> >>> >> >> <ra...@wso2.com> wrote:
> >>> >> >>>
> >>> >> >>> Hi Chris,
> >>> >> >>>
> >>> >> >>> I don't have anything solid to present yet. I haven't been able
> to
> >>> >> >>> get
> >>> >> >>> the code developed by Imesh to work. AFAIK it does not address
> >>> >> >>> security aspects when using Docker containers. I've been going
> >>> >> >>> through
> >>> >> >>> Docker API documentation to come up with a good design.
> >>> >> >>>
> >>> >> >>> Thanks.
> >>> >> >>>
> >>> >> >>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <
> chsnow123@gmail.com>
> >>> >> >>> wrote:
> >>> >> >>> > Hi Akila,
> >>> >> >>> >
> >>> >> >>> > I haven't started on this yet, so have yet to look through
> >>> >> >>> > Imesh's
> >>> >> >>> > code.
> >>> >> >>> >
> >>> >> >>> > Have you managed to get anything running yet with docker?
> >>> >> >>> >
> >>> >> >>> > Many thanks,
> >>> >> >>> >
> >>> >> >>> > Chris
> >>> >> >>> >
> >>> >> >>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
> >>> >> >>> > <ra...@wso2.com> wrote:
> >>> >> >>> >> Hi Chris,
> >>> >> >>> >>
> >>> >> >>> >> I've been working on it for some time. But still I'm going
> >>> >> >>> >> through the
> >>> >> >>> >> work Imesh has been doing and familiarizing myself with the
> >>> >> >>> >> Docker
> >>> >> >>> >> API. Currently I'm working on an implementation plan for
> Docker
> >>> >> >>> >> IaaS
> >>> >> >>> >> provider support. Will share the details soon.
> >>> >> >>> >>
> >>> >> >>> >> Please share your ideas on this. It's always a good idea to
> have
> >>> >> >>> >> you
> >>> >> >>> >> on board :)
> >>> >> >>> >>
> >>> >> >>> >> Thanks.
> >>> >> >>> >>
> >>> >> >>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow
> >>> >> >>> >> <ch...@gmail.com>
> >>> >> >>> >> wrote:
> >>> >> >>> >>> Is anyone working on the Stratos docker provider that was
> >>> >> >>> >>> started by
> >>> >> >>> >>> Imesh [1]?
> >>> >> >>> >>>
> >>> >> >>> >>> I would like to work on this, but just wanted to see if
> anyone
> >>> >> >>> >>> is
> >>> >> >>> >>> already working on it ...
> >>> >> >>> >>>
> >>> >> >>> >>> ---
> >>> >> >>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
> >>> >> >>> >>
> >>> >> >>> >>
> >>> >> >>> >>
> >>> >> >>> >> --
> >>> >> >>> >> Akila Ravihansa Perera
> >>> >> >>> >> Software Engineer
> >>> >> >>> >> WSO2 Inc.
> >>> >> >>> >> http://wso2.com
> >>> >> >>> >>
> >>> >> >>> >> Phone: +94 77 64 154 38
> >>> >> >>> >> Blog: http://ravihansa3000.blogspot.com
> >>> >> >>>
> >>> >> >>>
> >>> >> >>>
> >>> >> >>> --
> >>> >> >>> Akila Ravihansa Perera
> >>> >> >>> Software Engineer
> >>> >> >>> WSO2 Inc.
> >>> >> >>> http://wso2.com
> >>> >> >>>
> >>> >> >>> Phone: +94 77 64 154 38
> >>> >> >>> Blog: http://ravihansa3000.blogspot.com
> >>> >> >>
> >>> >> >>
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> > --
> >>> >> > Best Regards,
> >>> >> > Nirmal
> >>> >> >
> >>> >> > Nirmal Fernando.
> >>> >> > PPMC Member & Committer of Apache Stratos,
> >>> >> > Senior Software Engineer, WSO2 Inc.
> >>> >> >
> >>> >> > Blog: http://nirmalfdo.blogspot.com/
> >>> >
> >>> >
> >>
> >>
> >>
> >>
> >> --
> >> --
> >> Sajith Kariyawasam
> >> Mobile: +94772269575
> >
> >
> >
> > --
> > Akila Ravihansa Perera
> > Software Engineer
> > WSO2 Inc.
> > http://wso2.com
> >
> > Phone: +94 77 64 154 38
> > Blog: http://ravihansa3000.blogspot.com
>



-- 
Best Regards,
Nirmal

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

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

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Hi Akila - I may not be able to join until around 4.30pm IST.  If I'm
not able to join, it may make sense to continue without me as I
haven't had a chance to get up to speed on the docker API yet.

On Tue, Aug 5, 2014 at 4:14 PM, Akila Ravihansa Perera
<ra...@wso2.com> wrote:
> Hi,
>
> Shall we have an open Hangout on this Friday (8th) at 2.30pm IST (UTC+5.30)?
>
> @Chris, Tuna: Will that be okay with you?
>
> Thanks.
>
> On Sun, Aug 3, 2014 at 8:23 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:
>> +1 for next Friday and would like to join the Hangout.
>>
>> I also started working on this, was looking to address the points / TODO
>> items Imesh has mentioned in an earlier mail thread, IP allocation and
>> payload parameter passing. Couldn't complete those upto a satisfactory level
>> yet, because I 've been facing issues to get a sample client working with
>> jclouds API because the docker version I have installed was not compatible.
>> But finally was able to manage that, and sample client works fine, and just
>> started the real work and hope that in another 2 / 3 days will be able to
>> get the work done to a great extent and will be able to add some value for
>> the discussion.
>>
>> Thanks,
>> Sajith
>>
>>
>> On Sat, Aug 2, 2014 at 12:58 PM, Akila Ravihansa Perera <ra...@wso2.com>
>> wrote:
>>>
>>>
>>> On 2 Aug 2014 11:34, "Nguyen Anh Tu" <tu...@apache.org> wrote:
>>> >
>>> > Google hangout or Skype are okie for me. My skype: ng.tuna
>>> >
>>> > Could you please arrange some times on next Thursday or Friday?
>>>
>>> +1 for next Friday
>>>
>>> My Skype id: ravihansa3000
>>>
>>> >
>>> > --Tuna
>>> >
>>> >
>>> > On Sat, Aug 2, 2014 at 12:33 AM, chris snow <ch...@gmail.com> wrote:
>>> >>
>>> >> Does anyone have an idea what channel we could use for collaboration on
>>> >> this?
>>> >>
>>> >> On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando
>>> >> <ni...@gmail.com> wrote:
>>> >> > Yes, seems like different people doing same thing without
>>> >> > collaborating :)
>>> >> >
>>> >> > I've done the initial docker implementation for stratos months back
>>> >> > and [1]
>>> >> > is the email thread. In fact I implemented a jclouds API for docker
>>> >> > too and
>>> >> > then later realized there's another implementation (one that has been
>>> >> > ported
>>> >> > to Stratos). This is a perfect example where I could have save some
>>> >> > time, if
>>> >> > this has been communicated IMO.
>>> >> >
>>> >> > Let's try to collaborate and finish this off.
>>> >> >
>>> >> > [1] Support to spawn/stop LXC instances via jClouds :-)
>>> >> >
>>> >> >
>>> >> > On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org>
>>> >> > wrote:
>>> >> >>
>>> >> >> Guys,
>>> >> >>
>>> >> >> I see that we've stopped/suspended or conflicted that feature for a
>>> >> >> while.
>>> >> >> I myself willing to contribute but can't see any method to
>>> >> >> collaborate with
>>> >> >> another guys interesting on that. Each of us works dependently and
>>> >> >> then make
>>> >> >> many conflictions. My recommendation is that we need a hangout to
>>> >> >> figure out
>>> >> >> which part each member can work. We need to speed up this feature.
>>> >> >> Here I
>>> >> >> see Imesh is doing very well. Could you please share your current
>>> >> >> status?
>>> >> >>
>>> >> >> How do you think, guys?
>>> >> >>
>>> >> >> Thanks.
>>> >> >>
>>> >> >> --Tuna
>>> >> >>
>>> >> >>
>>> >> >> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
>>> >> >> <ra...@wso2.com> wrote:
>>> >> >>>
>>> >> >>> Hi Chris,
>>> >> >>>
>>> >> >>> I don't have anything solid to present yet. I haven't been able to
>>> >> >>> get
>>> >> >>> the code developed by Imesh to work. AFAIK it does not address
>>> >> >>> security aspects when using Docker containers. I've been going
>>> >> >>> through
>>> >> >>> Docker API documentation to come up with a good design.
>>> >> >>>
>>> >> >>> Thanks.
>>> >> >>>
>>> >> >>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com>
>>> >> >>> wrote:
>>> >> >>> > Hi Akila,
>>> >> >>> >
>>> >> >>> > I haven't started on this yet, so have yet to look through
>>> >> >>> > Imesh's
>>> >> >>> > code.
>>> >> >>> >
>>> >> >>> > Have you managed to get anything running yet with docker?
>>> >> >>> >
>>> >> >>> > Many thanks,
>>> >> >>> >
>>> >> >>> > Chris
>>> >> >>> >
>>> >> >>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
>>> >> >>> > <ra...@wso2.com> wrote:
>>> >> >>> >> Hi Chris,
>>> >> >>> >>
>>> >> >>> >> I've been working on it for some time. But still I'm going
>>> >> >>> >> through the
>>> >> >>> >> work Imesh has been doing and familiarizing myself with the
>>> >> >>> >> Docker
>>> >> >>> >> API. Currently I'm working on an implementation plan for Docker
>>> >> >>> >> IaaS
>>> >> >>> >> provider support. Will share the details soon.
>>> >> >>> >>
>>> >> >>> >> Please share your ideas on this. It's always a good idea to have
>>> >> >>> >> you
>>> >> >>> >> on board :)
>>> >> >>> >>
>>> >> >>> >> Thanks.
>>> >> >>> >>
>>> >> >>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow
>>> >> >>> >> <ch...@gmail.com>
>>> >> >>> >> wrote:
>>> >> >>> >>> Is anyone working on the Stratos docker provider that was
>>> >> >>> >>> started by
>>> >> >>> >>> Imesh [1]?
>>> >> >>> >>>
>>> >> >>> >>> I would like to work on this, but just wanted to see if anyone
>>> >> >>> >>> is
>>> >> >>> >>> already working on it ...
>>> >> >>> >>>
>>> >> >>> >>> ---
>>> >> >>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
>>> >> >>> >>
>>> >> >>> >>
>>> >> >>> >>
>>> >> >>> >> --
>>> >> >>> >> Akila Ravihansa Perera
>>> >> >>> >> Software Engineer
>>> >> >>> >> WSO2 Inc.
>>> >> >>> >> http://wso2.com
>>> >> >>> >>
>>> >> >>> >> Phone: +94 77 64 154 38
>>> >> >>> >> Blog: http://ravihansa3000.blogspot.com
>>> >> >>>
>>> >> >>>
>>> >> >>>
>>> >> >>> --
>>> >> >>> Akila Ravihansa Perera
>>> >> >>> Software Engineer
>>> >> >>> WSO2 Inc.
>>> >> >>> http://wso2.com
>>> >> >>>
>>> >> >>> Phone: +94 77 64 154 38
>>> >> >>> Blog: http://ravihansa3000.blogspot.com
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >> >
>>> >> > --
>>> >> > Best Regards,
>>> >> > Nirmal
>>> >> >
>>> >> > Nirmal Fernando.
>>> >> > PPMC Member & Committer of Apache Stratos,
>>> >> > Senior Software Engineer, WSO2 Inc.
>>> >> >
>>> >> > Blog: http://nirmalfdo.blogspot.com/
>>> >
>>> >
>>
>>
>>
>>
>> --
>> --
>> Sajith Kariyawasam
>> Mobile: +94772269575
>
>
>
> --
> Akila Ravihansa Perera
> Software Engineer
> WSO2 Inc.
> http://wso2.com
>
> Phone: +94 77 64 154 38
> Blog: http://ravihansa3000.blogspot.com

Re: stratos docker provider

Posted by Akila Ravihansa Perera <ra...@wso2.com>.
Hi,

Shall we have an open Hangout on this Friday (8th) at 2.30pm IST (UTC+5.30)?

@Chris, Tuna: Will that be okay with you?

Thanks.

On Sun, Aug 3, 2014 at 8:23 PM, Sajith Kariyawasam <sa...@wso2.com> wrote:
> +1 for next Friday and would like to join the Hangout.
>
> I also started working on this, was looking to address the points / TODO
> items Imesh has mentioned in an earlier mail thread, IP allocation and
> payload parameter passing. Couldn't complete those upto a satisfactory level
> yet, because I 've been facing issues to get a sample client working with
> jclouds API because the docker version I have installed was not compatible.
> But finally was able to manage that, and sample client works fine, and just
> started the real work and hope that in another 2 / 3 days will be able to
> get the work done to a great extent and will be able to add some value for
> the discussion.
>
> Thanks,
> Sajith
>
>
> On Sat, Aug 2, 2014 at 12:58 PM, Akila Ravihansa Perera <ra...@wso2.com>
> wrote:
>>
>>
>> On 2 Aug 2014 11:34, "Nguyen Anh Tu" <tu...@apache.org> wrote:
>> >
>> > Google hangout or Skype are okie for me. My skype: ng.tuna
>> >
>> > Could you please arrange some times on next Thursday or Friday?
>>
>> +1 for next Friday
>>
>> My Skype id: ravihansa3000
>>
>> >
>> > --Tuna
>> >
>> >
>> > On Sat, Aug 2, 2014 at 12:33 AM, chris snow <ch...@gmail.com> wrote:
>> >>
>> >> Does anyone have an idea what channel we could use for collaboration on
>> >> this?
>> >>
>> >> On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando
>> >> <ni...@gmail.com> wrote:
>> >> > Yes, seems like different people doing same thing without
>> >> > collaborating :)
>> >> >
>> >> > I've done the initial docker implementation for stratos months back
>> >> > and [1]
>> >> > is the email thread. In fact I implemented a jclouds API for docker
>> >> > too and
>> >> > then later realized there's another implementation (one that has been
>> >> > ported
>> >> > to Stratos). This is a perfect example where I could have save some
>> >> > time, if
>> >> > this has been communicated IMO.
>> >> >
>> >> > Let's try to collaborate and finish this off.
>> >> >
>> >> > [1] Support to spawn/stop LXC instances via jClouds :-)
>> >> >
>> >> >
>> >> > On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org>
>> >> > wrote:
>> >> >>
>> >> >> Guys,
>> >> >>
>> >> >> I see that we've stopped/suspended or conflicted that feature for a
>> >> >> while.
>> >> >> I myself willing to contribute but can't see any method to
>> >> >> collaborate with
>> >> >> another guys interesting on that. Each of us works dependently and
>> >> >> then make
>> >> >> many conflictions. My recommendation is that we need a hangout to
>> >> >> figure out
>> >> >> which part each member can work. We need to speed up this feature.
>> >> >> Here I
>> >> >> see Imesh is doing very well. Could you please share your current
>> >> >> status?
>> >> >>
>> >> >> How do you think, guys?
>> >> >>
>> >> >> Thanks.
>> >> >>
>> >> >> --Tuna
>> >> >>
>> >> >>
>> >> >> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
>> >> >> <ra...@wso2.com> wrote:
>> >> >>>
>> >> >>> Hi Chris,
>> >> >>>
>> >> >>> I don't have anything solid to present yet. I haven't been able to
>> >> >>> get
>> >> >>> the code developed by Imesh to work. AFAIK it does not address
>> >> >>> security aspects when using Docker containers. I've been going
>> >> >>> through
>> >> >>> Docker API documentation to come up with a good design.
>> >> >>>
>> >> >>> Thanks.
>> >> >>>
>> >> >>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com>
>> >> >>> wrote:
>> >> >>> > Hi Akila,
>> >> >>> >
>> >> >>> > I haven't started on this yet, so have yet to look through
>> >> >>> > Imesh's
>> >> >>> > code.
>> >> >>> >
>> >> >>> > Have you managed to get anything running yet with docker?
>> >> >>> >
>> >> >>> > Many thanks,
>> >> >>> >
>> >> >>> > Chris
>> >> >>> >
>> >> >>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
>> >> >>> > <ra...@wso2.com> wrote:
>> >> >>> >> Hi Chris,
>> >> >>> >>
>> >> >>> >> I've been working on it for some time. But still I'm going
>> >> >>> >> through the
>> >> >>> >> work Imesh has been doing and familiarizing myself with the
>> >> >>> >> Docker
>> >> >>> >> API. Currently I'm working on an implementation plan for Docker
>> >> >>> >> IaaS
>> >> >>> >> provider support. Will share the details soon.
>> >> >>> >>
>> >> >>> >> Please share your ideas on this. It's always a good idea to have
>> >> >>> >> you
>> >> >>> >> on board :)
>> >> >>> >>
>> >> >>> >> Thanks.
>> >> >>> >>
>> >> >>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow
>> >> >>> >> <ch...@gmail.com>
>> >> >>> >> wrote:
>> >> >>> >>> Is anyone working on the Stratos docker provider that was
>> >> >>> >>> started by
>> >> >>> >>> Imesh [1]?
>> >> >>> >>>
>> >> >>> >>> I would like to work on this, but just wanted to see if anyone
>> >> >>> >>> is
>> >> >>> >>> already working on it ...
>> >> >>> >>>
>> >> >>> >>> ---
>> >> >>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
>> >> >>> >>
>> >> >>> >>
>> >> >>> >>
>> >> >>> >> --
>> >> >>> >> Akila Ravihansa Perera
>> >> >>> >> Software Engineer
>> >> >>> >> WSO2 Inc.
>> >> >>> >> http://wso2.com
>> >> >>> >>
>> >> >>> >> Phone: +94 77 64 154 38
>> >> >>> >> Blog: http://ravihansa3000.blogspot.com
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> --
>> >> >>> Akila Ravihansa Perera
>> >> >>> Software Engineer
>> >> >>> WSO2 Inc.
>> >> >>> http://wso2.com
>> >> >>>
>> >> >>> Phone: +94 77 64 154 38
>> >> >>> Blog: http://ravihansa3000.blogspot.com
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Best Regards,
>> >> > Nirmal
>> >> >
>> >> > Nirmal Fernando.
>> >> > PPMC Member & Committer of Apache Stratos,
>> >> > Senior Software Engineer, WSO2 Inc.
>> >> >
>> >> > Blog: http://nirmalfdo.blogspot.com/
>> >
>> >
>
>
>
>
> --
> --
> Sajith Kariyawasam
> Mobile: +94772269575



-- 
Akila Ravihansa Perera
Software Engineer
WSO2 Inc.
http://wso2.com

Phone: +94 77 64 154 38
Blog: http://ravihansa3000.blogspot.com

Re: stratos docker provider

Posted by Sajith Kariyawasam <sa...@wso2.com>.
+1 for next Friday and would like to join the Hangout.

I also started working on this, was looking to address the points / TODO
items Imesh has mentioned in an earlier mail thread, IP allocation and
payload parameter passing. Couldn't complete those upto a satisfactory
level yet, because I 've been facing issues to get a sample client working
with jclouds API because the docker version I have installed was not
compatible. But finally was able to manage that, and sample client works
fine, and just started the real work and hope that in another 2 / 3 days
will be able to get the work done to a great extent and will be able to add
some value for the discussion.

Thanks,
Sajith


On Sat, Aug 2, 2014 at 12:58 PM, Akila Ravihansa Perera <ra...@wso2.com>
wrote:

>
> On 2 Aug 2014 11:34, "Nguyen Anh Tu" <tu...@apache.org> wrote:
> >
> > Google hangout or Skype are okie for me. My skype: ng.tuna
> >
> > Could you please arrange some times on next Thursday or Friday?
>
> +1 for next Friday
>
> My Skype id: ravihansa3000
>
> >
> > --Tuna
> >
> >
> > On Sat, Aug 2, 2014 at 12:33 AM, chris snow <ch...@gmail.com> wrote:
> >>
> >> Does anyone have an idea what channel we could use for collaboration on
> this?
> >>
> >> On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando <ni...@gmail.com>
> wrote:
> >> > Yes, seems like different people doing same thing without
> collaborating :)
> >> >
> >> > I've done the initial docker implementation for stratos months back
> and [1]
> >> > is the email thread. In fact I implemented a jclouds API for docker
> too and
> >> > then later realized there's another implementation (one that has been
> ported
> >> > to Stratos). This is a perfect example where I could have save some
> time, if
> >> > this has been communicated IMO.
> >> >
> >> > Let's try to collaborate and finish this off.
> >> >
> >> > [1] Support to spawn/stop LXC instances via jClouds :-)
> >> >
> >> >
> >> > On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org>
> wrote:
> >> >>
> >> >> Guys,
> >> >>
> >> >> I see that we've stopped/suspended or conflicted that feature for a
> while.
> >> >> I myself willing to contribute but can't see any method to
> collaborate with
> >> >> another guys interesting on that. Each of us works dependently and
> then make
> >> >> many conflictions. My recommendation is that we need a hangout to
> figure out
> >> >> which part each member can work. We need to speed up this feature.
> Here I
> >> >> see Imesh is doing very well. Could you please share your current
> status?
> >> >>
> >> >> How do you think, guys?
> >> >>
> >> >> Thanks.
> >> >>
> >> >> --Tuna
> >> >>
> >> >>
> >> >> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
> >> >> <ra...@wso2.com> wrote:
> >> >>>
> >> >>> Hi Chris,
> >> >>>
> >> >>> I don't have anything solid to present yet. I haven't been able to
> get
> >> >>> the code developed by Imesh to work. AFAIK it does not address
> >> >>> security aspects when using Docker containers. I've been going
> through
> >> >>> Docker API documentation to come up with a good design.
> >> >>>
> >> >>> Thanks.
> >> >>>
> >> >>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com>
> wrote:
> >> >>> > Hi Akila,
> >> >>> >
> >> >>> > I haven't started on this yet, so have yet to look through Imesh's
> >> >>> > code.
> >> >>> >
> >> >>> > Have you managed to get anything running yet with docker?
> >> >>> >
> >> >>> > Many thanks,
> >> >>> >
> >> >>> > Chris
> >> >>> >
> >> >>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
> >> >>> > <ra...@wso2.com> wrote:
> >> >>> >> Hi Chris,
> >> >>> >>
> >> >>> >> I've been working on it for some time. But still I'm going
> through the
> >> >>> >> work Imesh has been doing and familiarizing myself with the
> Docker
> >> >>> >> API. Currently I'm working on an implementation plan for Docker
> IaaS
> >> >>> >> provider support. Will share the details soon.
> >> >>> >>
> >> >>> >> Please share your ideas on this. It's always a good idea to have
> you
> >> >>> >> on board :)
> >> >>> >>
> >> >>> >> Thanks.
> >> >>> >>
> >> >>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow <
> chsnow123@gmail.com>
> >> >>> >> wrote:
> >> >>> >>> Is anyone working on the Stratos docker provider that was
> started by
> >> >>> >>> Imesh [1]?
> >> >>> >>>
> >> >>> >>> I would like to work on this, but just wanted to see if anyone
> is
> >> >>> >>> already working on it ...
> >> >>> >>>
> >> >>> >>> ---
> >> >>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >> --
> >> >>> >> Akila Ravihansa Perera
> >> >>> >> Software Engineer
> >> >>> >> WSO2 Inc.
> >> >>> >> http://wso2.com
> >> >>> >>
> >> >>> >> Phone: +94 77 64 154 38
> >> >>> >> Blog: http://ravihansa3000.blogspot.com
> >> >>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> Akila Ravihansa Perera
> >> >>> Software Engineer
> >> >>> WSO2 Inc.
> >> >>> http://wso2.com
> >> >>>
> >> >>> Phone: +94 77 64 154 38
> >> >>> Blog: http://ravihansa3000.blogspot.com
> >> >>
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Best Regards,
> >> > Nirmal
> >> >
> >> > Nirmal Fernando.
> >> > PPMC Member & Committer of Apache Stratos,
> >> > Senior Software Engineer, WSO2 Inc.
> >> >
> >> > Blog: http://nirmalfdo.blogspot.com/
> >
> >
>



-- 
*--*
*Sajith Kariyawasam*
*Mobile: +94772269575*

Re: stratos docker provider

Posted by Akila Ravihansa Perera <ra...@wso2.com>.
On 2 Aug 2014 11:34, "Nguyen Anh Tu" <tu...@apache.org> wrote:
>
> Google hangout or Skype are okie for me. My skype: ng.tuna
>
> Could you please arrange some times on next Thursday or Friday?

+1 for next Friday

My Skype id: ravihansa3000

>
> --Tuna
>
>
> On Sat, Aug 2, 2014 at 12:33 AM, chris snow <ch...@gmail.com> wrote:
>>
>> Does anyone have an idea what channel we could use for collaboration on
this?
>>
>> On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando <ni...@gmail.com>
wrote:
>> > Yes, seems like different people doing same thing without
collaborating :)
>> >
>> > I've done the initial docker implementation for stratos months back
and [1]
>> > is the email thread. In fact I implemented a jclouds API for docker
too and
>> > then later realized there's another implementation (one that has been
ported
>> > to Stratos). This is a perfect example where I could have save some
time, if
>> > this has been communicated IMO.
>> >
>> > Let's try to collaborate and finish this off.
>> >
>> > [1] Support to spawn/stop LXC instances via jClouds :-)
>> >
>> >
>> > On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
>> >>
>> >> Guys,
>> >>
>> >> I see that we've stopped/suspended or conflicted that feature for a
while.
>> >> I myself willing to contribute but can't see any method to
collaborate with
>> >> another guys interesting on that. Each of us works dependently and
then make
>> >> many conflictions. My recommendation is that we need a hangout to
figure out
>> >> which part each member can work. We need to speed up this feature.
Here I
>> >> see Imesh is doing very well. Could you please share your current
status?
>> >>
>> >> How do you think, guys?
>> >>
>> >> Thanks.
>> >>
>> >> --Tuna
>> >>
>> >>
>> >> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
>> >> <ra...@wso2.com> wrote:
>> >>>
>> >>> Hi Chris,
>> >>>
>> >>> I don't have anything solid to present yet. I haven't been able to
get
>> >>> the code developed by Imesh to work. AFAIK it does not address
>> >>> security aspects when using Docker containers. I've been going
through
>> >>> Docker API documentation to come up with a good design.
>> >>>
>> >>> Thanks.
>> >>>
>> >>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com>
wrote:
>> >>> > Hi Akila,
>> >>> >
>> >>> > I haven't started on this yet, so have yet to look through Imesh's
>> >>> > code.
>> >>> >
>> >>> > Have you managed to get anything running yet with docker?
>> >>> >
>> >>> > Many thanks,
>> >>> >
>> >>> > Chris
>> >>> >
>> >>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
>> >>> > <ra...@wso2.com> wrote:
>> >>> >> Hi Chris,
>> >>> >>
>> >>> >> I've been working on it for some time. But still I'm going
through the
>> >>> >> work Imesh has been doing and familiarizing myself with the Docker
>> >>> >> API. Currently I'm working on an implementation plan for Docker
IaaS
>> >>> >> provider support. Will share the details soon.
>> >>> >>
>> >>> >> Please share your ideas on this. It's always a good idea to have
you
>> >>> >> on board :)
>> >>> >>
>> >>> >> Thanks.
>> >>> >>
>> >>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow <ch...@gmail.com>
>> >>> >> wrote:
>> >>> >>> Is anyone working on the Stratos docker provider that was
started by
>> >>> >>> Imesh [1]?
>> >>> >>>
>> >>> >>> I would like to work on this, but just wanted to see if anyone is
>> >>> >>> already working on it ...
>> >>> >>>
>> >>> >>> ---
>> >>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> --
>> >>> >> Akila Ravihansa Perera
>> >>> >> Software Engineer
>> >>> >> WSO2 Inc.
>> >>> >> http://wso2.com
>> >>> >>
>> >>> >> Phone: +94 77 64 154 38
>> >>> >> Blog: http://ravihansa3000.blogspot.com
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Akila Ravihansa Perera
>> >>> Software Engineer
>> >>> WSO2 Inc.
>> >>> http://wso2.com
>> >>>
>> >>> Phone: +94 77 64 154 38
>> >>> Blog: http://ravihansa3000.blogspot.com
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Best Regards,
>> > Nirmal
>> >
>> > Nirmal Fernando.
>> > PPMC Member & Committer of Apache Stratos,
>> > Senior Software Engineer, WSO2 Inc.
>> >
>> > Blog: http://nirmalfdo.blogspot.com/
>
>

Re: stratos docker provider

Posted by Nguyen Anh Tu <tu...@apache.org>.
Google hangout or Skype are okie for me. My skype: ng.tuna

Could you please arrange some times on next Thursday or Friday?

--Tuna


On Sat, Aug 2, 2014 at 12:33 AM, chris snow <ch...@gmail.com> wrote:

> Does anyone have an idea what channel we could use for collaboration on
> this?
>
> On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando <ni...@gmail.com>
> wrote:
> > Yes, seems like different people doing same thing without collaborating
> :)
> >
> > I've done the initial docker implementation for stratos months back and
> [1]
> > is the email thread. In fact I implemented a jclouds API for docker too
> and
> > then later realized there's another implementation (one that has been
> ported
> > to Stratos). This is a perfect example where I could have save some
> time, if
> > this has been communicated IMO.
> >
> > Let's try to collaborate and finish this off.
> >
> > [1] Support to spawn/stop LXC instances via jClouds :-)
> >
> >
> > On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
> >>
> >> Guys,
> >>
> >> I see that we've stopped/suspended or conflicted that feature for a
> while.
> >> I myself willing to contribute but can't see any method to collaborate
> with
> >> another guys interesting on that. Each of us works dependently and then
> make
> >> many conflictions. My recommendation is that we need a hangout to
> figure out
> >> which part each member can work. We need to speed up this feature. Here
> I
> >> see Imesh is doing very well. Could you please share your current
> status?
> >>
> >> How do you think, guys?
> >>
> >> Thanks.
> >>
> >> --Tuna
> >>
> >>
> >> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
> >> <ra...@wso2.com> wrote:
> >>>
> >>> Hi Chris,
> >>>
> >>> I don't have anything solid to present yet. I haven't been able to get
> >>> the code developed by Imesh to work. AFAIK it does not address
> >>> security aspects when using Docker containers. I've been going through
> >>> Docker API documentation to come up with a good design.
> >>>
> >>> Thanks.
> >>>
> >>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com>
> wrote:
> >>> > Hi Akila,
> >>> >
> >>> > I haven't started on this yet, so have yet to look through Imesh's
> >>> > code.
> >>> >
> >>> > Have you managed to get anything running yet with docker?
> >>> >
> >>> > Many thanks,
> >>> >
> >>> > Chris
> >>> >
> >>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
> >>> > <ra...@wso2.com> wrote:
> >>> >> Hi Chris,
> >>> >>
> >>> >> I've been working on it for some time. But still I'm going through
> the
> >>> >> work Imesh has been doing and familiarizing myself with the Docker
> >>> >> API. Currently I'm working on an implementation plan for Docker IaaS
> >>> >> provider support. Will share the details soon.
> >>> >>
> >>> >> Please share your ideas on this. It's always a good idea to have you
> >>> >> on board :)
> >>> >>
> >>> >> Thanks.
> >>> >>
> >>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow <ch...@gmail.com>
> >>> >> wrote:
> >>> >>> Is anyone working on the Stratos docker provider that was started
> by
> >>> >>> Imesh [1]?
> >>> >>>
> >>> >>> I would like to work on this, but just wanted to see if anyone is
> >>> >>> already working on it ...
> >>> >>>
> >>> >>> ---
> >>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
> >>> >>
> >>> >>
> >>> >>
> >>> >> --
> >>> >> Akila Ravihansa Perera
> >>> >> Software Engineer
> >>> >> WSO2 Inc.
> >>> >> http://wso2.com
> >>> >>
> >>> >> Phone: +94 77 64 154 38
> >>> >> Blog: http://ravihansa3000.blogspot.com
> >>>
> >>>
> >>>
> >>> --
> >>> Akila Ravihansa Perera
> >>> Software Engineer
> >>> WSO2 Inc.
> >>> http://wso2.com
> >>>
> >>> Phone: +94 77 64 154 38
> >>> Blog: http://ravihansa3000.blogspot.com
> >>
> >>
> >
> >
> >
> > --
> > Best Regards,
> > Nirmal
> >
> > Nirmal Fernando.
> > PPMC Member & Committer of Apache Stratos,
> > Senior Software Engineer, WSO2 Inc.
> >
> > Blog: http://nirmalfdo.blogspot.com/
>

Re: stratos docker provider

Posted by chris snow <ch...@gmail.com>.
Does anyone have an idea what channel we could use for collaboration on this?

On Fri, Aug 1, 2014 at 5:24 AM, Nirmal Fernando <ni...@gmail.com> wrote:
> Yes, seems like different people doing same thing without collaborating :)
>
> I've done the initial docker implementation for stratos months back and [1]
> is the email thread. In fact I implemented a jclouds API for docker too and
> then later realized there's another implementation (one that has been ported
> to Stratos). This is a perfect example where I could have save some time, if
> this has been communicated IMO.
>
> Let's try to collaborate and finish this off.
>
> [1] Support to spawn/stop LXC instances via jClouds :-)
>
>
> On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org> wrote:
>>
>> Guys,
>>
>> I see that we've stopped/suspended or conflicted that feature for a while.
>> I myself willing to contribute but can't see any method to collaborate with
>> another guys interesting on that. Each of us works dependently and then make
>> many conflictions. My recommendation is that we need a hangout to figure out
>> which part each member can work. We need to speed up this feature. Here I
>> see Imesh is doing very well. Could you please share your current status?
>>
>> How do you think, guys?
>>
>> Thanks.
>>
>> --Tuna
>>
>>
>> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera
>> <ra...@wso2.com> wrote:
>>>
>>> Hi Chris,
>>>
>>> I don't have anything solid to present yet. I haven't been able to get
>>> the code developed by Imesh to work. AFAIK it does not address
>>> security aspects when using Docker containers. I've been going through
>>> Docker API documentation to come up with a good design.
>>>
>>> Thanks.
>>>
>>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com> wrote:
>>> > Hi Akila,
>>> >
>>> > I haven't started on this yet, so have yet to look through Imesh's
>>> > code.
>>> >
>>> > Have you managed to get anything running yet with docker?
>>> >
>>> > Many thanks,
>>> >
>>> > Chris
>>> >
>>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
>>> > <ra...@wso2.com> wrote:
>>> >> Hi Chris,
>>> >>
>>> >> I've been working on it for some time. But still I'm going through the
>>> >> work Imesh has been doing and familiarizing myself with the Docker
>>> >> API. Currently I'm working on an implementation plan for Docker IaaS
>>> >> provider support. Will share the details soon.
>>> >>
>>> >> Please share your ideas on this. It's always a good idea to have you
>>> >> on board :)
>>> >>
>>> >> Thanks.
>>> >>
>>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow <ch...@gmail.com>
>>> >> wrote:
>>> >>> Is anyone working on the Stratos docker provider that was started by
>>> >>> Imesh [1]?
>>> >>>
>>> >>> I would like to work on this, but just wanted to see if anyone is
>>> >>> already working on it ...
>>> >>>
>>> >>> ---
>>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Akila Ravihansa Perera
>>> >> Software Engineer
>>> >> WSO2 Inc.
>>> >> http://wso2.com
>>> >>
>>> >> Phone: +94 77 64 154 38
>>> >> Blog: http://ravihansa3000.blogspot.com
>>>
>>>
>>>
>>> --
>>> Akila Ravihansa Perera
>>> Software Engineer
>>> WSO2 Inc.
>>> http://wso2.com
>>>
>>> Phone: +94 77 64 154 38
>>> Blog: http://ravihansa3000.blogspot.com
>>
>>
>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/

Re: stratos docker provider

Posted by Nirmal Fernando <ni...@gmail.com>.
Yes, seems like different people doing same thing without collaborating :)

I've done the initial docker implementation for stratos months back and [1]
is the email thread. In fact I implemented a jclouds API for docker too and
then later realized there's another implementation (one that has been
ported to Stratos). This is a perfect example where I could have save some
time, if this has been communicated IMO.

Let's try to collaborate and finish this off.

[1] Support to spawn/stop LXC instances via jClouds :-)


On Fri, Aug 1, 2014 at 9:32 AM, Nguyen Anh Tu <tu...@apache.org> wrote:

> Guys,
>
> I see that we've stopped/suspended or conflicted that feature for a while.
> I myself willing to contribute but can't see any method to collaborate with
> another guys interesting on that. Each of us works dependently and then
> make many conflictions. My recommendation is that we need a hangout to
> figure out which part each member can work. We need to speed up this
> feature. Here I see Imesh is doing very well. Could you please share your
> current status?
>
> How do you think, guys?
>
> Thanks.
>
> --Tuna
>
>
> On Fri, Aug 1, 2014 at 1:09 AM, Akila Ravihansa Perera <ravihansa@wso2.com
> > wrote:
>
>> Hi Chris,
>>
>> I don't have anything solid to present yet. I haven't been able to get
>> the code developed by Imesh to work. AFAIK it does not address
>> security aspects when using Docker containers. I've been going through
>> Docker API documentation to come up with a good design.
>>
>> Thanks.
>>
>> On Thu, Jul 31, 2014 at 10:47 PM, chris snow <ch...@gmail.com> wrote:
>> > Hi Akila,
>> >
>> > I haven't started on this yet, so have yet to look through Imesh's code.
>> >
>> > Have you managed to get anything running yet with docker?
>> >
>> > Many thanks,
>> >
>> > Chris
>> >
>> > On Thu, Jul 31, 2014 at 6:11 PM, Akila Ravihansa Perera
>> > <ra...@wso2.com> wrote:
>> >> Hi Chris,
>> >>
>> >> I've been working on it for some time. But still I'm going through the
>> >> work Imesh has been doing and familiarizing myself with the Docker
>> >> API. Currently I'm working on an implementation plan for Docker IaaS
>> >> provider support. Will share the details soon.
>> >>
>> >> Please share your ideas on this. It's always a good idea to have you
>> on board :)
>> >>
>> >> Thanks.
>> >>
>> >> On Thu, Jul 31, 2014 at 10:12 PM, chris snow <ch...@gmail.com>
>> wrote:
>> >>> Is anyone working on the Stratos docker provider that was started by
>> Imesh [1]?
>> >>>
>> >>> I would like to work on this, but just wanted to see if anyone is
>> >>> already working on it ...
>> >>>
>> >>> ---
>> >>> [1] https://issues.apache.org/jira/browse/STRATOS-693
>> >>
>> >>
>> >>
>> >> --
>> >> Akila Ravihansa Perera
>> >> Software Engineer
>> >> WSO2 Inc.
>> >> http://wso2.com
>> >>
>> >> Phone: +94 77 64 154 38
>> >> Blog: http://ravihansa3000.blogspot.com
>>
>>
>>
>> --
>> Akila Ravihansa Perera
>> Software Engineer
>> WSO2 Inc.
>> http://wso2.com
>>
>> Phone: +94 77 64 154 38
>> Blog: http://ravihansa3000.blogspot.com
>>
>
>


-- 
Best Regards,
Nirmal

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

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