You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Paul Fremantle <pa...@wso2.com> on 2014/04/03 10:47:32 UTC

Stratos on Digital Ocean

Folks

I just tried an IaaS called Digital Ocean. Its very simple and effective.
Its really nice. I think it would be cool to get Stratos running on it.

There is a Jclouds provider for Digital Ocean:
https://github.com/jclouds/jclouds-labs/tree/master/digitalocean

Paul

-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org
twitter.com/pzfreo
paul@wso2.com

wso2.com Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

Re: Stratos on Digital Ocean

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

This seems to be an OSGi bundling issue, in that case you might not see a
stack trace. If you are available we can have a screen sharing session and
debug, now.


On Sun, Apr 27, 2014 at 11:12 PM, Jason Daly <ja...@systembind.com>wrote:

>  Hi Nirmal,
>
> I added these dependencies but the Cloud Controller still does not start.
> Looking through the logs I see the AutoScaler Axis2 service starting but do
> not see any reference to an attempt to start the CloudContoller Axis2
> service.
>
> Two questions:
>
>
>    - Should there not be a stack trace in the wso2carbon.log file showing
>    the CloudController startup failure?  That would help in identifying which
>    parameters/missing dependencies are causing the issue.
>    - Is there a way to test the CloudController on its own (throwing
>    stack traces are necessary when errors are encountered)?  This would help
>    in building in the CloudStack support.
>
>
> Thanks
>
> *Jason Daly*
> *VP, Product Development*
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>  On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
>
> Ok, seems like your Cloud Controller bundle failed to start after your
> modification. Did you add Cloud-stack related jclouds jars to the
> Cloud-controller feature pom as dependencies?
> (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
>
>
> On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly <ja...@systembind.com>wrote:
>
>>  Yes, it's a single JVM installation.  I've been starting stratos with
>> the following command:
>>
>>
>>    - /opt/stratos/apache-stratos/bin/stratos.sh -Dprofile="default" start
>>
>>
>> Running
>>
>>
>>    - netstat -an | grep -i listen | grep tcp
>>
>>
>> shows only port 9443 being listened on (i.e. for ports in the range of
>> 944x):
>>
>>
>>  #> netstat -an | grep -i listen | grep tcp
>>
>> ...
>>
>>  tcp        0      0 :::8161
>> :::*                        LISTEN
>> tcp        0      0 :::9443
>> :::*                        LISTEN
>> tcp        0      0 :::9763
>> :::*                        LISTEN
>> tcp        0      0 :::42502
>> :::*                        LISTEN
>> tcp        0      0 :::11111
>> :::*                        LISTEN
>> tcp        0      0 :::5672
>> :::*                        LISTEN
>> tcp        0      0 :::54570
>> :::*                        LISTEN
>> tcp        0      0 :::3306
>> :::*                        LISTEN
>>
>>
>>   *Jason Daly*
>> *VP, Product Development*
>>  *SystemBind Consulting & IT Services Inc.*
>> 5115 Maingate Drive, Unit 1
>> Mississauga, ON
>> Tel: 416.848.0980 x 850
>> Mobile: 416.388.4070
>> Toll: 1.877.SYS.BIND
>> www.systembind.com
>>   On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
>>
>> Are you using Stratos as a single JVM? If not what's the port of Cloud
>> controller?
>>
>>
>> On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly <ja...@systembind.com>wrote:
>>
>>>  Hi,
>>>
>>> I've setup Stratos and have logged into the Stratos Manager web UI to
>>> configure stratos (i.e. adding CloudStack as an Iaas).  The UI accepts
>>> CloudStack as the Iaas (as I've created the required classes and configured
>>> CloudStack as a provider in cloud-controller.xml).
>>>
>>> One issue I'm encountering is that when attempting to save a Partition
>>> configuration within the Stratos Manager UI when clicking 'Deploy' I
>>> receive the following error message:
>>>
>>>
>>>    - The service cannot be found for the endpoint reference (EPR)
>>>    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/The service cannot be found for the endpoint reference (EPR)
>>>    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>>>
>>>
>>> It looks like the CloudControllerService service is not published within
>>> Axis2.  Possibly a step missed during installation?
>>>
>>> Does anyone know the cause of this error message and if so how to
>>> rectify it?
>>>
>>>
>>> Thanks
>>>
>>>
>>> *Jason Daly*
>>> *VP, Product Development*
>>> SystemBind Consulting & IT Services Inc.
>>>  5115 Maingate Drive, Unit 1
>>> Mississauga, ON
>>>
>>> Tel: 416.848.0980 x 850
>>> Mobile: 416.388.4070
>>> Toll: 1.877.SYS.BIND
>>> www.systembind.com
>>>
>>>   On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
>>>
>>> Great work Jason!!
>>>
>>>
>>> On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando <nirmal070125@gmail.com
>>> > wrote:
>>>
>>>> Awesome!
>>>>
>>>>
>>>>  On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly <jason.daly@systembind.com
>>>> > wrote:
>>>>
>>>>>  Short update:
>>>>>
>>>>> Following the new Iaas wiki page I've created two classes:
>>>>>
>>>>>
>>>>>    - CloudStackIaas
>>>>>
>>>>>
>>>>>    - CloudStackPartitionValidator
>>>>>
>>>>> I've added the jclouds CloudStack api to the Stratos JClouds apis
>>>>> directory and hvae edited the classes listed above as required.  Building
>>>>> the distribution with these changes completes successfully.
>>>>>
>>>>> I'll now test the new build and will tweak the two CloudStack classes
>>>>> as needed based on test results.
>>>>>
>>>>> More updates to come:
>>>>>
>>>>>
>>>>>
>>>>> *Jason Daly*
>>>>> *VP, Product Development*
>>>>> SystemBind Consulting & IT Services Inc.
>>>>>  5115 Maingate Drive, Unit 1
>>>>> Mississauga, ON
>>>>>
>>>>> Tel: 416.848.0980 x 850
>>>>> Mobile: 416.388.4070
>>>>> Toll: 1.877.SYS.BIND
>>>>> www.systembind.com
>>>>>
>>>>>
>>>>>   On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>>>>
>>>>>  Hi Jason,
>>>>>
>>>>> Great to hear! Sorry, somehow I missed your last email.
>>>>>
>>>>>  Let me know if you need any help.
>>>>>
>>>>>
>>>>> On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <jason.daly@systembind.com
>>>>> > wrote:
>>>>>
>>>>>>  Hi,
>>>>>>
>>>>>> Short update: I've installed Stratos and have it running successfully
>>>>>> (single JVM installation).  I am now working on CloudStack-enabling it.
>>>>>> I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider)
>>>>>> implementing a CloudStackIaas.java class.
>>>>>>
>>>>>>
>>>>>>  More updates to come.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  Jason Daly
>>>>>> VP, Product Development
>>>>>> SystemBind Consulting & IT Services Inc.
>>>>>> 5115 Maingate Drive, Unit 1
>>>>>> Mississauga, ON
>>>>>> Tel: 416.848.0980 x 850
>>>>>> Mobile: 416.388.4070
>>>>>> Toll: 1.877.SYS.BIND
>>>>>> www.systembind.com
>>>>>>
>>>>>> -----Original message-----
>>>>>> *From:* Lakmal Warusawithana <la...@wso2.com>
>>>>>> *Sent:* Saturday 5th April 2014 23:07
>>>>>> *To:* dev@stratos.incubator.apache.org
>>>>>> *Subject:* Re: Stratos on Digital Ocean
>>>>>>
>>>>>> Awesome news Jason.
>>>>>>
>>>>>>
>>>>>> On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <jason.daly@systembind.com
>>>>>> > wrote:
>>>>>>
>>>>>>> Hi Nirmal,
>>>>>>>
>>>>>>> I've tested CloudStack integration with JClouds and it's running
>>>>>>> fine.  I recall earlier versions of JClouds requiring configuration to
>>>>>>> integrate with CloudStack but using the latest version of JClouds was quite
>>>>>>> out of the box:
>>>>>>>
>>>>>>>                 ComputeServiceContext context =
>>>>>>> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>>>>>>                 ComputeService compute = context.getComputeService();
>>>>>>>                 compute.listNodes();
>>>>>>>                 ...
>>>>>>>
>>>>>>> Entering the CloudStack URL as the endpoint (i.e.
>>>>>>> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for
>>>>>>> the user and "cloudstack" as the provider was all that was required.  The
>>>>>>> above code snippet then lists the nodes the user has access to.
>>>>>>>
>>>>>>> As such I'll setup Stratos on our CloudStack instance now and will
>>>>>>> test it out.
>>>>>>>
>>>>>>> Further updates to come...
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> * Jason Daly*
>>>>>>> *VP, Product Development*
>>>>>>> SystemBind Consulting & IT Services Inc.
>>>>>>>  5115 Maingate Drive, Unit 1
>>>>>>> Mississauga, ON
>>>>>>>
>>>>>>> Tel: 416.848.0980 x 850
>>>>>>> Mobile: 416.388.4070
>>>>>>> Toll: 1.877.SYS.BIND
>>>>>>> www.systembind.com
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>    Nirmal Fernando <ni...@gmail.com>
>>>>>>>  April-03-14 8:01 AM
>>>>>>>   Great! thanks Jason! If you need some help on CloudStack
>>>>>>> integration let me know.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Best Regards,
>>>>>>> Nirmal
>>>>>>>
>>>>>>> Nirmal Fernando.
>>>>>>> PPMC Member & Committer of Apache Stratos,
>>>>>>> Senior Software Engineer, WSO2 Inc.
>>>>>>>
>>>>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>>>>     Jason Daly <ja...@systembind.com>
>>>>>>>  April-03-14 7:45 AM
>>>>>>>   Ok great.  I'll work on completing the Jclouds CloudStack work
>>>>>>> and when done we'll setup a Stratos demo environment and will give access
>>>>>>> to the IaaS admin section to whomever needs access.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *Jason Daly VP, Product Development*
>>>>>>> *SystemBind Consulting & IT Services Inc.*
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario
>>>>>>> Tel: 416.848.0980 x 850 <416.848.0980;850> Mobile: 416.388.4070
>>>>>>> <416.388.4070> Toll: 1.877.SYS.BIND www.systembind.com
>>>>>>> <http://www.systembind.com/>*
>>>>>>>
>>>>>>> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>>>>>>
>>>>>>>     Paul Fremantle <pa...@wso2.com>
>>>>>>>  April-03-14 7:39 AM
>>>>>>>
>>>>>>> Definitely!!!  Yes please.
>>>>>>>
>>>>>>> Paul
>>>>>>>    Paul Fremantle <pa...@wso2.com>
>>>>>>>  April-03-14 4:47 AM
>>>>>>>   Folks
>>>>>>>
>>>>>>>  I just tried an IaaS called Digital Ocean. Its very simple and
>>>>>>> effective. Its really nice. I think it would be cool to get Stratos running
>>>>>>> on it.
>>>>>>>
>>>>>>>  There is a Jclouds provider for Digital Ocean:
>>>>>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>>>>
>>>>>>>  Paul
>>>>>>>
>>>>>>>  --
>>>>>>> Paul Fremantle
>>>>>>> CTO and Co-Founder, WSO2
>>>>>>> OASIS WS-RX TC Co-chair, Apache Member
>>>>>>>
>>>>>>> UK: +44 207 096 0336 <%2B44%20207%20096%200336>
>>>>>>> US: +1 646 595 7614 <%2B1%20646%20595%207614>
>>>>>>>
>>>>>>> blog: http://pzf.fremantle.org
>>>>>>> twitter.com/pzfreo
>>>>>>> paul@wso2.com
>>>>>>>
>>>>>>>  wso2.com Lean Enterprise Middleware
>>>>>>>
>>>>>>> Disclaimer: This communication may contain privileged or other
>>>>>>> confidential information and is intended exclusively for the addressee/s.
>>>>>>> If you are not the intended recipient/s, or believe that you may have
>>>>>>> received this communication in error, please reply to the sender indicating
>>>>>>> that fact and delete the copy you received and in addition, you should not
>>>>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>>>>> contained in this communication. Internet communications cannot be
>>>>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>>>>> accept liability for any errors or omissions.
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>  --
>>>>>> Lakmal Warusawithana
>>>>>> Software Architect; WSO2 Inc.
>>>>>> Mobile : +94714289692
>>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best Regards,
>>>>> Nirmal
>>>>>
>>>>> Nirmal Fernando.
>>>>> PPMC Member & Committer of Apache Stratos,
>>>>> Senior Software Engineer, WSO2 Inc.
>>>>>
>>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards,
>>>> Nirmal
>>>>
>>>> Nirmal Fernando.
>>>> PPMC Member & Committer of Apache Stratos,
>>>> Senior Software Engineer, WSO2 Inc.
>>>>
>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>
>>>
>>>
>>>
>>> --
>>> 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/
>>
>>
>>
>
>
> --
> 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 on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Hi Nirmal,

I added these dependencies but the Cloud Controller still does not 
start.  Looking through the logs I see the AutoScaler Axis2 service 
starting but do not see any reference to an attempt to start the 
CloudContoller Axis2 service.

Two questions:

  * Should there not be a stack trace in the wso2carbon.log file showing
    the CloudController startup failure?  That would help in identifying
    which parameters/missing dependencies are causing the issue.
  * Is there a way to test the CloudController on its own (throwing
    stack traces are necessary when errors are encountered)?  This would
    help in building in the CloudStack support.


Thanks


*Jason Daly*
*VP, Product Development*
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com
On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
> Ok, seems like your Cloud Controller bundle failed to start after your 
> modification. Did you add Cloud-stack related jclouds jars to the 
> Cloud-controller feature pom as dependencies? 
> (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
>
>
> On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly <jason.daly@systembind.com 
> <ma...@systembind.com>> wrote:
>
>     Yes, it's a single JVM installation.  I've been starting stratos
>     with the following command:
>
>       * /opt/stratos/apache-stratos/bin/stratos.sh -Dprofile="default"
>         start
>
>
>     Running
>
>       * netstat -an | grep -i listen | grep tcp
>
>
>     shows only port 9443 being listened on (i.e. for ports in the
>     range of 944x):
>
>
>         #> netstat -an | grep -i listen | grep tcp
>
>         ...
>
>         tcp        0      0 :::8161 :::*                        LISTEN
>         tcp        0      0 :::9443 :::*                        LISTEN
>         tcp        0      0 :::9763 :::*                        LISTEN
>         tcp        0      0 :::42502 :::*                        LISTEN
>         tcp        0      0 :::11111 :::*                        LISTEN
>         tcp        0      0 :::5672 :::*                        LISTEN
>         tcp        0      0 :::54570 :::*                        LISTEN
>         tcp        0      0 :::3306 :::*                        LISTEN
>
>
>     *Jason Daly*
>     *VP, Product Development*
>     *SystemBind Consulting & IT Services Inc.*
>     5115 Maingate Drive, Unit 1
>     Mississauga, ON
>     Tel: 416.848.0980 x 850
>     Mobile: 416.388.4070
>     Toll: 1.877.SYS.BIND
>     www.systembind.com <http://www.systembind.com>
>     On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
>>     Are you using Stratos as a single JVM? If not what's the port of
>>     Cloud controller?
>>
>>
>>     On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly
>>     <jason.daly@systembind.com <ma...@systembind.com>> wrote:
>>
>>         Hi,
>>
>>         I've setup Stratos and have logged into the Stratos Manager
>>         web UI to configure stratos (i.e. adding CloudStack as an
>>         Iaas).  The UI accepts CloudStack as the Iaas (as I've
>>         created the required classes and configured CloudStack as a
>>         provider in cloud-controller.xml).
>>
>>         One issue I'm encountering is that when attempting to save a
>>         Partition configuration within the Stratos Manager UI when
>>         clicking 'Deploy' I receive the following error message:
>>
>>           * The service cannot be found for the endpoint reference
>>             (EPR)
>>             https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>>             The service cannot be found for the endpoint reference
>>             (EPR)
>>             https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>>
>>
>>
>>         It looks like the CloudControllerService service is not
>>         published within Axis2. Possibly a step missed during
>>         installation?
>>
>>         Does anyone know the cause of this error message and if so
>>         how to rectify it?
>>
>>
>>         Thanks
>>
>>
>>         *Jason Daly*
>>         *VP, Product Development*
>>         SystemBind Consulting & IT Services Inc.
>>         5115 Maingate Drive, Unit 1
>>         Mississauga, ON
>>
>>         Tel: 416.848.0980 <tel:416.848.0980> x 850
>>         Mobile: 416.388.4070 <tel:416.388.4070>
>>         Toll: 1.877.SYS.BIND
>>         www.systembind.com <http://www.systembind.com>
>>
>>         On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
>>>         Great work Jason!!
>>>
>>>
>>>         On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando
>>>         <nirmal070125@gmail.com <ma...@gmail.com>> wrote:
>>>
>>>             Awesome!
>>>
>>>
>>>             On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly
>>>             <jason.daly@systembind.com
>>>             <ma...@systembind.com>> wrote:
>>>
>>>                 Short update:
>>>
>>>                 Following the new Iaas wiki page I've created two
>>>                 classes:
>>>
>>>                   * CloudStackIaas
>>>
>>>                   * CloudStackPartitionValidator
>>>
>>>                 I've added the jclouds CloudStack api to the Stratos
>>>                 JClouds apis directory and hvae edited the classes
>>>                 listed above as required.  Building the distribution
>>>                 with these changes completes successfully.
>>>
>>>                 I'll now test the new build and will tweak the two
>>>                 CloudStack classes as needed based on test results.
>>>
>>>                 More updates to come:
>>>
>>>
>>>
>>>                 *Jason Daly*
>>>                 *VP, Product Development*
>>>                 SystemBind Consulting & IT Services Inc.
>>>                 5115 Maingate Drive, Unit 1
>>>                 Mississauga, ON
>>>
>>>                 Tel: 416.848.0980 <tel:416.848.0980> x 850
>>>                 Mobile: 416.388.4070 <tel:416.388.4070>
>>>                 Toll: 1.877.SYS.BIND
>>>                 www.systembind.com <http://www.systembind.com>
>>>
>>>
>>>                 On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>>>                 Hi Jason,
>>>>
>>>>                 Great to hear! Sorry, somehow I missed your last
>>>>                 email.
>>>>
>>>>                 Let me know if you need any help.
>>>>
>>>>
>>>>                 On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly
>>>>                 <jason.daly@systembind.com
>>>>                 <ma...@systembind.com>> wrote:
>>>>
>>>>                     Hi,
>>>>
>>>>                     Short update: I've installed Stratos and have
>>>>                     it running successfully (single JVM
>>>>                     installation). I am now working on
>>>>                     CloudStack-enabling it.  I'm following the wiki
>>>>                     guide (4.0.0 Adding support for a new IaaS
>>>>                     provider) implementing a CloudStackIaas.java class.
>>>>
>>>>
>>>>                     More updates to come.
>>>>
>>>>
>>>>
>>>>
>>>>                     Jason Daly
>>>>                     VP, Product Development
>>>>                     SystemBind Consulting & IT Services Inc.
>>>>                     5115 Maingate Drive, Unit 1
>>>>                     Mississauga, ON
>>>>                     Tel: 416.848.0980 x 850
>>>>                     Mobile: 416.388.4070
>>>>                     Toll: 1.877.SYS.BIND
>>>>                     www.systembind.com <http://www.systembind.com>
>>>>
>>>>                         -----Original message-----
>>>>                         *From:* Lakmal
>>>>                         Warusawithana <lakmal@wso2.com
>>>>                         <ma...@wso2.com>>
>>>>                         *Sent:* Saturday 5th April 2014 23:07
>>>>                         *To:* dev@stratos.incubator.apache.org
>>>>                         <ma...@stratos.incubator.apache.org>
>>>>                         *Subject:* Re: Stratos on Digital Ocean
>>>>
>>>>                         Awesome news Jason.
>>>>
>>>>
>>>>                         On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly
>>>>                         <jason.daly@systembind.com
>>>>                         <ma...@systembind.com>> wrote:
>>>>
>>>>                             Hi Nirmal,
>>>>
>>>>                             I've tested CloudStack integration with
>>>>                             JClouds and it's running fine. I recall
>>>>                             earlier versions of JClouds requiring
>>>>                             configuration to integrate with
>>>>                             CloudStack but using the latest version
>>>>                             of JClouds was quite out of the box:
>>>>
>>>>                             ComputeServiceContext context =
>>>>                             ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>>>                             ComputeService compute =
>>>>                             context.getComputeService();
>>>>                             compute.listNodes();
>>>>                                 ...
>>>>
>>>>                             Entering the CloudStack URL as the
>>>>                             endpoint (i.e.
>>>>                             http://1.2.3.4/client/api) the
>>>>                             CloudStack apiKey and secretKey for the
>>>>                             user and "cloudstack" as the provider
>>>>                             was all that was required.  The above
>>>>                             code snippet then lists the nodes the
>>>>                             user has access to.
>>>>
>>>>                             As such I'll setup Stratos on our
>>>>                             CloudStack instance now and will test
>>>>                             it out.
>>>>
>>>>                             Further updates to come...
>>>>
>>>>
>>>>                             -- 
>>>>                             *
>>>>                             Jason Daly*
>>>>                             *VP, Product Development*
>>>>                             SystemBind Consulting & IT Services Inc.
>>>>                             5115 Maingate Drive, Unit 1
>>>>                             Mississauga, ON
>>>>
>>>>                             Tel: 416.848.0980 <tel:416.848.0980> x 850
>>>>                             Mobile: 416.388.4070 <tel:416.388.4070>
>>>>                             Toll: 1.877.SYS.BIND
>>>>                             www.systembind.com
>>>>                             <http://www.systembind.com>
>>>>
>>>>
>>>>
>>>>>                             Nirmal Fernando
>>>>>                             <ma...@gmail.com>
>>>>>                             April-03-14 8:01 AM
>>>>>                             Great! thanks Jason! If you need some
>>>>>                             help on CloudStack integration let me
>>>>>                             know.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>                             -- 
>>>>>                             Best Regards,
>>>>>                             Nirmal
>>>>>
>>>>>                             Nirmal Fernando.
>>>>>                             PPMC Member & Committer of Apache Stratos,
>>>>>                             Senior Software Engineer, WSO2 Inc.
>>>>>
>>>>>                             Blog: http://nirmalfdo.blogspot.com/
>>>>>                             Jason Daly
>>>>>                             <ma...@systembind.com>
>>>>>                             April-03-14 7:45 AM
>>>>>                             Ok great.  I'll work on completing the
>>>>>                             Jclouds CloudStack work and when done
>>>>>                             we'll setup a Stratos demo environment
>>>>>                             and will give access to the IaaS admin
>>>>>                             section to whomever needs access.
>>>>>
>>>>>
>>>>>                             *Jason Daly
>>>>>                             VP, Product Development*
>>>>>                             *SystemBind Consulting & IT Services Inc.*
>>>>>                             *5115 Maingate Drive, Unit #1 |
>>>>>                             Mississauga | Ontario
>>>>>                             Tel: 416.848.0980 x 850
>>>>>                             <tel:416.848.0980;850>
>>>>>                             Mobile: 416.388.4070 <tel:416.388.4070>
>>>>>                             Toll: 1.877.SYS.BIND
>>>>>                             www.systembind.com
>>>>>                             <http://www.systembind.com/>*
>>>>>
>>>>>                             On Apr 3, 2014, at 7:40 AM, "Paul
>>>>>                             Fremantle" <paul@wso2.com
>>>>>                             <ma...@wso2.com>> wrote:
>>>>>
>>>>>                             Paul Fremantle <ma...@wso2.com>
>>>>>                             April-03-14 7:39 AM
>>>>>
>>>>>                             Definitely!!! Yes please.
>>>>>
>>>>>                             Paul
>>>>>
>>>>>                             Paul Fremantle <ma...@wso2.com>
>>>>>                             April-03-14 4:47 AM
>>>>>                             Folks
>>>>>
>>>>>                             I just tried an IaaS called Digital
>>>>>                             Ocean. Its very simple and effective.
>>>>>                             Its really nice. I think it would be
>>>>>                             cool to get Stratos running on it.
>>>>>
>>>>>                             There is a Jclouds provider for
>>>>>                             Digital Ocean:
>>>>>                             https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>>
>>>>>                             Paul
>>>>>
>>>>>                             -- 
>>>>>                             Paul Fremantle
>>>>>                             CTO and Co-Founder, WSO2
>>>>>                             OASIS WS-RX TC Co-chair, Apache Member
>>>>>
>>>>>                             UK: +44 207 096 0336
>>>>>                             <tel:%2B44%20207%20096%200336>
>>>>>                             US: +1 646 595 7614
>>>>>                             <tel:%2B1%20646%20595%207614>
>>>>>
>>>>>                             blog: http://pzf.fremantle.org
>>>>>                             twitter.com/pzfreo
>>>>>                             <http://twitter.com/pzfreo>
>>>>>                             paul@wso2.com <ma...@wso2.com>
>>>>>
>>>>>                             wso2.com <http://wso2.com> Lean
>>>>>                             Enterprise Middleware
>>>>>
>>>>>                             Disclaimer: This communication may
>>>>>                             contain privileged or other
>>>>>                             confidential information and is
>>>>>                             intended exclusively for the
>>>>>                             addressee/s. If you are not the
>>>>>                             intended recipient/s, or believe that
>>>>>                             you may have received this
>>>>>                             communication in error, please reply
>>>>>                             to the sender indicating that fact and
>>>>>                             delete the copy you received and in
>>>>>                             addition, you should not print, copy,
>>>>>                             retransmit, disseminate, or otherwise
>>>>>                             use the information contained in this
>>>>>                             communication. Internet communications
>>>>>                             cannot be guaranteed to be timely,
>>>>>                             secure, error or virus-free. The
>>>>>                             sender does not accept liability for
>>>>>                             any errors or omissions.
>>>>
>>>>
>>>>
>>>>
>>>>                         -- 
>>>>                         Lakmal Warusawithana
>>>>                         Software Architect; WSO2 Inc.
>>>>                         Mobile : +94714289692 <tel:%2B94714289692>
>>>>                         Blog : http://lakmalsview.blogspot.com/
>>>>
>>>>
>>>>
>>>>
>>>>                 -- 
>>>>                 Best Regards,
>>>>                 Nirmal
>>>>
>>>>                 Nirmal Fernando.
>>>>                 PPMC Member & Committer of Apache Stratos,
>>>>                 Senior Software Engineer, WSO2 Inc.
>>>>
>>>>                 Blog: http://nirmalfdo.blogspot.com/
>>>
>>>
>>>
>>>
>>>             -- 
>>>             Best Regards,
>>>             Nirmal
>>>
>>>             Nirmal Fernando.
>>>             PPMC Member & Committer of Apache Stratos,
>>>             Senior Software Engineer, WSO2 Inc.
>>>
>>>             Blog: http://nirmalfdo.blogspot.com/
>>>
>>>
>>>
>>>
>>>         -- 
>>>         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/
>
>
>
>
> -- 
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/


Re: Stratos on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
Ok, seems like your Cloud Controller bundle failed to start after your
modification. Did you add Cloud-stack related jclouds jars to the
Cloud-controller feature pom as dependencies?
(features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)


On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly <ja...@systembind.com>wrote:

>  Yes, it's a single JVM installation.  I've been starting stratos with
> the following command:
>
>
>    - /opt/stratos/apache-stratos/bin/stratos.sh -Dprofile="default" start
>
>
> Running
>
>
>    - netstat -an | grep -i listen | grep tcp
>
>
> shows only port 9443 being listened on (i.e. for ports in the range of
> 944x):
>
>
>  #> netstat -an | grep -i listen | grep tcp
>
> ...
>
>  tcp        0      0 :::8161
> :::*                        LISTEN
> tcp        0      0 :::9443
> :::*                        LISTEN
> tcp        0      0 :::9763
> :::*                        LISTEN
> tcp        0      0 :::42502
> :::*                        LISTEN
> tcp        0      0 :::11111
> :::*                        LISTEN
> tcp        0      0 :::5672
> :::*                        LISTEN
> tcp        0      0 :::54570
> :::*                        LISTEN
> tcp        0      0 :::3306
> :::*                        LISTEN
>
>
>   *Jason Daly*
> *VP, Product Development*
>  *SystemBind Consulting & IT Services Inc.*
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>  On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
>
> Are you using Stratos as a single JVM? If not what's the port of Cloud
> controller?
>
>
> On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly <ja...@systembind.com>wrote:
>
>>  Hi,
>>
>> I've setup Stratos and have logged into the Stratos Manager web UI to
>> configure stratos (i.e. adding CloudStack as an Iaas).  The UI accepts
>> CloudStack as the Iaas (as I've created the required classes and configured
>> CloudStack as a provider in cloud-controller.xml).
>>
>> One issue I'm encountering is that when attempting to save a Partition
>> configuration within the Stratos Manager UI when clicking 'Deploy' I
>> receive the following error message:
>>
>>
>>    - The service cannot be found for the endpoint reference (EPR)
>>    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/The service cannot be found for the endpoint reference (EPR)
>>    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>>
>>
>> It looks like the CloudControllerService service is not published within
>> Axis2.  Possibly a step missed during installation?
>>
>> Does anyone know the cause of this error message and if so how to rectify
>> it?
>>
>>
>> Thanks
>>
>>
>> *Jason Daly*
>> *VP, Product Development*
>> SystemBind Consulting & IT Services Inc.
>>  5115 Maingate Drive, Unit 1
>> Mississauga, ON
>>
>> Tel: 416.848.0980 x 850
>> Mobile: 416.388.4070
>> Toll: 1.877.SYS.BIND
>> www.systembind.com
>>
>>   On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
>>
>> Great work Jason!!
>>
>>
>> On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando <ni...@gmail.com>wrote:
>>
>>> Awesome!
>>>
>>>
>>>  On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly <ja...@systembind.com>wrote:
>>>
>>>>  Short update:
>>>>
>>>> Following the new Iaas wiki page I've created two classes:
>>>>
>>>>
>>>>    - CloudStackIaas
>>>>
>>>>
>>>>    - CloudStackPartitionValidator
>>>>
>>>> I've added the jclouds CloudStack api to the Stratos JClouds apis
>>>> directory and hvae edited the classes listed above as required.  Building
>>>> the distribution with these changes completes successfully.
>>>>
>>>> I'll now test the new build and will tweak the two CloudStack classes
>>>> as needed based on test results.
>>>>
>>>> More updates to come:
>>>>
>>>>
>>>>
>>>> *Jason Daly*
>>>> *VP, Product Development*
>>>> SystemBind Consulting & IT Services Inc.
>>>>  5115 Maingate Drive, Unit 1
>>>> Mississauga, ON
>>>>
>>>> Tel: 416.848.0980 x 850
>>>> Mobile: 416.388.4070
>>>> Toll: 1.877.SYS.BIND
>>>> www.systembind.com
>>>>
>>>>
>>>>   On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>>>
>>>>  Hi Jason,
>>>>
>>>> Great to hear! Sorry, somehow I missed your last email.
>>>>
>>>>  Let me know if you need any help.
>>>>
>>>>
>>>> On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <ja...@systembind.com>wrote:
>>>>
>>>>>  Hi,
>>>>>
>>>>> Short update: I've installed Stratos and have it running successfully
>>>>> (single JVM installation).  I am now working on CloudStack-enabling it.
>>>>> I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider)
>>>>> implementing a CloudStackIaas.java class.
>>>>>
>>>>>
>>>>>  More updates to come.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>  Jason Daly
>>>>> VP, Product Development
>>>>> SystemBind Consulting & IT Services Inc.
>>>>> 5115 Maingate Drive, Unit 1
>>>>> Mississauga, ON
>>>>> Tel: 416.848.0980 x 850
>>>>> Mobile: 416.388.4070
>>>>> Toll: 1.877.SYS.BIND
>>>>> www.systembind.com
>>>>>
>>>>> -----Original message-----
>>>>> *From:* Lakmal Warusawithana <la...@wso2.com>
>>>>> *Sent:* Saturday 5th April 2014 23:07
>>>>> *To:* dev@stratos.incubator.apache.org
>>>>> *Subject:* Re: Stratos on Digital Ocean
>>>>>
>>>>> Awesome news Jason.
>>>>>
>>>>>
>>>>> On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:
>>>>>
>>>>>> Hi Nirmal,
>>>>>>
>>>>>> I've tested CloudStack integration with JClouds and it's running
>>>>>> fine.  I recall earlier versions of JClouds requiring configuration to
>>>>>> integrate with CloudStack but using the latest version of JClouds was quite
>>>>>> out of the box:
>>>>>>
>>>>>>                 ComputeServiceContext context =
>>>>>> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>>>>>                 ComputeService compute = context.getComputeService();
>>>>>>                 compute.listNodes();
>>>>>>                 ...
>>>>>>
>>>>>> Entering the CloudStack URL as the endpoint (i.e.
>>>>>> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for
>>>>>> the user and "cloudstack" as the provider was all that was required.  The
>>>>>> above code snippet then lists the nodes the user has access to.
>>>>>>
>>>>>> As such I'll setup Stratos on our CloudStack instance now and will
>>>>>> test it out.
>>>>>>
>>>>>> Further updates to come...
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> * Jason Daly*
>>>>>> *VP, Product Development*
>>>>>> SystemBind Consulting & IT Services Inc.
>>>>>>  5115 Maingate Drive, Unit 1
>>>>>> Mississauga, ON
>>>>>>
>>>>>> Tel: 416.848.0980 x 850
>>>>>> Mobile: 416.388.4070
>>>>>> Toll: 1.877.SYS.BIND
>>>>>> www.systembind.com
>>>>>>
>>>>>>
>>>>>>
>>>>>>    Nirmal Fernando <ni...@gmail.com>
>>>>>>  April-03-14 8:01 AM
>>>>>>   Great! thanks Jason! If you need some help on CloudStack
>>>>>> integration let me know.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best Regards,
>>>>>> Nirmal
>>>>>>
>>>>>> Nirmal Fernando.
>>>>>> PPMC Member & Committer of Apache Stratos,
>>>>>> Senior Software Engineer, WSO2 Inc.
>>>>>>
>>>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>>>     Jason Daly <ja...@systembind.com>
>>>>>>  April-03-14 7:45 AM
>>>>>>   Ok great.  I'll work on completing the Jclouds CloudStack work and
>>>>>> when done we'll setup a Stratos demo environment and will give access to
>>>>>> the IaaS admin section to whomever needs access.
>>>>>>
>>>>>>
>>>>>>
>>>>>> *Jason Daly VP, Product Development*
>>>>>> *SystemBind Consulting & IT Services Inc.*
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario
>>>>>> Tel: 416.848.0980 x 850 <416.848.0980;850> Mobile: 416.388.4070
>>>>>> <416.388.4070> Toll: 1.877.SYS.BIND www.systembind.com
>>>>>> <http://www.systembind.com/>*
>>>>>>
>>>>>> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>>>>>
>>>>>>     Paul Fremantle <pa...@wso2.com>
>>>>>>  April-03-14 7:39 AM
>>>>>>
>>>>>> Definitely!!!  Yes please.
>>>>>>
>>>>>> Paul
>>>>>>    Paul Fremantle <pa...@wso2.com>
>>>>>>  April-03-14 4:47 AM
>>>>>>   Folks
>>>>>>
>>>>>>  I just tried an IaaS called Digital Ocean. Its very simple and
>>>>>> effective. Its really nice. I think it would be cool to get Stratos running
>>>>>> on it.
>>>>>>
>>>>>>  There is a Jclouds provider for Digital Ocean:
>>>>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>>>
>>>>>>  Paul
>>>>>>
>>>>>>  --
>>>>>> Paul Fremantle
>>>>>> CTO and Co-Founder, WSO2
>>>>>> OASIS WS-RX TC Co-chair, Apache Member
>>>>>>
>>>>>> UK: +44 207 096 0336 <%2B44%20207%20096%200336>
>>>>>> US: +1 646 595 7614 <%2B1%20646%20595%207614>
>>>>>>
>>>>>> blog: http://pzf.fremantle.org
>>>>>> twitter.com/pzfreo
>>>>>> paul@wso2.com
>>>>>>
>>>>>>  wso2.com Lean Enterprise Middleware
>>>>>>
>>>>>> Disclaimer: This communication may contain privileged or other
>>>>>> confidential information and is intended exclusively for the addressee/s.
>>>>>> If you are not the intended recipient/s, or believe that you may have
>>>>>> received this communication in error, please reply to the sender indicating
>>>>>> that fact and delete the copy you received and in addition, you should not
>>>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>>>> contained in this communication. Internet communications cannot be
>>>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>>>> accept liability for any errors or omissions.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>  --
>>>>> Lakmal Warusawithana
>>>>> Software Architect; WSO2 Inc.
>>>>> Mobile : +94714289692
>>>>> Blog : http://lakmalsview.blogspot.com/
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards,
>>>> Nirmal
>>>>
>>>> Nirmal Fernando.
>>>> PPMC Member & Committer of Apache Stratos,
>>>> Senior Software Engineer, WSO2 Inc.
>>>>
>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>>  Blog: http://nirmalfdo.blogspot.com/
>>>
>>
>>
>>
>> --
>> 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/
>
>
>


-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Yes, it's a single JVM installation. I've been starting stratos with the 
following command:

  * /opt/stratos/apache-stratos/bin/stratos.sh -Dprofile="default" start


Running

  * netstat -an | grep -i listen | grep tcp


shows only port 9443 being listened on (i.e. for ports in the range of 
944x):


    #> netstat -an | grep -i listen | grep tcp

    ...

    tcp        0      0 :::8161 :::*                        LISTEN
    tcp        0      0 :::9443 :::*                        LISTEN
    tcp        0      0 :::9763 :::*                        LISTEN
    tcp        0      0 :::42502 :::*                        LISTEN
    tcp        0      0 :::11111 :::*                        LISTEN
    tcp        0      0 :::5672 :::*                        LISTEN
    tcp        0      0 :::54570 :::*                        LISTEN
    tcp        0      0 :::3306 :::*                        LISTEN


*Jason Daly*
*VP, Product Development*
*SystemBind Consulting & IT Services Inc.*
5115 Maingate Drive, Unit 1
Mississauga, ON
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com
On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
> Are you using Stratos as a single JVM? If not what's the port of Cloud 
> controller?
>
>
> On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly <jason.daly@systembind.com 
> <ma...@systembind.com>> wrote:
>
>     Hi,
>
>     I've setup Stratos and have logged into the Stratos Manager web UI
>     to configure stratos (i.e. adding CloudStack as an Iaas).  The UI
>     accepts CloudStack as the Iaas (as I've created the required
>     classes and configured CloudStack as a provider in
>     cloud-controller.xml).
>
>     One issue I'm encountering is that when attempting to save a
>     Partition configuration within the Stratos Manager UI when
>     clicking 'Deploy' I receive the following error message:
>
>       * The service cannot be found for the endpoint reference (EPR)
>         https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>         The service cannot be found for the endpoint reference (EPR)
>         https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>
>
>
>     It looks like the CloudControllerService service is not published
>     within Axis2.  Possibly a step missed during installation?
>
>     Does anyone know the cause of this error message and if so how to
>     rectify it?
>
>
>     Thanks
>
>
>     *Jason Daly*
>     *VP, Product Development*
>     SystemBind Consulting & IT Services Inc.
>     5115 Maingate Drive, Unit 1
>     Mississauga, ON
>
>     Tel: 416.848.0980 <tel:416.848.0980> x 850
>     Mobile: 416.388.4070 <tel:416.388.4070>
>     Toll: 1.877.SYS.BIND
>     www.systembind.com <http://www.systembind.com>
>
>     On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
>>     Great work Jason!!
>>
>>
>>     On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando
>>     <nirmal070125@gmail.com <ma...@gmail.com>> wrote:
>>
>>         Awesome!
>>
>>
>>         On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly
>>         <jason.daly@systembind.com
>>         <ma...@systembind.com>> wrote:
>>
>>             Short update:
>>
>>             Following the new Iaas wiki page I've created two classes:
>>
>>               * CloudStackIaas
>>
>>               * CloudStackPartitionValidator
>>
>>             I've added the jclouds CloudStack api to the Stratos
>>             JClouds apis directory and hvae edited the classes listed
>>             above as required. Building the distribution with these
>>             changes completes successfully.
>>
>>             I'll now test the new build and will tweak the two
>>             CloudStack classes as needed based on test results.
>>
>>             More updates to come:
>>
>>
>>
>>             *Jason Daly*
>>             *VP, Product Development*
>>             SystemBind Consulting & IT Services Inc.
>>             5115 Maingate Drive, Unit 1
>>             Mississauga, ON
>>
>>             Tel: 416.848.0980 <tel:416.848.0980> x 850
>>             Mobile: 416.388.4070 <tel:416.388.4070>
>>             Toll: 1.877.SYS.BIND
>>             www.systembind.com <http://www.systembind.com>
>>
>>
>>             On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>>             Hi Jason,
>>>
>>>             Great to hear! Sorry, somehow I missed your last email.
>>>
>>>             Let me know if you need any help.
>>>
>>>
>>>             On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly
>>>             <jason.daly@systembind.com
>>>             <ma...@systembind.com>> wrote:
>>>
>>>                 Hi,
>>>
>>>                 Short update: I've installed Stratos and have it
>>>                 running successfully (single JVM installation).  I
>>>                 am now working on CloudStack-enabling it.  I'm
>>>                 following the wiki guide (4.0.0 Adding support for a
>>>                 new IaaS provider) implementing a
>>>                 CloudStackIaas.java class.
>>>
>>>
>>>                 More updates to come.
>>>
>>>
>>>
>>>
>>>                 Jason Daly
>>>                 VP, Product Development
>>>                 SystemBind Consulting & IT Services Inc.
>>>                 5115 Maingate Drive, Unit 1
>>>                 Mississauga, ON
>>>                 Tel: 416.848.0980 x 850
>>>                 Mobile: 416.388.4070
>>>                 Toll: 1.877.SYS.BIND
>>>                 www.systembind.com <http://www.systembind.com>
>>>
>>>                     -----Original message-----
>>>                     *From:* Lakmal Warusawithana <lakmal@wso2.com
>>>                     <ma...@wso2.com>>
>>>                     *Sent:* Saturday 5th April 2014 23:07
>>>                     *To:* dev@stratos.incubator.apache.org
>>>                     <ma...@stratos.incubator.apache.org>
>>>                     *Subject:* Re: Stratos on Digital Ocean
>>>
>>>                     Awesome news Jason.
>>>
>>>
>>>                     On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly
>>>                     <jason.daly@systembind.com
>>>                     <ma...@systembind.com>> wrote:
>>>
>>>                         Hi Nirmal,
>>>
>>>                         I've tested CloudStack integration with
>>>                         JClouds and it's running fine. I recall
>>>                         earlier versions of JClouds requiring
>>>                         configuration to integrate with CloudStack
>>>                         but using the latest version of JClouds was
>>>                         quite out of the box:
>>>
>>>                         ComputeServiceContext context =
>>>                         ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>>                         ComputeService compute =
>>>                         context.getComputeService();
>>>                         compute.listNodes();
>>>                             ...
>>>
>>>                         Entering the CloudStack URL as the endpoint
>>>                         (i.e. http://1.2.3.4/client/api) the
>>>                         CloudStack apiKey and secretKey for the user
>>>                         and "cloudstack" as the provider was all
>>>                         that was required.  The above code snippet
>>>                         then lists the nodes the user has access to.
>>>
>>>                         As such I'll setup Stratos on our CloudStack
>>>                         instance now and will test it out.
>>>
>>>                         Further updates to come...
>>>
>>>
>>>                         -- 
>>>                         *
>>>                         Jason Daly*
>>>                         *VP, Product Development*
>>>                         SystemBind Consulting & IT Services Inc.
>>>                         5115 Maingate Drive, Unit 1
>>>                         Mississauga, ON
>>>
>>>                         Tel: 416.848.0980 <tel:416.848.0980> x 850
>>>                         Mobile: 416.388.4070 <tel:416.388.4070>
>>>                         Toll: 1.877.SYS.BIND
>>>                         www.systembind.com <http://www.systembind.com>
>>>
>>>
>>>
>>>>                         Nirmal Fernando <ma...@gmail.com>
>>>>                         April-03-14 8:01 AM
>>>>                         Great! thanks Jason! If you need some help
>>>>                         on CloudStack integration let me know.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>                         -- 
>>>>                         Best Regards,
>>>>                         Nirmal
>>>>
>>>>                         Nirmal Fernando.
>>>>                         PPMC Member & Committer of Apache Stratos,
>>>>                         Senior Software Engineer, WSO2 Inc.
>>>>
>>>>                         Blog: http://nirmalfdo.blogspot.com/
>>>>                         Jason Daly <ma...@systembind.com>
>>>>                         April-03-14 7:45 AM
>>>>                         Ok great.  I'll work on completing the
>>>>                         Jclouds CloudStack work and when done we'll
>>>>                         setup a Stratos demo environment and will
>>>>                         give access to the IaaS admin section to
>>>>                         whomever needs access.
>>>>
>>>>
>>>>                         *Jason Daly
>>>>                         VP, Product Development*
>>>>                         *SystemBind Consulting & IT Services Inc.*
>>>>                         *5115 Maingate Drive, Unit #1 | Mississauga
>>>>                         | Ontario
>>>>                         Tel: 416.848.0980 x 850 <tel:416.848.0980;850>
>>>>                         Mobile: 416.388.4070 <tel:416.388.4070>
>>>>                         Toll: 1.877.SYS.BIND
>>>>                         www.systembind.com
>>>>                         <http://www.systembind.com/>*
>>>>
>>>>                         On Apr 3, 2014, at 7:40 AM, "Paul
>>>>                         Fremantle" <paul@wso2.com
>>>>                         <ma...@wso2.com>> wrote:
>>>>
>>>>                         Paul Fremantle <ma...@wso2.com>
>>>>                         April-03-14 7:39 AM
>>>>
>>>>                         Definitely!!! Yes please.
>>>>
>>>>                         Paul
>>>>
>>>>                         Paul Fremantle <ma...@wso2.com>
>>>>                         April-03-14 4:47 AM
>>>>                         Folks
>>>>
>>>>                         I just tried an IaaS called Digital Ocean.
>>>>                         Its very simple and effective. Its really
>>>>                         nice. I think it would be cool to get
>>>>                         Stratos running on it.
>>>>
>>>>                         There is a Jclouds provider for Digital
>>>>                         Ocean:
>>>>                         https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>
>>>>                         Paul
>>>>
>>>>                         -- 
>>>>                         Paul Fremantle
>>>>                         CTO and Co-Founder, WSO2
>>>>                         OASIS WS-RX TC Co-chair, Apache Member
>>>>
>>>>                         UK: +44 207 096 0336
>>>>                         <tel:%2B44%20207%20096%200336>
>>>>                         US: +1 646 595 7614
>>>>                         <tel:%2B1%20646%20595%207614>
>>>>
>>>>                         blog: http://pzf.fremantle.org
>>>>                         twitter.com/pzfreo <http://twitter.com/pzfreo>
>>>>                         paul@wso2.com <ma...@wso2.com>
>>>>
>>>>                         wso2.com <http://wso2.com> Lean Enterprise
>>>>                         Middleware
>>>>
>>>>                         Disclaimer: This communication may contain
>>>>                         privileged or other confidential
>>>>                         information and is intended exclusively for
>>>>                         the addressee/s. If you are not the
>>>>                         intended recipient/s, or believe that you
>>>>                         may have received this communication in
>>>>                         error, please reply to the sender
>>>>                         indicating that fact and delete the copy
>>>>                         you received and in addition, you should
>>>>                         not print, copy, retransmit, disseminate,
>>>>                         or otherwise use the information contained
>>>>                         in this communication. Internet
>>>>                         communications cannot be guaranteed to be
>>>>                         timely, secure, error or virus-free. The
>>>>                         sender does not accept liability for any
>>>>                         errors or omissions.
>>>
>>>
>>>
>>>
>>>                     -- 
>>>                     Lakmal Warusawithana
>>>                     Software Architect; WSO2 Inc.
>>>                     Mobile : +94714289692 <tel:%2B94714289692>
>>>                     Blog : http://lakmalsview.blogspot.com/
>>>
>>>
>>>
>>>
>>>             -- 
>>>             Best Regards,
>>>             Nirmal
>>>
>>>             Nirmal Fernando.
>>>             PPMC Member & Committer of Apache Stratos,
>>>             Senior Software Engineer, WSO2 Inc.
>>>
>>>             Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>>
>>         -- 
>>         Best Regards,
>>         Nirmal
>>
>>         Nirmal Fernando.
>>         PPMC Member & Committer of Apache Stratos,
>>         Senior Software Engineer, WSO2 Inc.
>>
>>         Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>>
>>     -- 
>>     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 on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
Are you using Stratos as a single JVM? If not what's the port of Cloud
controller?


On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly <ja...@systembind.com>wrote:

>  Hi,
>
> I've setup Stratos and have logged into the Stratos Manager web UI to
> configure stratos (i.e. adding CloudStack as an Iaas).  The UI accepts
> CloudStack as the Iaas (as I've created the required classes and configured
> CloudStack as a provider in cloud-controller.xml).
>
> One issue I'm encountering is that when attempting to save a Partition
> configuration within the Stratos Manager UI when clicking 'Deploy' I
> receive the following error message:
>
>
>    - The service cannot be found for the endpoint reference (EPR)
>    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/The service cannot be found for the endpoint reference (EPR)
>    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>
>
> It looks like the CloudControllerService service is not published within
> Axis2.  Possibly a step missed during installation?
>
> Does anyone know the cause of this error message and if so how to rectify
> it?
>
>
> Thanks
>
>
> *Jason Daly*
> *VP, Product Development*
> SystemBind Consulting & IT Services Inc.
>  5115 Maingate Drive, Unit 1
> Mississauga, ON
>
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
> On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
>
> Great work Jason!!
>
>
> On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando <ni...@gmail.com>wrote:
>
>> Awesome!
>>
>>
>>  On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly <ja...@systembind.com>wrote:
>>
>>>  Short update:
>>>
>>> Following the new Iaas wiki page I've created two classes:
>>>
>>>
>>>    - CloudStackIaas
>>>
>>>
>>>    - CloudStackPartitionValidator
>>>
>>> I've added the jclouds CloudStack api to the Stratos JClouds apis
>>> directory and hvae edited the classes listed above as required.  Building
>>> the distribution with these changes completes successfully.
>>>
>>> I'll now test the new build and will tweak the two CloudStack classes as
>>> needed based on test results.
>>>
>>> More updates to come:
>>>
>>>
>>>
>>> *Jason Daly*
>>> *VP, Product Development*
>>> SystemBind Consulting & IT Services Inc.
>>>  5115 Maingate Drive, Unit 1
>>> Mississauga, ON
>>>
>>> Tel: 416.848.0980 x 850
>>> Mobile: 416.388.4070
>>> Toll: 1.877.SYS.BIND
>>> www.systembind.com
>>>
>>>
>>>   On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>>
>>>  Hi Jason,
>>>
>>> Great to hear! Sorry, somehow I missed your last email.
>>>
>>>  Let me know if you need any help.
>>>
>>>
>>> On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <ja...@systembind.com>wrote:
>>>
>>>>  Hi,
>>>>
>>>> Short update: I've installed Stratos and have it running successfully
>>>> (single JVM installation).  I am now working on CloudStack-enabling it.
>>>> I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider)
>>>> implementing a CloudStackIaas.java class.
>>>>
>>>>
>>>>  More updates to come.
>>>>
>>>>
>>>>
>>>>
>>>>  Jason Daly
>>>> VP, Product Development
>>>> SystemBind Consulting & IT Services Inc.
>>>> 5115 Maingate Drive, Unit 1
>>>> Mississauga, ON
>>>> Tel: 416.848.0980 x 850
>>>> Mobile: 416.388.4070
>>>> Toll: 1.877.SYS.BIND
>>>> www.systembind.com
>>>>
>>>> -----Original message-----
>>>> *From:* Lakmal Warusawithana <la...@wso2.com>
>>>> *Sent:* Saturday 5th April 2014 23:07
>>>> *To:* dev@stratos.incubator.apache.org
>>>> *Subject:* Re: Stratos on Digital Ocean
>>>>
>>>> Awesome news Jason.
>>>>
>>>>
>>>> On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:
>>>>
>>>>> Hi Nirmal,
>>>>>
>>>>> I've tested CloudStack integration with JClouds and it's running
>>>>> fine.  I recall earlier versions of JClouds requiring configuration to
>>>>> integrate with CloudStack but using the latest version of JClouds was quite
>>>>> out of the box:
>>>>>
>>>>>                 ComputeServiceContext context =
>>>>> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>>>>                 ComputeService compute = context.getComputeService();
>>>>>                 compute.listNodes();
>>>>>                 ...
>>>>>
>>>>> Entering the CloudStack URL as the endpoint (i.e.
>>>>> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for
>>>>> the user and "cloudstack" as the provider was all that was required.  The
>>>>> above code snippet then lists the nodes the user has access to.
>>>>>
>>>>> As such I'll setup Stratos on our CloudStack instance now and will
>>>>> test it out.
>>>>>
>>>>> Further updates to come...
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> * Jason Daly*
>>>>> *VP, Product Development*
>>>>> SystemBind Consulting & IT Services Inc.
>>>>>  5115 Maingate Drive, Unit 1
>>>>> Mississauga, ON
>>>>>
>>>>> Tel: 416.848.0980 x 850
>>>>> Mobile: 416.388.4070
>>>>> Toll: 1.877.SYS.BIND
>>>>> www.systembind.com
>>>>>
>>>>>
>>>>>
>>>>>    Nirmal Fernando <ni...@gmail.com>
>>>>>  April-03-14 8:01 AM
>>>>>   Great! thanks Jason! If you need some help on CloudStack
>>>>> integration let me know.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best Regards,
>>>>> Nirmal
>>>>>
>>>>> Nirmal Fernando.
>>>>> PPMC Member & Committer of Apache Stratos,
>>>>> Senior Software Engineer, WSO2 Inc.
>>>>>
>>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>>     Jason Daly <ja...@systembind.com>
>>>>>  April-03-14 7:45 AM
>>>>>   Ok great.  I'll work on completing the Jclouds CloudStack work and
>>>>> when done we'll setup a Stratos demo environment and will give access to
>>>>> the IaaS admin section to whomever needs access.
>>>>>
>>>>>
>>>>>
>>>>> *Jason Daly VP, Product Development*
>>>>> *SystemBind Consulting & IT Services Inc.*
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario
>>>>> Tel: 416.848.0980 x 850 <416.848.0980;850> Mobile: 416.388.4070
>>>>> <416.388.4070> Toll: 1.877.SYS.BIND www.systembind.com
>>>>> <http://www.systembind.com/>*
>>>>>
>>>>> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>>>>
>>>>>     Paul Fremantle <pa...@wso2.com>
>>>>>  April-03-14 7:39 AM
>>>>>
>>>>> Definitely!!!  Yes please.
>>>>>
>>>>> Paul
>>>>>    Paul Fremantle <pa...@wso2.com>
>>>>>  April-03-14 4:47 AM
>>>>>   Folks
>>>>>
>>>>>  I just tried an IaaS called Digital Ocean. Its very simple and
>>>>> effective. Its really nice. I think it would be cool to get Stratos running
>>>>> on it.
>>>>>
>>>>>  There is a Jclouds provider for Digital Ocean:
>>>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>>
>>>>>  Paul
>>>>>
>>>>>  --
>>>>> Paul Fremantle
>>>>> CTO and Co-Founder, WSO2
>>>>> OASIS WS-RX TC Co-chair, Apache Member
>>>>>
>>>>> UK: +44 207 096 0336 <%2B44%20207%20096%200336>
>>>>> US: +1 646 595 7614 <%2B1%20646%20595%207614>
>>>>>
>>>>> blog: http://pzf.fremantle.org
>>>>> twitter.com/pzfreo
>>>>> paul@wso2.com
>>>>>
>>>>>  wso2.com Lean Enterprise Middleware
>>>>>
>>>>> Disclaimer: This communication may contain privileged or other
>>>>> confidential information and is intended exclusively for the addressee/s.
>>>>> If you are not the intended recipient/s, or believe that you may have
>>>>> received this communication in error, please reply to the sender indicating
>>>>> that fact and delete the copy you received and in addition, you should not
>>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>>> contained in this communication. Internet communications cannot be
>>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>>> accept liability for any errors or omissions.
>>>>>
>>>>>
>>>>
>>>>
>>>>  --
>>>> Lakmal Warusawithana
>>>> Software Architect; WSO2 Inc.
>>>> Mobile : +94714289692
>>>> Blog : http://lakmalsview.blogspot.com/
>>>>
>>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>>  Blog: http://nirmalfdo.blogspot.com/
>>>
>>>
>>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>>  Blog: http://nirmalfdo.blogspot.com/
>>
>
>
>
> --
> 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 on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Hi,

I've setup Stratos and have logged into the Stratos Manager web UI to 
configure stratos (i.e. adding CloudStack as an Iaas).  The UI accepts 
CloudStack as the Iaas (as I've created the required classes and 
configured CloudStack as a provider in cloud-controller.xml).

One issue I'm encountering is that when attempting to save a Partition 
configuration within the Stratos Manager UI when clicking 'Deploy' I 
receive the following error message:

  * The service cannot be found for the endpoint reference (EPR)
    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
    The service cannot be found for the endpoint reference (EPR)
    https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/


It looks like the CloudControllerService service is not published within 
Axis2.  Possibly a step missed during installation?

Does anyone know the cause of this error message and if so how to 
rectify it?


Thanks

*Jason Daly*
*VP, Product Development*
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON

Tel: 416.848.0980 <tel:416.848.0980> x 850
Mobile: 416.388.4070 <tel:416.388.4070>
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com>

On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
> Great work Jason!!
>
>
> On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando 
> <nirmal070125@gmail.com <ma...@gmail.com>> wrote:
>
>     Awesome!
>
>
>     On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly
>     <jason.daly@systembind.com <ma...@systembind.com>> wrote:
>
>         Short update:
>
>         Following the new Iaas wiki page I've created two classes:
>
>           * CloudStackIaas
>
>           * CloudStackPartitionValidator
>
>         I've added the jclouds CloudStack api to the Stratos JClouds
>         apis directory and hvae edited the classes listed above as
>         required.  Building the distribution with these changes
>         completes successfully.
>
>         I'll now test the new build and will tweak the two CloudStack
>         classes as needed based on test results.
>
>         More updates to come:
>
>
>
>         *Jason Daly*
>         *VP, Product Development*
>         SystemBind Consulting & IT Services Inc.
>         5115 Maingate Drive, Unit 1
>         Mississauga, ON
>
>         Tel: 416.848.0980 <tel:416.848.0980> x 850
>         Mobile: 416.388.4070 <tel:416.388.4070>
>         Toll: 1.877.SYS.BIND
>         www.systembind.com <http://www.systembind.com>
>
>
>         On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>         Hi Jason,
>>
>>         Great to hear! Sorry, somehow I missed your last email.
>>
>>         Let me know if you need any help.
>>
>>
>>         On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly
>>         <jason.daly@systembind.com
>>         <ma...@systembind.com>> wrote:
>>
>>             Hi,
>>
>>             Short update: I've installed Stratos and have it running
>>             successfully (single JVM installation).  I am now working
>>             on CloudStack-enabling it.  I'm following the wiki guide
>>             (4.0.0 Adding support for a new IaaS provider)
>>             implementing a CloudStackIaas.java class.
>>
>>
>>             More updates to come.
>>
>>
>>
>>
>>             Jason Daly
>>             VP, Product Development
>>             SystemBind Consulting & IT Services Inc.
>>             5115 Maingate Drive, Unit 1
>>             Mississauga, ON
>>             Tel: 416.848.0980 x 850
>>             Mobile: 416.388.4070
>>             Toll: 1.877.SYS.BIND
>>             www.systembind.com <http://www.systembind.com>
>>
>>                 -----Original message-----
>>                 *From:* Lakmal Warusawithana <lakmal@wso2.com
>>                 <ma...@wso2.com>>
>>                 *Sent:* Saturday 5th April 2014 23:07
>>                 *To:* dev@stratos.incubator.apache.org
>>                 <ma...@stratos.incubator.apache.org>
>>                 *Subject:* Re: Stratos on Digital Ocean
>>
>>                 Awesome news Jason.
>>
>>
>>                 On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly
>>                 <jason.daly@systembind.com
>>                 <ma...@systembind.com>> wrote:
>>
>>                     Hi Nirmal,
>>
>>                     I've tested CloudStack integration with JClouds
>>                     and it's running fine.  I recall earlier versions
>>                     of JClouds requiring configuration to integrate
>>                     with CloudStack but using the latest version of
>>                     JClouds was quite out of the box:
>>
>>                     ComputeServiceContext context =
>>                     ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>                     ComputeService compute = context.getComputeService();
>>                     compute.listNodes();
>>                                     ...
>>
>>                     Entering the CloudStack URL as the endpoint (i.e.
>>                     http://1.2.3.4/client/api) the CloudStack apiKey
>>                     and secretKey for the user and "cloudstack" as
>>                     the provider was all that was required. The above
>>                     code snippet then lists the nodes the user has
>>                     access to.
>>
>>                     As such I'll setup Stratos on our CloudStack
>>                     instance now and will test it out.
>>
>>                     Further updates to come...
>>
>>
>>                     -- 
>>                     *
>>                     Jason Daly*
>>                     *VP, Product Development*
>>                     SystemBind Consulting & IT Services Inc.
>>                     5115 Maingate Drive, Unit 1
>>                     Mississauga, ON
>>
>>                     Tel: 416.848.0980 <tel:416.848.0980> x 850
>>                     Mobile: 416.388.4070 <tel:416.388.4070>
>>                     Toll: 1.877.SYS.BIND
>>                     www.systembind.com <http://www.systembind.com>
>>
>>
>>
>>>                     Nirmal Fernando <ma...@gmail.com>
>>>                     April-03-14 8:01 AM
>>>                     Great! thanks Jason! If you need some help on
>>>                     CloudStack integration let me know.
>>>
>>>
>>>
>>>
>>>
>>>                     -- 
>>>                     Best Regards,
>>>                     Nirmal
>>>
>>>                     Nirmal Fernando.
>>>                     PPMC Member & Committer of Apache Stratos,
>>>                     Senior Software Engineer, WSO2 Inc.
>>>
>>>                     Blog: http://nirmalfdo.blogspot.com/
>>>                     Jason Daly <ma...@systembind.com>
>>>                     April-03-14 7:45 AM
>>>                     Ok great.  I'll work on completing the Jclouds
>>>                     CloudStack work and when done we'll setup a
>>>                     Stratos demo environment and will give access to
>>>                     the IaaS admin section to whomever needs access.
>>>
>>>
>>>                     *Jason Daly
>>>                     VP, Product Development*
>>>                     *SystemBind Consulting & IT Services Inc.*
>>>                     *5115 Maingate Drive, Unit #1 | Mississauga |
>>>                     Ontario
>>>                     Tel: 416.848.0980 x 850 <tel:416.848.0980;850>
>>>                     Mobile: 416.388.4070 <tel:416.388.4070>
>>>                     Toll: 1.877.SYS.BIND
>>>                     www.systembind.com <http://www.systembind.com/>*
>>>
>>>                     On Apr 3, 2014, at 7:40 AM, "Paul Fremantle"
>>>                     <paul@wso2.com <ma...@wso2.com>> wrote:
>>>
>>>                     Paul Fremantle <ma...@wso2.com>
>>>                     April-03-14 7:39 AM
>>>
>>>                     Definitely!!! Yes please.
>>>
>>>                     Paul
>>>
>>>                     Paul Fremantle <ma...@wso2.com>
>>>                     April-03-14 4:47 AM
>>>                     Folks
>>>
>>>                     I just tried an IaaS called Digital Ocean. Its
>>>                     very simple and effective. Its really nice. I
>>>                     think it would be cool to get Stratos running on
>>>                     it.
>>>
>>>                     There is a Jclouds provider for Digital Ocean:
>>>                     https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>
>>>                     Paul
>>>
>>>                     -- 
>>>                     Paul Fremantle
>>>                     CTO and Co-Founder, WSO2
>>>                     OASIS WS-RX TC Co-chair, Apache Member
>>>
>>>                     UK: +44 207 096 0336 <tel:%2B44%20207%20096%200336>
>>>                     US: +1 646 595 7614 <tel:%2B1%20646%20595%207614>
>>>
>>>                     blog: http://pzf.fremantle.org
>>>                     twitter.com/pzfreo <http://twitter.com/pzfreo>
>>>                     paul@wso2.com <ma...@wso2.com>
>>>
>>>                     wso2.com <http://wso2.com> Lean Enterprise
>>>                     Middleware
>>>
>>>                     Disclaimer: This communication may contain
>>>                     privileged or other confidential information and
>>>                     is intended exclusively for the addressee/s. If
>>>                     you are not the intended recipient/s, or believe
>>>                     that you may have received this communication in
>>>                     error, please reply to the sender indicating
>>>                     that fact and delete the copy you received and
>>>                     in addition, you should not print, copy,
>>>                     retransmit, disseminate, or otherwise use the
>>>                     information contained in this communication.
>>>                     Internet communications cannot be guaranteed to
>>>                     be timely, secure, error or virus-free. The
>>>                     sender does not accept liability for any errors
>>>                     or omissions.
>>
>>
>>
>>
>>                 -- 
>>                 Lakmal Warusawithana
>>                 Software Architect; WSO2 Inc.
>>                 Mobile : +94714289692 <tel:%2B94714289692>
>>                 Blog : http://lakmalsview.blogspot.com/
>>
>>
>>
>>
>>         -- 
>>         Best Regards,
>>         Nirmal
>>
>>         Nirmal Fernando.
>>         PPMC Member & Committer of Apache Stratos,
>>         Senior Software Engineer, WSO2 Inc.
>>
>>         Blog: http://nirmalfdo.blogspot.com/
>
>
>
>
>     -- 
>     Best Regards,
>     Nirmal
>
>     Nirmal Fernando.
>     PPMC Member & Committer of Apache Stratos,
>     Senior Software Engineer, WSO2 Inc.
>
>     Blog: http://nirmalfdo.blogspot.com/
>
>
>
>
> -- 
> Imesh Gunaratne
>
> Technical Lead, WSO2
> Committer & PPMC Member, Apache Stratos


Re: Stratos on Digital Ocean

Posted by Imesh Gunaratne <im...@apache.org>.
Great work Jason!!


On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando <ni...@gmail.com>wrote:

> Awesome!
>
>
> On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly <ja...@systembind.com>wrote:
>
>>  Short update:
>>
>> Following the new Iaas wiki page I've created two classes:
>>
>>
>>    - CloudStackIaas
>>
>>
>>    - CloudStackPartitionValidator
>>
>> I've added the jclouds CloudStack api to the Stratos JClouds apis
>> directory and hvae edited the classes listed above as required.  Building
>> the distribution with these changes completes successfully.
>>
>> I'll now test the new build and will tweak the two CloudStack classes as
>> needed based on test results.
>>
>> More updates to come:
>>
>>
>>
>> *Jason Daly*
>> *VP, Product Development*
>> SystemBind Consulting & IT Services Inc.
>>  5115 Maingate Drive, Unit 1
>> Mississauga, ON
>>
>> Tel: 416.848.0980 x 850
>> Mobile: 416.388.4070
>> Toll: 1.877.SYS.BIND
>> www.systembind.com
>>
>>
>> On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>
>>  Hi Jason,
>>
>> Great to hear! Sorry, somehow I missed your last email.
>>
>>  Let me know if you need any help.
>>
>>
>> On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <ja...@systembind.com>wrote:
>>
>>>  Hi,
>>>
>>> Short update: I've installed Stratos and have it running successfully
>>> (single JVM installation).  I am now working on CloudStack-enabling it.
>>> I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider)
>>> implementing a CloudStackIaas.java class.
>>>
>>>
>>>  More updates to come.
>>>
>>>
>>>
>>>
>>>  Jason Daly
>>> VP, Product Development
>>> SystemBind Consulting & IT Services Inc.
>>> 5115 Maingate Drive, Unit 1
>>> Mississauga, ON
>>> Tel: 416.848.0980 x 850
>>> Mobile: 416.388.4070
>>> Toll: 1.877.SYS.BIND
>>> www.systembind.com
>>>
>>> -----Original message-----
>>> *From:* Lakmal Warusawithana <la...@wso2.com>
>>> *Sent:* Saturday 5th April 2014 23:07
>>> *To:* dev@stratos.incubator.apache.org
>>> *Subject:* Re: Stratos on Digital Ocean
>>>
>>> Awesome news Jason.
>>>
>>>
>>> On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:
>>>
>>>> Hi Nirmal,
>>>>
>>>> I've tested CloudStack integration with JClouds and it's running fine.
>>>> I recall earlier versions of JClouds requiring configuration to integrate
>>>> with CloudStack but using the latest version of JClouds was quite out of
>>>> the box:
>>>>
>>>>                 ComputeServiceContext context =
>>>> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,
>>>> apiKey).buildView(ComputeServiceContext.class);
>>>>                 ComputeService compute = context.getComputeService();
>>>>                 compute.listNodes();
>>>>                 ...
>>>>
>>>> Entering the CloudStack URL as the endpoint (i.e.
>>>> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for the
>>>> user and "cloudstack" as the provider was all that was required.  The above
>>>> code snippet then lists the nodes the user has access to.
>>>>
>>>> As such I'll setup Stratos on our CloudStack instance now and will test
>>>> it out.
>>>>
>>>> Further updates to come...
>>>>
>>>>
>>>> --
>>>>
>>>> * Jason Daly*
>>>> *VP, Product Development*
>>>> SystemBind Consulting & IT Services Inc.
>>>>  5115 Maingate Drive, Unit 1
>>>> Mississauga, ON
>>>>
>>>> Tel: 416.848.0980 x 850
>>>> Mobile: 416.388.4070
>>>> Toll: 1.877.SYS.BIND
>>>> www.systembind.com
>>>>
>>>>
>>>>
>>>>    Nirmal Fernando <ni...@gmail.com>
>>>>  April-03-14 8:01 AM
>>>>   Great! thanks Jason! If you need some help on CloudStack integration
>>>> let me know.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards,
>>>> Nirmal
>>>>
>>>> Nirmal Fernando.
>>>> PPMC Member & Committer of Apache Stratos,
>>>> Senior Software Engineer, WSO2 Inc.
>>>>
>>>>  Blog: http://nirmalfdo.blogspot.com/
>>>>     Jason Daly <ja...@systembind.com>
>>>>  April-03-14 7:45 AM
>>>>   Ok great.  I'll work on completing the Jclouds CloudStack work and
>>>> when done we'll setup a Stratos demo environment and will give access to
>>>> the IaaS admin section to whomever needs access.
>>>>
>>>>
>>>>
>>>> *Jason Daly VP, Product Development*
>>>> *SystemBind Consulting & IT Services Inc.*
>>>>
>>>>
>>>>
>>>>
>>>> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario Tel: 416.848.0980
>>>> x 850 <416.848.0980;850> Mobile: 416.388.4070 <416.388.4070> Toll:
>>>> 1.877.SYS.BIND www.systembind.com <http://www.systembind.com/>*
>>>>
>>>> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>>>
>>>>     Paul Fremantle <pa...@wso2.com>
>>>>  April-03-14 7:39 AM
>>>>
>>>> Definitely!!!  Yes please.
>>>>
>>>> Paul
>>>>    Paul Fremantle <pa...@wso2.com>
>>>>  April-03-14 4:47 AM
>>>>   Folks
>>>>
>>>>  I just tried an IaaS called Digital Ocean. Its very simple and
>>>> effective. Its really nice. I think it would be cool to get Stratos running
>>>> on it.
>>>>
>>>>  There is a Jclouds provider for Digital Ocean:
>>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>
>>>>  Paul
>>>>
>>>>  --
>>>> Paul Fremantle
>>>> CTO and Co-Founder, WSO2
>>>> OASIS WS-RX TC Co-chair, Apache Member
>>>>
>>>> UK: +44 207 096 0336 <%2B44%20207%20096%200336>
>>>> US: +1 646 595 7614 <%2B1%20646%20595%207614>
>>>>
>>>> blog: http://pzf.fremantle.org
>>>> twitter.com/pzfreo
>>>> paul@wso2.com
>>>>
>>>>  wso2.com Lean Enterprise Middleware
>>>>
>>>> Disclaimer: This communication may contain privileged or other
>>>> confidential information and is intended exclusively for the addressee/s.
>>>> If you are not the intended recipient/s, or believe that you may have
>>>> received this communication in error, please reply to the sender indicating
>>>> that fact and delete the copy you received and in addition, you should not
>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>> contained in this communication. Internet communications cannot be
>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>> accept liability for any errors or omissions.
>>>>
>>>>
>>>
>>>
>>>  --
>>> Lakmal Warusawithana
>>> Software Architect; WSO2 Inc.
>>> Mobile : +94714289692
>>> Blog : http://lakmalsview.blogspot.com/
>>>
>>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>>  Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
>



-- 
Imesh Gunaratne

Technical Lead, WSO2
Committer & PPMC Member, Apache Stratos

Re: Stratos on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
Awesome!


On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly <ja...@systembind.com>wrote:

>  Short update:
>
> Following the new Iaas wiki page I've created two classes:
>
>
>    - CloudStackIaas
>
>
>    - CloudStackPartitionValidator
>
> I've added the jclouds CloudStack api to the Stratos JClouds apis
> directory and hvae edited the classes listed above as required.  Building
> the distribution with these changes completes successfully.
>
> I'll now test the new build and will tweak the two CloudStack classes as
> needed based on test results.
>
> More updates to come:
>
>
>
> *Jason Daly*
> *VP, Product Development*
> SystemBind Consulting & IT Services Inc.
>  5115 Maingate Drive, Unit 1
> Mississauga, ON
>
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
>
> On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>
>  Hi Jason,
>
> Great to hear! Sorry, somehow I missed your last email.
>
>  Let me know if you need any help.
>
>
> On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <ja...@systembind.com>wrote:
>
>>  Hi,
>>
>> Short update: I've installed Stratos and have it running successfully
>> (single JVM installation).  I am now working on CloudStack-enabling it.
>> I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider)
>> implementing a CloudStackIaas.java class.
>>
>>
>>  More updates to come.
>>
>>
>>
>>
>>  Jason Daly
>> VP, Product Development
>> SystemBind Consulting & IT Services Inc.
>> 5115 Maingate Drive, Unit 1
>> Mississauga, ON
>> Tel: 416.848.0980 x 850
>> Mobile: 416.388.4070
>> Toll: 1.877.SYS.BIND
>> www.systembind.com
>>
>> -----Original message-----
>> *From:* Lakmal Warusawithana <la...@wso2.com>
>> *Sent:* Saturday 5th April 2014 23:07
>> *To:* dev@stratos.incubator.apache.org
>> *Subject:* Re: Stratos on Digital Ocean
>>
>> Awesome news Jason.
>>
>>
>> On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:
>>
>>> Hi Nirmal,
>>>
>>> I've tested CloudStack integration with JClouds and it's running fine.
>>> I recall earlier versions of JClouds requiring configuration to integrate
>>> with CloudStack but using the latest version of JClouds was quite out of
>>> the box:
>>>
>>>                 ComputeServiceContext context =
>>> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,
>>> apiKey).buildView(ComputeServiceContext.class);
>>>                 ComputeService compute = context.getComputeService();
>>>                 compute.listNodes();
>>>                 ...
>>>
>>> Entering the CloudStack URL as the endpoint (i.e.
>>> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for the
>>> user and "cloudstack" as the provider was all that was required.  The above
>>> code snippet then lists the nodes the user has access to.
>>>
>>> As such I'll setup Stratos on our CloudStack instance now and will test
>>> it out.
>>>
>>> Further updates to come...
>>>
>>>
>>> --
>>>
>>> * Jason Daly*
>>> *VP, Product Development*
>>> SystemBind Consulting & IT Services Inc.
>>>  5115 Maingate Drive, Unit 1
>>> Mississauga, ON
>>>
>>> Tel: 416.848.0980 x 850
>>> Mobile: 416.388.4070
>>> Toll: 1.877.SYS.BIND
>>> www.systembind.com
>>>
>>>
>>>
>>>    Nirmal Fernando <ni...@gmail.com>
>>>  April-03-14 8:01 AM
>>>   Great! thanks Jason! If you need some help on CloudStack integration
>>> let me know.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>>  Blog: http://nirmalfdo.blogspot.com/
>>>     Jason Daly <ja...@systembind.com>
>>>  April-03-14 7:45 AM
>>>   Ok great.  I'll work on completing the Jclouds CloudStack work and
>>> when done we'll setup a Stratos demo environment and will give access to
>>> the IaaS admin section to whomever needs access.
>>>
>>>
>>>
>>> *Jason Daly VP, Product Development*
>>> *SystemBind Consulting & IT Services Inc.*
>>>
>>>
>>>
>>>
>>> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario Tel: 416.848.0980
>>> x 850 <416.848.0980;850> Mobile: 416.388.4070 <416.388.4070> Toll:
>>> 1.877.SYS.BIND www.systembind.com <http://www.systembind.com/>*
>>>
>>> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>>
>>>     Paul Fremantle <pa...@wso2.com>
>>>  April-03-14 7:39 AM
>>>
>>> Definitely!!!  Yes please.
>>>
>>> Paul
>>>    Paul Fremantle <pa...@wso2.com>
>>>  April-03-14 4:47 AM
>>>   Folks
>>>
>>>  I just tried an IaaS called Digital Ocean. Its very simple and
>>> effective. Its really nice. I think it would be cool to get Stratos running
>>> on it.
>>>
>>>  There is a Jclouds provider for Digital Ocean:
>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>
>>>  Paul
>>>
>>>  --
>>> Paul Fremantle
>>> CTO and Co-Founder, WSO2
>>> OASIS WS-RX TC Co-chair, Apache Member
>>>
>>> UK: +44 207 096 0336 <%2B44%20207%20096%200336>
>>> US: +1 646 595 7614 <%2B1%20646%20595%207614>
>>>
>>> blog: http://pzf.fremantle.org
>>> twitter.com/pzfreo
>>> paul@wso2.com
>>>
>>>  wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>>
>>
>>
>>  --
>> Lakmal Warusawithana
>> Software Architect; WSO2 Inc.
>> Mobile : +94714289692
>> Blog : http://lakmalsview.blogspot.com/
>>
>>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
>  Blog: http://nirmalfdo.blogspot.com/
>
>
>


-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Short update:

Following the new Iaas wiki page I've created two classes:

  * CloudStackIaas

  * CloudStackPartitionValidator

I've added the jclouds CloudStack api to the Stratos JClouds apis 
directory and hvae edited the classes listed above as required. Building 
the distribution with these changes completes successfully.

I'll now test the new build and will tweak the two CloudStack classes as 
needed based on test results.

More updates to come:


*Jason Daly*
*VP, Product Development*
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON

Tel: 416.848.0980 <tel:416.848.0980> x 850
Mobile: 416.388.4070 <tel:416.388.4070>
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com>


On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
> Hi Jason,
>
> Great to hear! Sorry, somehow I missed your last email.
>
> Let me know if you need any help.
>
>
> On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <jason.daly@systembind.com 
> <ma...@systembind.com>> wrote:
>
>     Hi,
>
>     Short update: I've installed Stratos and have it running
>     successfully (single JVM installation).  I am now working on
>     CloudStack-enabling it.  I'm following the wiki guide (4.0.0
>     Adding support for a new IaaS provider) implementing a
>     CloudStackIaas.java class.
>
>
>     More updates to come.
>
>
>
>
>     Jason Daly
>     VP, Product Development
>     SystemBind Consulting & IT Services Inc.
>     5115 Maingate Drive, Unit 1
>     Mississauga, ON
>     Tel: 416.848.0980 x 850
>     Mobile: 416.388.4070
>     Toll: 1.877.SYS.BIND
>     www.systembind.com <http://www.systembind.com>
>
>         -----Original message-----
>         *From:* Lakmal Warusawithana <lakmal@wso2.com
>         <ma...@wso2.com>>
>         *Sent:* Saturday 5th April 2014 23:07
>         *To:* dev@stratos.incubator.apache.org
>         <ma...@stratos.incubator.apache.org>
>         *Subject:* Re: Stratos on Digital Ocean
>
>         Awesome news Jason.
>
>
>         On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly
>         <jason.daly@systembind.com <ma...@systembind.com>>
>         wrote:
>
>             Hi Nirmal,
>
>             I've tested CloudStack integration with JClouds and it's
>             running fine.  I recall earlier versions of JClouds
>             requiring configuration to integrate with CloudStack but
>             using the latest version of JClouds was quite out of the box:
>
>                             ComputeServiceContext context =
>             ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,
>             apiKey).buildView(ComputeServiceContext.class);
>                             ComputeService compute =
>             context.getComputeService();
>                             compute.listNodes();
>                             ...
>
>             Entering the CloudStack URL as the endpoint (i.e.
>             http://1.2.3.4/client/api) the CloudStack apiKey and
>             secretKey for the user and "cloudstack" as the provider
>             was all that was required.  The above code snippet then
>             lists the nodes the user has access to.
>
>             As such I'll setup Stratos on our CloudStack instance now
>             and will test it out.
>
>             Further updates to come...
>
>
>             -- 
>             *
>             Jason Daly*
>             *VP, Product Development*
>             SystemBind Consulting & IT Services Inc.
>             5115 Maingate Drive, Unit 1
>             Mississauga, ON
>
>             Tel: 416.848.0980 <tel:416.848.0980> x 850
>             Mobile: 416.388.4070 <tel:416.388.4070>
>             Toll: 1.877.SYS.BIND
>             www.systembind.com <http://www.systembind.com>
>
>
>
>>             Nirmal Fernando <ma...@gmail.com>
>>             April-03-14 8:01 AM
>>             Great! thanks Jason! If you need some help on CloudStack
>>             integration let me know.
>>
>>
>>
>>
>>
>>             -- 
>>             Best Regards,
>>             Nirmal
>>
>>             Nirmal Fernando.
>>             PPMC Member & Committer of Apache Stratos,
>>             Senior Software Engineer, WSO2 Inc.
>>
>>             Blog: http://nirmalfdo.blogspot.com/
>>             Jason Daly <ma...@systembind.com>
>>             April-03-14 7:45 AM
>>             Ok great.  I'll work on completing the Jclouds CloudStack
>>             work and when done we'll setup a Stratos demo environment
>>             and will give access to the IaaS admin section to
>>             whomever needs access.
>>
>>
>>             *Jason Daly
>>             VP, Product Development*
>>             *SystemBind Consulting & IT Services Inc.*
>>             *5115 Maingate Drive, Unit #1 | Mississauga | Ontario
>>             Tel: 416.848.0980 x 850 <tel:416.848.0980;850>
>>             Mobile: 416.388.4070 <tel:416.388.4070>
>>             Toll: 1.877.SYS.BIND
>>             www.systembind.com <http://www.systembind.com/>*
>>
>>             On Apr 3, 2014, at 7:40 AM, "Paul Fremantle"
>>             <paul@wso2.com <ma...@wso2.com>> wrote:
>>
>>             Paul Fremantle <ma...@wso2.com>
>>             April-03-14 7:39 AM
>>
>>             Definitely!!!  Yes please.
>>
>>             Paul
>>
>>             Paul Fremantle <ma...@wso2.com>
>>             April-03-14 4:47 AM
>>             Folks
>>
>>             I just tried an IaaS called Digital Ocean. Its very
>>             simple and effective. Its really nice. I think it would
>>             be cool to get Stratos running on it.
>>
>>             There is a Jclouds provider for Digital Ocean:
>>             https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>
>>             Paul
>>
>>             -- 
>>             Paul Fremantle
>>             CTO and Co-Founder, WSO2
>>             OASIS WS-RX TC Co-chair, Apache Member
>>
>>             UK: +44 207 096 0336 <tel:%2B44%20207%20096%200336>
>>             US: +1 646 595 7614 <tel:%2B1%20646%20595%207614>
>>
>>             blog: http://pzf.fremantle.org
>>             twitter.com/pzfreo <http://twitter.com/pzfreo>
>>             paul@wso2.com <ma...@wso2.com>
>>
>>             wso2.com <http://wso2.com> Lean Enterprise Middleware
>>
>>             Disclaimer: This communication may contain privileged or
>>             other confidential information and is intended
>>             exclusively for the addressee/s. If you are not the
>>             intended recipient/s, or believe that you may have
>>             received this communication in error, please reply to the
>>             sender indicating that fact and delete the copy you
>>             received and in addition, you should not print, copy,
>>             retransmit, disseminate, or otherwise use the information
>>             contained in this communication. Internet communications
>>             cannot be guaranteed to be timely, secure, error or
>>             virus-free. The sender does not accept liability for any
>>             errors or omissions.
>
>
>
>
>         -- 
>         Lakmal Warusawithana
>         Software Architect; WSO2 Inc.
>         Mobile : +94714289692 <tel:%2B94714289692>
>         Blog : http://lakmalsview.blogspot.com/
>
>
>
>
> -- 
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/


Re: Stratos on Digital Ocean

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

Great to hear! Sorry, somehow I missed your last email.

Let me know if you need any help.


On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <ja...@systembind.com>wrote:

>  Hi,
>
> Short update: I've installed Stratos and have it running successfully
> (single JVM installation).  I am now working on CloudStack-enabling it.
> I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider)
> implementing a CloudStackIaas.java class.
>
>
> More updates to come.
>
>
>
>
> Jason Daly
> VP, Product Development
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
> -----Original message-----
> *From:* Lakmal Warusawithana <la...@wso2.com>
> *Sent:* Saturday 5th April 2014 23:07
> *To:* dev@stratos.incubator.apache.org
> *Subject:* Re: Stratos on Digital Ocean
>
> Awesome news Jason.
>
>
> On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:
>
>> Hi Nirmal,
>>
>> I've tested CloudStack integration with JClouds and it's running fine.  I
>> recall earlier versions of JClouds requiring configuration to integrate
>> with CloudStack but using the latest version of JClouds was quite out of
>> the box:
>>
>>                 ComputeServiceContext context =
>> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,
>> apiKey).buildView(ComputeServiceContext.class);
>>                 ComputeService compute = context.getComputeService();
>>                 compute.listNodes();
>>                 ...
>>
>> Entering the CloudStack URL as the endpoint (i.e.
>> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for the
>> user and "cloudstack" as the provider was all that was required.  The above
>> code snippet then lists the nodes the user has access to.
>>
>> As such I'll setup Stratos on our CloudStack instance now and will test
>> it out.
>>
>> Further updates to come...
>>
>>
>> --
>>
>> * Jason Daly*
>> *VP, Product Development*
>> SystemBind Consulting & IT Services Inc.
>> 5115 Maingate Drive, Unit 1
>> Mississauga, ON
>>
>> Tel: 416.848.0980 x 850
>> Mobile: 416.388.4070
>> Toll: 1.877.SYS.BIND
>> www.systembind.com
>>
>>
>>
>>   Nirmal Fernando <ni...@gmail.com>
>>  April-03-14 8:01 AM
>> Great! thanks Jason! If you need some help on CloudStack integration let
>> me know.
>>
>>
>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>> Blog: http://nirmalfdo.blogspot.com/
>>    Jason Daly <ja...@systembind.com>
>>  April-03-14 7:45 AM
>> Ok great.  I'll work on completing the Jclouds CloudStack work and when
>> done we'll setup a Stratos demo environment and will give access to the
>> IaaS admin section to whomever needs access.
>>
>>
>>
>> *Jason DalyVP, Product Development*
>> *SystemBind Consulting & IT Services Inc.*
>>
>>
>>
>>
>> *5115 Maingate Drive, Unit #1 | Mississauga | OntarioTel: 416.848.0980 x
>> 850 <416.848.0980;850>Mobile: 416.388.4070 <416.388.4070> Toll:
>> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>>
>> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>
>>   Paul Fremantle <pa...@wso2.com>
>>  April-03-14 7:39 AM
>>
>> Definitely!!!  Yes please.
>>
>> Paul
>>   Paul Fremantle <pa...@wso2.com>
>>  April-03-14 4:47 AM
>> Folks
>>
>> I just tried an IaaS called Digital Ocean. Its very simple and effective.
>> Its really nice. I think it would be cool to get Stratos running on it.
>>
>> There is a Jclouds provider for Digital Ocean:
>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>
>> Paul
>>
>> --
>> Paul Fremantle
>> CTO and Co-Founder, WSO2
>> OASIS WS-RX TC Co-chair, Apache Member
>>
>> UK: +44 207 096 0336
>> US: +1 646 595 7614
>>
>> blog: http://pzf.fremantle.org
>> twitter.com/pzfreo
>> paul@wso2.com
>>
>> wso2.com Lean Enterprise Middleware
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>>
>
>
> --
> Lakmal Warusawithana
> Software Architect; WSO2 Inc.
> Mobile : +94714289692
> Blog : http://lakmalsview.blogspot.com/
>
>


-- 
Best Regards,
Nirmal

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

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

RE: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Hi,

Short update: I've installed Stratos and have it running successfully (single JVM installation).  I am now working on CloudStack-enabling it.  I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider) implementing a CloudStackIaas.java class.



More updates to come.






Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com


-----Original message-----
From: Lakmal Warusawithana <la...@wso2.com>
Sent: Saturday 5th April 2014 23:07
To: dev@stratos.incubator.apache.org
Subject: Re: Stratos on Digital Ocean

Awesome news Jason.


On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
Hi Nirmal,

I've tested CloudStack integration with JClouds and it's running fine.  I recall earlier versions of JClouds requiring configuration to integrate with CloudStack but using the latest version of JClouds was quite out of the box:

                ComputeServiceContext context = ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username, apiKey).buildView(ComputeServiceContext.class);
                ComputeService compute = context.getComputeService();
                compute.listNodes();
                ...

Entering the CloudStack URL as the endpoint (i.e. http://1.2.3.4/client/api <http://1.2.3.4/client/api> ) the CloudStack apiKey and secretKey for the user and "cloudstack" as the provider was all that was required.  The above code snippet then lists the nodes the user has access to.

As such I'll setup Stratos on our CloudStack instance now and will test it out.

Further updates to come...


-- 

Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON

Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com> 
 


 
 
 
 Nirmal Fernando <ma...@gmail.com> 
 
 April-03-14 8:01 AM
 
Great! thanks Jason! If you need some help on CloudStack integration let me know.





-- 
Best Regards,
Nirmal

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

Blog: http://nirmalfdo.blogspot.com/ <http://nirmalfdo.blogspot.com/> 
 
 
 
 
 Jason Daly <ma...@systembind.com> 
 
 April-03-14 7:45 AM
 
Ok great.  I'll work on completing the Jclouds CloudStack work and when done we'll setup a Stratos demo environment and will give access to the IaaS admin section to whomever needs access.


Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:

 
 
 
 Paul Fremantle <ma...@wso2.com> 
 
 April-03-14 7:39 AM
 

Definitely!!!  Yes please. 

Paul 

 
 
 
 
 Paul Fremantle <ma...@wso2.com> 
 
 April-03-14 4:47 AM
 
Folks

I just tried an IaaS called Digital Ocean. Its very simple and effective. Its really nice. I think it would be cool to get Stratos running on it. 

There is a Jclouds provider for Digital Ocean: https://github.com/jclouds/jclouds-labs/tree/master/digitalocean

Paul

-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 
 



-- 
Lakmal Warusawithana
Software Architect; WSO2 Inc.
Mobile : +94714289692
Blog : http://lakmalsview.blogspot.com/ <http://lakmalsview.blogspot.com/> 


Re: Stratos on Digital Ocean

Posted by Isuru Perera <is...@wso2.com>.
Hi Jason,

This is great news!

Thanks for the update.


On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:

> Hi Nirmal,
>
> I've tested CloudStack integration with JClouds and it's running fine.  I
> recall earlier versions of JClouds requiring configuration to integrate
> with CloudStack but using the latest version of JClouds was quite out of
> the box:
>
>                 ComputeServiceContext context =
> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,
> apiKey).buildView(ComputeServiceContext.class);
>                 ComputeService compute = context.getComputeService();
>                 compute.listNodes();
>                 ...
>
> Entering the CloudStack URL as the endpoint (i.e.
> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for the
> user and "cloudstack" as the provider was all that was required.  The above
> code snippet then lists the nodes the user has access to.
>
> As such I'll setup Stratos on our CloudStack instance now and will test it
> out.
>
> Further updates to come...
>
>
> --
>
> * Jason Daly*
> *VP, Product Development*
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
>
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
>
>
>   Nirmal Fernando <ni...@gmail.com>
>  April-03-14 8:01 AM
> Great! thanks Jason! If you need some help on CloudStack integration let
> me know.
>
>
>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
>    Jason Daly <ja...@systembind.com>
>  April-03-14 7:45 AM
> Ok great.  I'll work on completing the Jclouds CloudStack work and when
> done we'll setup a Stratos demo environment and will give access to the
> IaaS admin section to whomever needs access.
>
>
>
> *Jason DalyVP, Product Development*
> *SystemBind Consulting & IT Services Inc.*
>
>
>
>
> *5115 Maingate Drive, Unit #1 | Mississauga | OntarioTel: 416.848.0980 x
> 850 <416.848.0980;850>Mobile: 416.388.4070 <416.388.4070> Toll:
> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>
> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>
>   Paul Fremantle <pa...@wso2.com>
>  April-03-14 7:39 AM
>
> Definitely!!!  Yes please.
>
> Paul
>   Paul Fremantle <pa...@wso2.com>
>  April-03-14 4:47 AM
> Folks
>
> I just tried an IaaS called Digital Ocean. Its very simple and effective.
> Its really nice. I think it would be cool to get Stratos running on it.
>
> There is a Jclouds provider for Digital Ocean:
> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>
> Paul
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> paul@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
>


-- 
Isuru Perera
Senior Software Engineer | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha

Re: Stratos on Digital Ocean

Posted by Lakmal Warusawithana <la...@wso2.com>.
Awesome news Jason.


On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <ja...@systembind.com>wrote:

> Hi Nirmal,
>
> I've tested CloudStack integration with JClouds and it's running fine.  I
> recall earlier versions of JClouds requiring configuration to integrate
> with CloudStack but using the latest version of JClouds was quite out of
> the box:
>
>                 ComputeServiceContext context =
> ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,
> apiKey).buildView(ComputeServiceContext.class);
>                 ComputeService compute = context.getComputeService();
>                 compute.listNodes();
>                 ...
>
> Entering the CloudStack URL as the endpoint (i.e.
> http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for the
> user and "cloudstack" as the provider was all that was required.  The above
> code snippet then lists the nodes the user has access to.
>
> As such I'll setup Stratos on our CloudStack instance now and will test it
> out.
>
> Further updates to come...
>
>
> --
>
> * Jason Daly*
> *VP, Product Development*
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
>
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
>
>
>   Nirmal Fernando <ni...@gmail.com>
>  April-03-14 8:01 AM
> Great! thanks Jason! If you need some help on CloudStack integration let
> me know.
>
>
>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
>    Jason Daly <ja...@systembind.com>
>  April-03-14 7:45 AM
> Ok great.  I'll work on completing the Jclouds CloudStack work and when
> done we'll setup a Stratos demo environment and will give access to the
> IaaS admin section to whomever needs access.
>
>
>
> *Jason DalyVP, Product Development*
> *SystemBind Consulting & IT Services Inc.*
>
>
>
>
> *5115 Maingate Drive, Unit #1 | Mississauga | OntarioTel: 416.848.0980 x
> 850 <416.848.0980;850>Mobile: 416.388.4070 <416.388.4070>Toll:
> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>
> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>
>   Paul Fremantle <pa...@wso2.com>
>  April-03-14 7:39 AM
>
> Definitely!!!  Yes please.
>
> Paul
>   Paul Fremantle <pa...@wso2.com>
>  April-03-14 4:47 AM
> Folks
>
> I just tried an IaaS called Digital Ocean. Its very simple and effective.
> Its really nice. I think it would be cool to get Stratos running on it.
>
> There is a Jclouds provider for Digital Ocean:
> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>
> Paul
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> paul@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
>


-- 
Lakmal Warusawithana
Software Architect; WSO2 Inc.
Mobile : +94714289692
Blog : http://lakmalsview.blogspot.com/

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Hi Nirmal,

I've tested CloudStack integration with JClouds and it's running fine.  
I recall earlier versions of JClouds requiring configuration to 
integrate with CloudStack but using the latest version of JClouds was 
quite out of the box:

                 ComputeServiceContext context = 
ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username, 
apiKey).buildView(ComputeServiceContext.class);
                 ComputeService compute = context.getComputeService();
                 compute.listNodes();
                 ...

Entering the CloudStack URL as the endpoint (i.e. 
http://1.2.3.4/client/api) the CloudStack apiKey and secretKey for the 
user and "cloudstack" as the provider was all that was required.  The 
above code snippet then lists the nodes the user has access to.

As such I'll setup Stratos on our CloudStack instance now and will test 
it out.

Further updates to come...


-- 
*
Jason Daly*
*VP, Product Development*
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com>



> Nirmal Fernando <ma...@gmail.com>
> April-03-14 8:01 AM
> Great! thanks Jason! If you need some help on CloudStack integration 
> let me know.
>
>
>
>
>
> -- 
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
> Jason Daly <ma...@systembind.com>
> April-03-14 7:45 AM
> Ok great.  I'll work on completing the Jclouds CloudStack work and 
> when done we'll setup a Stratos demo environment and will give access 
> to the IaaS admin section to whomever needs access.
>
>
> *Jason Daly
> VP, Product Development*
> *SystemBind Consulting & IT Services Inc.*
> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario
> Tel: 416.848.0980 x 850 <tel:416.848.0980;850>
> Mobile: 416.388.4070 <tel:416.388.4070>
> Toll: 1.877.SYS.BIND
> www.systembind.com <http://www.systembind.com/>*
>
> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <paul@wso2.com 
> <ma...@wso2.com>> wrote:
>
> Paul Fremantle <ma...@wso2.com>
> April-03-14 7:39 AM
>
> Definitely!!!  Yes please.
>
> Paul
>
> Paul Fremantle <ma...@wso2.com>
> April-03-14 4:47 AM
> Folks
>
> I just tried an IaaS called Digital Ocean. Its very simple and 
> effective. Its really nice. I think it would be cool to get Stratos 
> running on it.
>
> There is a Jclouds provider for Digital Ocean: 
> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>
> Paul
>
> -- 
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo <http://twitter.com/pzfreo>
> paul@wso2.com <ma...@wso2.com>
>
> wso2.com <http://wso2.com> Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other 
> confidential information and is intended exclusively for the 
> addressee/s. If you are not the intended recipient/s, or believe that 
> you may have received this communication in error, please reply to the 
> sender indicating that fact and delete the copy you received and in 
> addition, you should not print, copy, retransmit, disseminate, or 
> otherwise use the information contained in this communication. 
> Internet communications cannot be guaranteed to be timely, secure, 
> error or virus-free. The sender does not accept liability for any 
> errors or omissions.

Re: Stratos on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
Great! thanks Jason! If you need some help on CloudStack integration let me
know.


On Thu, Apr 3, 2014 at 5:15 PM, Jason Daly <ja...@systembind.com>wrote:

> Ok great.  I'll work on completing the Jclouds CloudStack work and when
> done we'll setup a Stratos demo environment and will give access to the
> IaaS admin section to whomever needs access.
>
>
>
> *Jason DalyVP, Product Development*
> *SystemBind Consulting & IT Services Inc.*
>
>
>
>
> *5115 Maingate Drive, Unit #1 | Mississauga | OntarioTel: 416.848.0980 x
> 850 <416.848.0980;850>Mobile: 416.388.4070 <416.388.4070>Toll:
> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>
> On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>
> Definitely!!!  Yes please.
>
> Paul
> On 3 Apr 2014 13:21, "Jason Daly" <ja...@systembind.com> wrote:
>
>> Our company also runs a CloudStack based IaaS service at www.virtzone.net.
>>  We offer a free tier and would be quite willing to donate usage of our
>> IaaS service to the project.
>>
>> I'm working on Stratos CloudStack integration via Jclouds and plan to
>> have a working model in a few weeks.
>>
>> Let me know if interested...
>>
>>
>>
>> *Jason Daly VP, Product Development*
>> *SystemBind Consulting & IT Services Inc.*
>>
>>
>>
>>
>> *5115 Maingate Drive, Unit #1 | Mississauga | OntarioTel: 416.848.0980 x
>> 850 <416.848.0980;850> Mobile: 416.388.4070 <416.388.4070>Toll:
>> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>>
>> On Apr 3, 2014, at 5:13 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>>
>> They don't seem to, but maybe we can find someone to sponsor some level
>> of usage?
>>
>> Paul
>>
>>
>> On 3 April 2014 10:02, Nirmal Fernando <ni...@gmail.com> wrote:
>>
>>> +1 Paul. Do you know whether they have a free tier?
>>>
>>>
>>> On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:
>>>
>>>> Folks
>>>>
>>>> I just tried an IaaS called Digital Ocean. Its very simple and
>>>> effective. Its really nice. I think it would be cool to get Stratos running
>>>> on it.
>>>>
>>>> There is a Jclouds provider for Digital Ocean:
>>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>
>>>> Paul
>>>>
>>>> --
>>>> Paul Fremantle
>>>> CTO and Co-Founder, WSO2
>>>> OASIS WS-RX TC Co-chair, Apache Member
>>>>
>>>> UK: +44 207 096 0336
>>>> US: +1 646 595 7614
>>>>
>>>> blog: http://pzf.fremantle.org
>>>> twitter.com/pzfreo
>>>> paul@wso2.com
>>>>
>>>> wso2.com Lean Enterprise Middleware
>>>>
>>>> Disclaimer: This communication may contain privileged or other
>>>> confidential information and is intended exclusively for the addressee/s.
>>>> If you are not the intended recipient/s, or believe that you may have
>>>> received this communication in error, please reply to the sender indicating
>>>> that fact and delete the copy you received and in addition, you should not
>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>> contained in this communication. Internet communications cannot be
>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>> accept liability for any errors or omissions.
>>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>
>>
>>
>> --
>> Paul Fremantle
>> CTO and Co-Founder, WSO2
>> OASIS WS-RX TC Co-chair, Apache Member
>>
>> UK: +44 207 096 0336
>> US: +1 646 595 7614
>>
>> blog: http://pzf.fremantle.org
>> twitter.com/pzfreo
>> paul@wso2.com
>>
>> wso2.com Lean Enterprise Middleware
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>>


-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Paul Fremantle <pa...@wso2.com>.
Definitely!!!  Yes please.

Paul
On 3 Apr 2014 13:21, "Jason Daly" <ja...@systembind.com> wrote:

> Our company also runs a CloudStack based IaaS service at www.virtzone.net.
>  We offer a free tier and would be quite willing to donate usage of our
> IaaS service to the project.
>
> I'm working on Stratos CloudStack integration via Jclouds and plan to have
> a working model in a few weeks.
>
> Let me know if interested...
>
>
>
> *Jason DalyVP, Product Development*
> *SystemBind Consulting & IT Services Inc.*
>
>
>
>
> *5115 Maingate Drive, Unit #1 | Mississauga | OntarioTel: 416.848.0980 x
> 850 <416.848.0980;850>Mobile: 416.388.4070 <416.388.4070>Toll:
> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>
> On Apr 3, 2014, at 5:13 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>
> They don't seem to, but maybe we can find someone to sponsor some level of
> usage?
>
> Paul
>
>
> On 3 April 2014 10:02, Nirmal Fernando <ni...@gmail.com> wrote:
>
>> +1 Paul. Do you know whether they have a free tier?
>>
>>
>> On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:
>>
>>> Folks
>>>
>>> I just tried an IaaS called Digital Ocean. Its very simple and
>>> effective. Its really nice. I think it would be cool to get Stratos running
>>> on it.
>>>
>>> There is a Jclouds provider for Digital Ocean:
>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>
>>> Paul
>>>
>>> --
>>> Paul Fremantle
>>> CTO and Co-Founder, WSO2
>>> OASIS WS-RX TC Co-chair, Apache Member
>>>
>>> UK: +44 207 096 0336
>>> US: +1 646 595 7614
>>>
>>> blog: http://pzf.fremantle.org
>>> twitter.com/pzfreo
>>> paul@wso2.com
>>>
>>> wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>> Blog: http://nirmalfdo.blogspot.com/
>>
>
>
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> paul@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
>

Re: Stratos on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
In fact, I'm familiar with jclouds Digital Ocean code, which I referred
while implementing jclouds-docker.


On Thu, Apr 3, 2014 at 2:44 PM, Nirmal Fernando <ni...@gmail.com>wrote:

> That'd be great!
>
>
> On Thu, Apr 3, 2014 at 2:41 PM, Paul Fremantle <pa...@wso2.com> wrote:
>
>> They don't seem to, but maybe we can find someone to sponsor some level
>> of usage?
>>
>> Paul
>>
>>
>> On 3 April 2014 10:02, Nirmal Fernando <ni...@gmail.com> wrote:
>>
>>> +1 Paul. Do you know whether they have a free tier?
>>>
>>>
>>> On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:
>>>
>>>> Folks
>>>>
>>>> I just tried an IaaS called Digital Ocean. Its very simple and
>>>> effective. Its really nice. I think it would be cool to get Stratos running
>>>> on it.
>>>>
>>>> There is a Jclouds provider for Digital Ocean:
>>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>
>>>> Paul
>>>>
>>>> --
>>>> Paul Fremantle
>>>> CTO and Co-Founder, WSO2
>>>> OASIS WS-RX TC Co-chair, Apache Member
>>>>
>>>> UK: +44 207 096 0336
>>>> US: +1 646 595 7614
>>>>
>>>> blog: http://pzf.fremantle.org
>>>> twitter.com/pzfreo
>>>> paul@wso2.com
>>>>
>>>> wso2.com Lean Enterprise Middleware
>>>>
>>>> Disclaimer: This communication may contain privileged or other
>>>> confidential information and is intended exclusively for the addressee/s.
>>>> If you are not the intended recipient/s, or believe that you may have
>>>> received this communication in error, please reply to the sender indicating
>>>> that fact and delete the copy you received and in addition, you should not
>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>> contained in this communication. Internet communications cannot be
>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>> accept liability for any errors or omissions.
>>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>
>>
>>
>> --
>> Paul Fremantle
>> CTO and Co-Founder, WSO2
>> OASIS WS-RX TC Co-chair, Apache Member
>>
>> UK: +44 207 096 0336
>> US: +1 646 595 7614
>>
>> blog: http://pzf.fremantle.org
>> twitter.com/pzfreo
>> paul@wso2.com
>>
>> wso2.com Lean Enterprise Middleware
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>
>
>
> --
> 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 on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
That'd be great!


On Thu, Apr 3, 2014 at 2:41 PM, Paul Fremantle <pa...@wso2.com> wrote:

> They don't seem to, but maybe we can find someone to sponsor some level of
> usage?
>
> Paul
>
>
> On 3 April 2014 10:02, Nirmal Fernando <ni...@gmail.com> wrote:
>
>> +1 Paul. Do you know whether they have a free tier?
>>
>>
>> On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:
>>
>>> Folks
>>>
>>> I just tried an IaaS called Digital Ocean. Its very simple and
>>> effective. Its really nice. I think it would be cool to get Stratos running
>>> on it.
>>>
>>> There is a Jclouds provider for Digital Ocean:
>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>
>>> Paul
>>>
>>> --
>>> Paul Fremantle
>>> CTO and Co-Founder, WSO2
>>> OASIS WS-RX TC Co-chair, Apache Member
>>>
>>> UK: +44 207 096 0336
>>> US: +1 646 595 7614
>>>
>>> blog: http://pzf.fremantle.org
>>> twitter.com/pzfreo
>>> paul@wso2.com
>>>
>>> wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>> Blog: http://nirmalfdo.blogspot.com/
>>
>
>
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> paul@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>



-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Isuru Perera <is...@wso2.com>.
Hi Jason,

On Thu, Apr 3, 2014 at 4:50 PM, Jason Daly <ja...@systembind.com>wrote:

> Our company also runs a CloudStack based IaaS service at www.virtzone.net.
>  We offer a free tier and would be quite willing to donate usage of our
> IaaS service to the project.
>
It would be great get that service!

>
> I'm working on Stratos CloudStack integration via Jclouds and plan to have
> a working model in a few weeks.
>
Great!

>
> Let me know if interested...
>
>
>
> *Jason DalyVP, Product Development*
> *SystemBind Consulting & IT Services Inc.*
>
>
>
>
> *5115 Maingate Drive, Unit #1 | Mississauga | Ontario Tel: 416.848.0980 x
> 850 <416.848.0980;850>Mobile: 416.388.4070 <416.388.4070>Toll:
> 1.877.SYS.BINDwww.systembind.com <http://www.systembind.com/>*
>
> On Apr 3, 2014, at 5:13 AM, "Paul Fremantle" <pa...@wso2.com> wrote:
>
> They don't seem to, but maybe we can find someone to sponsor some level of
> usage?
>
> Paul
>
>
> On 3 April 2014 10:02, Nirmal Fernando <ni...@gmail.com> wrote:
>
>> +1 Paul. Do you know whether they have a free tier?
>>
>>
>> On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:
>>
>>> Folks
>>>
>>> I just tried an IaaS called Digital Ocean. Its very simple and
>>> effective. Its really nice. I think it would be cool to get Stratos running
>>> on it.
>>>
>>> There is a Jclouds provider for Digital Ocean:
>>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>
>>> Paul
>>>
>>> --
>>> Paul Fremantle
>>> CTO and Co-Founder, WSO2
>>> OASIS WS-RX TC Co-chair, Apache Member
>>>
>>> UK: +44 207 096 0336
>>> US: +1 646 595 7614
>>>
>>> blog: http://pzf.fremantle.org
>>> twitter.com/pzfreo
>>> paul@wso2.com
>>>
>>> wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Nirmal
>>
>> Nirmal Fernando.
>> PPMC Member & Committer of Apache Stratos,
>> Senior Software Engineer, WSO2 Inc.
>>
>> Blog: http://nirmalfdo.blogspot.com/
>>
>
>
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> paul@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
>


-- 
Isuru Perera
Senior Software Engineer | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha

Re: Stratos on Digital Ocean

Posted by Paul Fremantle <pa...@wso2.com>.
They don't seem to, but maybe we can find someone to sponsor some level of
usage?

Paul


On 3 April 2014 10:02, Nirmal Fernando <ni...@gmail.com> wrote:

> +1 Paul. Do you know whether they have a free tier?
>
>
> On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:
>
>> Folks
>>
>> I just tried an IaaS called Digital Ocean. Its very simple and effective.
>> Its really nice. I think it would be cool to get Stratos running on it.
>>
>> There is a Jclouds provider for Digital Ocean:
>> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>
>> Paul
>>
>> --
>> Paul Fremantle
>> CTO and Co-Founder, WSO2
>> OASIS WS-RX TC Co-chair, Apache Member
>>
>> UK: +44 207 096 0336
>> US: +1 646 595 7614
>>
>> blog: http://pzf.fremantle.org
>> twitter.com/pzfreo
>> paul@wso2.com
>>
>> wso2.com Lean Enterprise Middleware
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
>



-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org
twitter.com/pzfreo
paul@wso2.com

wso2.com Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

Re: Stratos on Digital Ocean

Posted by Nirmal Fernando <ni...@gmail.com>.
+1 Paul. Do you know whether they have a free tier?


On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <pa...@wso2.com> wrote:

> Folks
>
> I just tried an IaaS called Digital Ocean. Its very simple and effective.
> Its really nice. I think it would be cool to get Stratos running on it.
>
> There is a Jclouds provider for Digital Ocean:
> https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>
> Paul
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> paul@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>



-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Our company also runs a CloudStack based IaaS service at www.virtzone.net <http://www.virtzone.net> .  We offer a free tier and would be quite willing to donate usage of our IaaS service to the project.

I'm working on Stratos CloudStack integration via Jclouds and plan to have a working model in a few weeks.

Let me know if interested...


Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 5:13 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:

They don't seem to, but maybe we can find someone to sponsor some level of usage?

Paul


On 3 April 2014 10:02, Nirmal Fernando <nirmal070125@gmail.com <ma...@gmail.com> > wrote:
+1 Paul. Do you know whether they have a free tier? 


On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <paul@wso2.com <ma...@wso2.com> > wrote:
Folks

I just tried an IaaS called Digital Ocean. Its very simple and effective. Its really nice. I think it would be cool to get Stratos running on it. 

There is a Jclouds provider for Digital Ocean: https://github.com/jclouds/jclouds-labs/tree/master/digitalocean

Paul

-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 



-- 
Best Regards,
Nirmal

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

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



-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 

Re: Stratos on Digital Ocean

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

Here's the jira for this feature
https://issues.apache.org/jira/browse/STRATOS-592

@Jason would you be able to update the status and possibly contribute the
code back? There seems to be lot of interested people to help.


On Mon, Jun 2, 2014 at 6:54 PM, Kambiz Darabi <da...@m-creations.com>
wrote:

> Hi Jason,
>
> did you find the time to push the code somewhere?
>
> Thank you
>
>
> Kambiz
>
> On 2014-05-18 06:31 CEST, Jason Daly <ja...@systembind.com> wrote:
>
> > Hi Kambiz,
> >
> > Apologies for the delay. I will post the code as-is: it's a good start
> > towards this integration. I'll provide you with a link within the best
> > day or 2.
> >
> > Jason Daly
> > VP, Product Development
> > SystemBind Consulting & IT Services Inc.
> > 5115 Maingate Drive, Unit #1 | Mississauga | Ontario
> > Tel: 416.848.0980 x 850
> > Mobile: 416.388.4070
> > Toll: 1.877.SYS.BIND
> > www.systembind.com
> >
> > On May 16, 2014, at 8:42 PM, "Kambiz Darabi" <da...@m-creations.com>
> > wrote:
> >
> >     Hi Jason,
> >
> >     this message of mine was obviously lost.
> >
> >     Any update?
> >
> >     Cheers
> >
> >
> >     Kambiz
> >
> >     On 2014-05-08 11:09 CEST, Kambiz Darabi <da...@m-creations.com>
> >     wrote:
> >
> >         Hi Jason,
> >
> >
> >
> >
> >
> >     On 2014-04-30 23:57 CEST, Jason Daly <ja...@systembind.com>
> >         wrote:
> >
> >
> >
> >
> >
> >             [...] I publish this code to a git repository shortly so
> >             that you
> >
> >
> >             can look through it... and any feedback/input is more than
> >             welcome.
> >
> >
> >
> >
> >
> >     Any news on this part? The code doesn't have to be in great shape.
> >         I
> >
> >
> >     just want to see whether the direction in which I thought was the
> >         same
> >
> >
> >     as the path you have taken.
> >
> >
> >
> >
> >
> >             We can indeed test and share results and move this
> >             forward.
> >
> >
> >
> >
> >
> >     I'm looking forward to it.
> >
> >
> >
> >
> >
> >     Cheers
> >
> >
> >
> >
> >
> >
> >
> >
> >     Kambiz
> >
> >
> >
> >
> >
> >
> >
> >
> >     Kambiz Darabi
> >
> >
> >     --
> >
> >
> >     m-creations gmbh
> >
> >
> >     Acker 2
> >
> >
> >     55116 Mainz
> >
> >
> >     Germany
> >
> >
> >
> >
> >
> >     W: http://www.m-creations.com
> >
> >
> >     E: darabi@m-creations.com
> >
> >
> >     T: +49 6131 6224417
> >
> >
> >     F: +49 6131 6224418
> >
> >
> >     --
> >
> >
> >     Registered Office: Mainz, HRB Mainz 7382
> >
> >
> >     Managing Directors: Frank Pacholak, Kambiz Darabi
>



-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Kambiz Darabi <da...@m-creations.com>.
Hi Jason,

did you find the time to push the code somewhere?

Thank you


Kambiz

On 2014-05-18 06:31 CEST, Jason Daly <ja...@systembind.com> wrote:

> Hi Kambiz,
>
> Apologies for the delay. I will post the code as-is: it's a good start
> towards this integration. I'll provide you with a link within the best
> day or 2.
>
> Jason Daly
> VP, Product Development
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit #1 | Mississauga | Ontario
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
> On May 16, 2014, at 8:42 PM, "Kambiz Darabi" <da...@m-creations.com>
> wrote:
>
>     Hi Jason,
>     
>     this message of mine was obviously lost.
>     
>     Any update?
>     
>     Cheers
>     
>     
>     Kambiz
>     
>     On 2014-05-08 11:09 CEST, Kambiz Darabi <da...@m-creations.com>
>     wrote:
>     
>         Hi Jason,
>         
>
>     
>         
>
>     On 2014-04-30 23:57 CEST, Jason Daly <ja...@systembind.com>
>         wrote:
>         
>
>     
>         
>
>             [...] I publish this code to a git repository shortly so
>             that you
>             
>
>             can look through it... and any feedback/input is more than
>             welcome.
>             
>
>     
>         
>
>     Any news on this part? The code doesn't have to be in great shape.
>         I
>         
>
>     just want to see whether the direction in which I thought was the
>         same
>         
>
>     as the path you have taken.
>         
>
>     
>         
>
>             We can indeed test and share results and move this
>             forward.
>             
>
>     
>         
>
>     I'm looking forward to it.
>         
>
>     
>         
>
>     Cheers
>         
>
>     
>         
>
>     
>         
>
>     Kambiz
>         
>
>     
>         
>
>     
>         
>
>     Kambiz Darabi
>         
>
>     -- 
>         
>
>     m-creations gmbh
>         
>
>     Acker 2
>         
>
>     55116 Mainz
>         
>
>     Germany
>         
>
>     
>         
>
>     W: http://www.m-creations.com
>         
>
>     E: darabi@m-creations.com
>         
>
>     T: +49 6131 6224417
>         
>
>     F: +49 6131 6224418
>         
>
>     --
>         
>
>     Registered Office: Mainz, HRB Mainz 7382
>         
>
>     Managing Directors: Frank Pacholak, Kambiz Darabi

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Hi Kambiz,

Apologies for the delay.  I will post the code as-is: it's a good start towards this integration.  I'll provide you with a link within the best day or 2.

Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On May 16, 2014, at 8:42 PM, "Kambiz Darabi" <darabi@m-creations.com <ma...@m-creations.com> > wrote:

Hi Jason,

this message of mine was obviously lost.

Any update?

Cheers


Kambiz

On 2014-05-08 11:09 CEST, Kambiz Darabi <darabi@m-creations.com <ma...@m-creations.com> > wrote:

Hi Jason,

On 2014-04-30 23:57 CEST, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:

[...]  I publish this code to a git repository shortly so that you
can look through it... and any feedback/input is more than welcome.

Any news on this part? The code doesn't have to be in great shape. I
just want to see whether the direction in which I thought was the same
as the path you have taken.

We can indeed test and share results and move this forward.

I'm looking forward to it.

Cheers


Kambiz


Kambiz Darabi
-- 
m-creations gmbh
Acker 2
55116 Mainz
Germany

W: http://www.m-creations.com <http://www.m-creations.com> 
E: darabi@m-creations.com <ma...@m-creations.com> 
T: +49 6131 6224417
F: +49 6131 6224418
--
Registered Office: Mainz, HRB Mainz 7382
Managing Directors: Frank Pacholak, Kambiz Darabi

Re: Stratos on Digital Ocean

Posted by Kambiz Darabi <da...@m-creations.com>.
Hi Jason,

this message of mine was obviously lost.

Any update?

Cheers


Kambiz

On 2014-05-08 11:09 CEST, Kambiz Darabi <da...@m-creations.com> wrote:

> Hi Jason,
>
> On 2014-04-30 23:57 CEST, Jason Daly <ja...@systembind.com> wrote:
>
>> [...]  I publish this code to a git repository shortly so that you
>> can look through it... and any feedback/input is more than welcome.
>
> Any news on this part? The code doesn't have to be in great shape. I
> just want to see whether the direction in which I thought was the same
> as the path you have taken.
>
>> We can indeed test and share results and move this forward.
>
> I'm looking forward to it.
>
> Cheers
>
>
> Kambiz
>
>
> Kambiz Darabi
> -- 
> m-creations gmbh
> Acker 2
> 55116 Mainz
> Germany
>
> W: http://www.m-creations.com
> E: darabi@m-creations.com
> T: +49 6131 6224417
> F: +49 6131 6224418
> --
> Registered Office: Mainz, HRB Mainz 7382
> Managing Directors: Frank Pacholak, Kambiz Darabi

Re: Stratos on Digital Ocean

Posted by Kambiz Darabi <da...@m-creations.com>.
Hi Jason,

On 2014-04-30 23:57 CEST, Jason Daly <ja...@systembind.com> wrote:

> [...]  I publish this code to a git repository shortly so that you
> can look through it... and any feedback/input is more than welcome.

Any news on this part? The code doesn't have to be in great shape. I
just want to see whether the direction in which I thought was the same
as the path you have taken.

> We can indeed test and share results and move this forward.

I'm looking forward to it.

Cheers


Kambiz


Kambiz Darabi
-- 
m-creations gmbh
Acker 2
55116 Mainz
Germany

W: http://www.m-creations.com
E: darabi@m-creations.com
T: +49 6131 6224417
F: +49 6131 6224418
--
Registered Office: Mainz, HRB Mainz 7382
Managing Directors: Frank Pacholak, Kambiz Darabi

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Yes, welcome to the project Darabi.

Thus far the following has been done:

- Created the needed Statos classes (CloudStackIaas and CloudStackPartitionValodator)
- Built the jClouds CloudStack API into Stratos and have enabled it as a recognized provider within Stratos
- Creation of Stratos and ActiveMQ RHEL/CentOS init scripts
- Creation of a generic cartridge based on a CloudStack image

I and am going to start some functional testing on this cartridge in a few days.  I publish this code to a git repository shortly so that you can look through it...  and any feedback/input is  more than welcome.

We can indeed test and share results and move this forward.

I'll send an update shortly once some base test cases have been run.


Cheers

Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 30, 2014, at 12:45 PM, "Nirmal Fernando" <nirmal070125@gmail.com <ma...@gmail.com> > wrote:


Hi Darabi,

Welcome to the project :-)

On Wed, Apr 30, 2014 at 6:56 PM, Kambiz Darabi <darabi@m-creations.com <ma...@m-creations.com> > wrote:
Hello Jason,

congratulations and thank you for your work on Cloudstack.

I also would like to get Stratos running on Cloudstack. In fact, I even
started to look at the jclouds region APIs and patched jclouds for
calling the regionlist.

That's great.. you might possibly need to contribute that to jclouds too. 

Do you have your code available somewhere?

I could help with coding/debugging/testing. 
Thank you


Kambiz Darabi
--
m-creations gmbh
Acker 2
55116 Mainz
Germany

W: http://www.m-creations.com <http://www.m-creations.com> 
E: darabi@m-creations.com <ma...@m-creations.com> 
T: +49 6131 6224417
F: +49 6131 6224418
--
Registered Office: Mainz, HRB Mainz 7382
Managing Directors: Frank Pacholak, Kambiz Darabi


Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
>
> Thanks for the screen-sharing session today Nirmal: the
> CloudController now starts successfully and setting 'cloudstack' as a
> provider when configuring a partition via the Stratos web GUI is
> accepted.
>
> I'm now working on creating a cartrige in CloudStack. More updates to
> come.
>
> Jason Daly
> VP, Product Development
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com <http://www.systembind.com> 
> On 04/27/2014 04:20 PM, Jason Daly wrote:
>
>     RE: Stratos on Digital Ocean
>
>
>     A screen-sharing session now would be great. I'm free for the next
>     hour or so. What screen-sharing tool do you want to use?
>
>
>
>
>         Jason Daly
>     VP, Product Development
>     SystemBind Consulting & IT Services Inc.
>     5115 Maingate Drive, Unit 1
>     Mississauga, ON
>     Tel: 416.848.0980 x 850
>     Mobile: 416.388.4070
>     Toll: 1.877.SYS.BIND
>     www.systembind.com <http://www.systembind.com> 
>
>     -----Original message-----
>         From: Nirmal Fernando <nirmal070125@gmail.com <ma...@gmail.com> >
>         Sent: Sunday 27th April 2014 13:58
>         To: dev@stratos.incubator.apache.org <ma...@stratos.incubator.apache.org> 
>         Subject: Re: Stratos on Digital Ocean
>
>
>
>         Hi Jason,
>
>
>         This seems to be an OSGi bundling issue, in that case you
>         might not see a stack trace. If you are available we can have
>         a screen sharing session and debug, now.
>
>
>
>
>         On Sun, Apr 27, 2014 at 11:12 PM, Jason Daly
>         <jason.daly@systembind.com <ma...@systembind.com> > wrote:
>
>
>
>             Hi Nirmal,
>
>             I added these dependencies but the Cloud Controller still
>             does not start. Looking through the logs I see the
>             AutoScaler Axis2 service starting but do not see any
>             reference to an attempt to start the CloudContoller Axis2
>             service.
>
>             Two questions:
>
>
>             * Should there not be a stack trace in the wso2carbon.log
>               file showing the CloudController startup failure? That
>               would help in identifying which parameters/missing
>               dependencies are causing the issue.
>             * Is there a way to test the CloudController on its own
>               (throwing stack traces are necessary when errors are
>               encountered)? This would help in building in the
>               CloudStack support.
>
>
>             Thanks
>
>
>
>             Jason Daly
>             VP, Product Development
>             SystemBind Consulting & IT Services Inc.
>             5115 Maingate Drive, Unit 1
>             Mississauga, ON
>             Tel: 416.848.0980 x 850
>             Mobile: 416.388.4070
>             Toll: 1.877.SYS.BIND
>             www.systembind.com <http://www.systembind.com> 
>
>
>             On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
>
>
>
>                 Ok, seems like your Cloud Controller bundle failed to
>                 start after your modification. Did you add Cloud-stack
>                 related jclouds jars to the Cloud-controller feature
>                 pom as dependencies?
>                 (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
>
>
>
>
>                 On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly
>                 <jason.daly@systembind.com <ma...@systembind.com> > wrote:
>
>
>
>                     Yes, it's a single JVM installation. I've been
>                     starting stratos with the following command:
>
>
>                     * /opt/stratos/apache-stratos/bin/stratos.sh -
>                       Dprofile="default" start
>
>
>                     Running
>
>
>                     * netstat -an | grep -i listen | grep tcp
>
>
>                     shows only port 9443 being listened on (i.e. for
>                     ports in the range of 944x):
>
>
>                                         #> netstat -an | grep -i
>                         listen | grep tcp
>
>                         ...
>
>
>                                             tcp 0 0 :::8161 :::*
>                         LISTEN
>                         tcp 0 0 :::9443 :::* LISTEN
>                         tcp 0 0 :::9763 :::* LISTEN
>                         tcp 0 0 :::42502 :::* LISTEN
>                         tcp 0 0 :::11111 :::* LISTEN
>                         tcp 0 0 :::5672 :::* LISTEN
>                         tcp 0 0 :::54570 :::* LISTEN
>                         tcp 0 0 :::3306 :::* LISTEN
>
>
>
>
>
>                     Jason Daly
>                     VP, Product Development
>                     SystemBind Consulting & IT Services Inc.
>                     5115 Maingate Drive, Unit 1
>                     Mississauga, ON
>                     Tel: 416.848.0980 x 850
>                     Mobile: 416.388.4070
>                     Toll: 1.877.SYS.BIND
>                     www.systembind.com <http://www.systembind.com> 
>
>
>                     On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
>
>
>
>                         Are you using Stratos as a single JVM? If not
>                         what's the port of Cloud controller?
>
>
>
>
>                         On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly
>                         <jason.daly@systembind.com <ma...@systembind.com> > wrote:
>
>
>                             Hi,
>
>                             I've setup Stratos and have logged into
>                             the Stratos Manager web UI to configure
>                             stratos (i.e. adding CloudStack as an
>                             Iaas). The UI accepts CloudStack as the
>                             Iaas (as I've created the required classes
>                             and configured CloudStack as a provider in
>                             cloud-controller.xml).
>
>                             One issue I'm encountering is that when
>                             attempting to save a Partition
>                             configuration within the Stratos Manager
>                             UI when clicking 'Deploy' I receive the
>                             following error message:
>
>
>                             * The service cannot be found for the
>                               endpoint reference (EPR)
>                               https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/ The service cannot be found for the endpoint reference (EPR) https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>
>                             It looks like the CloudControllerService
>                             service is not published within Axis2.
>                             Possibly a step missed during
>                             installation?
>
>                             Does anyone know the cause of this error
>                             message and if so how to rectify it?
>
>
>                             Thanks
>
>
>
>                             Jason Daly
>                             VP, Product Development
>                             SystemBind Consulting & IT Services Inc.
>
>                             5115 Maingate Drive, Unit 1
>                             Mississauga, ON
>
>                             Tel: 416.848.0980 x 850
>                             Mobile: 416.388.4070
>                             Toll: 1.877.SYS.BIND
>                             www.systembind.com <http://www.systembind.com> 



-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Sounds good.  I'll provide some feedback on progress if this within the next week or two.

Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 8:01 AM, "Nirmal Fernando" <nirmal070125@gmail.com <ma...@gmail.com> > wrote:

Great! thanks Jason! If you need some help on CloudStack integration let me know.


On Thu, Apr 3, 2014 at 5:15 PM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
Ok great.  I'll work on completing the Jclouds CloudStack work and when done we'll setup a Stratos demo environment and will give access to the IaaS admin section to whomever needs access.


Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:

Definitely!!!  Yes please. 

Paul 

On 3 Apr 2014 13:21, "Jason Daly" <jason.daly@systembind.com <ma...@systembind.com> > wrote:
Our company also runs a CloudStack based IaaS service at www.virtzone.net <http://www.virtzone.net> .  We offer a free tier and would be quite willing to donate usage of our IaaS service to the project.

I'm working on Stratos CloudStack integration via Jclouds and plan to have a working model in a few weeks.

Let me know if interested...


Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 5:13 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:

They don't seem to, but maybe we can find someone to sponsor some level of usage?

Paul


On 3 April 2014 10:02, Nirmal Fernando <nirmal070125@gmail.com <ma...@gmail.com> > wrote:
+1 Paul. Do you know whether they have a free tier? 


On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <paul@wso2.com <ma...@wso2.com> > wrote:
Folks

I just tried an IaaS called Digital Ocean. Its very simple and effective. Its really nice. I think it would be cool to get Stratos running on it. 

There is a Jclouds provider for Digital Ocean: https://github.com/jclouds/jclouds-labs/tree/master/digitalocean

Paul

-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 



-- 
Best Regards,
Nirmal

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

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



-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 



-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Ok great.  I'll work on completing the Jclouds CloudStack work and when done we'll setup a Stratos demo environment and will give access to the IaaS admin section to whomever needs access.


Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:

Definitely!!!  Yes please. 

Paul 

On 3 Apr 2014 13:21, "Jason Daly" <jason.daly@systembind.com <ma...@systembind.com> > wrote:
Our company also runs a CloudStack based IaaS service at www.virtzone.net <http://www.virtzone.net> .  We offer a free tier and would be quite willing to donate usage of our IaaS service to the project.

I'm working on Stratos CloudStack integration via Jclouds and plan to have a working model in a few weeks.

Let me know if interested...


Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit #1 | Mississauga | Ontario
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com <http://www.systembind.com/> 

On Apr 3, 2014, at 5:13 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:

They don't seem to, but maybe we can find someone to sponsor some level of usage?

Paul


On 3 April 2014 10:02, Nirmal Fernando <nirmal070125@gmail.com <ma...@gmail.com> > wrote:
+1 Paul. Do you know whether they have a free tier? 


On Thu, Apr 3, 2014 at 2:17 PM, Paul Fremantle <paul@wso2.com <ma...@wso2.com> > wrote:
Folks

I just tried an IaaS called Digital Ocean. Its very simple and effective. Its really nice. I think it would be cool to get Stratos running on it. 

There is a Jclouds provider for Digital Ocean: https://github.com/jclouds/jclouds-labs/tree/master/digitalocean

Paul

-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 



-- 
Best Regards,
Nirmal

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

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



-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, Apache Member

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
twitter.com/pzfreo <http://twitter.com/pzfreo> 
paul@wso2.com <ma...@wso2.com> 

wso2.com <http://wso2.com> Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 

Re: Stratos on Digital Ocean

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

Welcome to the project :-)

On Wed, Apr 30, 2014 at 6:56 PM, Kambiz Darabi <da...@m-creations.com>wrote:

> Hello Jason,
>
> congratulations and thank you for your work on Cloudstack.
>
> I also would like to get Stratos running on Cloudstack. In fact, I even
> started to look at the jclouds region APIs and patched jclouds for
> calling the regionlist.
>

That's great.. you might possibly need to contribute that to jclouds too.

>
> Do you have your code available somewhere?
>
> I could help with coding/debugging/testing.


> Thank you
>
>
> Kambiz Darabi
> --
> m-creations gmbh
> Acker 2
> 55116 Mainz
> Germany
>
> W: http://www.m-creations.com
> E: darabi@m-creations.com
> T: +49 6131 6224417
> F: +49 6131 6224418
> --
> Registered Office: Mainz, HRB Mainz 7382
> Managing Directors: Frank Pacholak, Kambiz Darabi
>
>
> Jason Daly <ja...@systembind.com> wrote:
> >
> > Thanks for the screen-sharing session today Nirmal: the
> > CloudController now starts successfully and setting 'cloudstack' as a
> > provider when configuring a partition via the Stratos web GUI is
> > accepted.
> >
> > I'm now working on creating a cartrige in CloudStack. More updates to
> > come.
> >
> > Jason Daly
> > VP, Product Development
> > SystemBind Consulting & IT Services Inc.
> > 5115 Maingate Drive, Unit 1
> > Mississauga, ON
> > Tel: 416.848.0980 x 850
> > Mobile: 416.388.4070
> > Toll: 1.877.SYS.BIND
> > www.systembind.com
> > On 04/27/2014 04:20 PM, Jason Daly wrote:
> >
> >     RE: Stratos on Digital Ocean
> >
> >
> >     A screen-sharing session now would be great. I'm free for the next
> >     hour or so. What screen-sharing tool do you want to use?
> >
> >
> >
> >
> >         Jason Daly
> >     VP, Product Development
> >     SystemBind Consulting & IT Services Inc.
> >     5115 Maingate Drive, Unit 1
> >     Mississauga, ON
> >     Tel: 416.848.0980 x 850
> >     Mobile: 416.388.4070
> >     Toll: 1.877.SYS.BIND
> >     www.systembind.com
> >
> >     -----Original message-----
> >         From: Nirmal Fernando <ni...@gmail.com>
> >         Sent: Sunday 27th April 2014 13:58
> >         To: dev@stratos.incubator.apache.org
> >         Subject: Re: Stratos on Digital Ocean
> >
> >
> >
> >         Hi Jason,
> >
> >
> >         This seems to be an OSGi bundling issue, in that case you
> >         might not see a stack trace. If you are available we can have
> >         a screen sharing session and debug, now.
> >
> >
> >
> >
> >         On Sun, Apr 27, 2014 at 11:12 PM, Jason Daly
> >         <ja...@systembind.com> wrote:
> >
> >
> >
> >             Hi Nirmal,
> >
> >             I added these dependencies but the Cloud Controller still
> >             does not start. Looking through the logs I see the
> >             AutoScaler Axis2 service starting but do not see any
> >             reference to an attempt to start the CloudContoller Axis2
> >             service.
> >
> >             Two questions:
> >
> >
> >             * Should there not be a stack trace in the wso2carbon.log
> >               file showing the CloudController startup failure? That
> >               would help in identifying which parameters/missing
> >               dependencies are causing the issue.
> >             * Is there a way to test the CloudController on its own
> >               (throwing stack traces are necessary when errors are
> >               encountered)? This would help in building in the
> >               CloudStack support.
> >
> >
> >             Thanks
> >
> >
> >
> >             Jason Daly
> >             VP, Product Development
> >             SystemBind Consulting & IT Services Inc.
> >             5115 Maingate Drive, Unit 1
> >             Mississauga, ON
> >             Tel: 416.848.0980 x 850
> >             Mobile: 416.388.4070
> >             Toll: 1.877.SYS.BIND
> >             www.systembind.com
> >
> >
> >             On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
> >
> >
> >
> >                 Ok, seems like your Cloud Controller bundle failed to
> >                 start after your modification. Did you add Cloud-stack
> >                 related jclouds jars to the Cloud-controller feature
> >                 pom as dependencies?
> >
> (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
> >
> >
> >
> >
> >                 On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly
> >                 <ja...@systembind.com> wrote:
> >
> >
> >
> >                     Yes, it's a single JVM installation. I've been
> >                     starting stratos with the following command:
> >
> >
> >                     * /opt/stratos/apache-stratos/bin/stratos.sh -
> >                       Dprofile="default" start
> >
> >
> >                     Running
> >
> >
> >                     * netstat -an | grep -i listen | grep tcp
> >
> >
> >                     shows only port 9443 being listened on (i.e. for
> >                     ports in the range of 944x):
> >
> >
> >                                         #> netstat -an | grep -i
> >                         listen | grep tcp
> >
> >                         ...
> >
> >
> >                                             tcp 0 0 :::8161 :::*
> >                         LISTEN
> >                         tcp 0 0 :::9443 :::* LISTEN
> >                         tcp 0 0 :::9763 :::* LISTEN
> >                         tcp 0 0 :::42502 :::* LISTEN
> >                         tcp 0 0 :::11111 :::* LISTEN
> >                         tcp 0 0 :::5672 :::* LISTEN
> >                         tcp 0 0 :::54570 :::* LISTEN
> >                         tcp 0 0 :::3306 :::* LISTEN
> >
> >
> >
> >
> >
> >                     Jason Daly
> >                     VP, Product Development
> >                     SystemBind Consulting & IT Services Inc.
> >                     5115 Maingate Drive, Unit 1
> >                     Mississauga, ON
> >                     Tel: 416.848.0980 x 850
> >                     Mobile: 416.388.4070
> >                     Toll: 1.877.SYS.BIND
> >                     www.systembind.com
> >
> >
> >                     On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
> >
> >
> >
> >                         Are you using Stratos as a single JVM? If not
> >                         what's the port of Cloud controller?
> >
> >
> >
> >
> >                         On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly
> >                         <ja...@systembind.com> wrote:
> >
> >
> >                             Hi,
> >
> >                             I've setup Stratos and have logged into
> >                             the Stratos Manager web UI to configure
> >                             stratos (i.e. adding CloudStack as an
> >                             Iaas). The UI accepts CloudStack as the
> >                             Iaas (as I've created the required classes
> >                             and configured CloudStack as a provider in
> >                             cloud-controller.xml).
> >
> >                             One issue I'm encountering is that when
> >                             attempting to save a Partition
> >                             configuration within the Stratos Manager
> >                             UI when clicking 'Deploy' I receive the
> >                             following error message:
> >
> >
> >                             * The service cannot be found for the
> >                               endpoint reference (EPR)
> >
> https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/The service cannot be found for the endpoint reference (EPR)
> https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
> >
> >                             It looks like the CloudControllerService
> >                             service is not published within Axis2.
> >                             Possibly a step missed during
> >                             installation?
> >
> >                             Does anyone know the cause of this error
> >                             message and if so how to rectify it?
> >
> >
> >                             Thanks
> >
> >
> >
> >                             Jason Daly
> >                             VP, Product Development
> >                             SystemBind Consulting & IT Services Inc.
> >
> >                             5115 Maingate Drive, Unit 1
> >                             Mississauga, ON
> >
> >                             Tel: 416.848.0980 x 850
> >                             Mobile: 416.388.4070
> >                             Toll: 1.877.SYS.BIND
> >                             www.systembind.com
>



-- 
Best Regards,
Nirmal

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

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

Re: Stratos on Digital Ocean

Posted by Kambiz Darabi <da...@m-creations.com>.
Hello Jason,

congratulations and thank you for your work on Cloudstack.

I also would like to get Stratos running on Cloudstack. In fact, I even
started to look at the jclouds region APIs and patched jclouds for
calling the regionlist.

Do you have your code available somewhere?

I could help with coding/debugging/testing.

Thank you


Kambiz Darabi
-- 
m-creations gmbh
Acker 2
55116 Mainz
Germany

W: http://www.m-creations.com
E: darabi@m-creations.com
T: +49 6131 6224417
F: +49 6131 6224418
--
Registered Office: Mainz, HRB Mainz 7382
Managing Directors: Frank Pacholak, Kambiz Darabi


Jason Daly <ja...@systembind.com> wrote:
>
> Thanks for the screen-sharing session today Nirmal: the
> CloudController now starts successfully and setting 'cloudstack' as a
> provider when configuring a partition via the Stratos web GUI is
> accepted.
>
> I'm now working on creating a cartrige in CloudStack. More updates to
> come.
>
> Jason Daly
> VP, Product Development
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
> On 04/27/2014 04:20 PM, Jason Daly wrote:
>
>     RE: Stratos on Digital Ocean
>
>
>     A screen-sharing session now would be great. I'm free for the next
>     hour or so. What screen-sharing tool do you want to use?
>
>
>
>
>         Jason Daly
>     VP, Product Development
>     SystemBind Consulting & IT Services Inc.
>     5115 Maingate Drive, Unit 1
>     Mississauga, ON
>     Tel: 416.848.0980 x 850
>     Mobile: 416.388.4070
>     Toll: 1.877.SYS.BIND
>     www.systembind.com
>
>     -----Original message-----
>         From: Nirmal Fernando <ni...@gmail.com>
>         Sent: Sunday 27th April 2014 13:58
>         To: dev@stratos.incubator.apache.org
>         Subject: Re: Stratos on Digital Ocean
>
>
>
>         Hi Jason,
>
>
>         This seems to be an OSGi bundling issue, in that case you
>         might not see a stack trace. If you are available we can have
>         a screen sharing session and debug, now.
>
>
>
>
>         On Sun, Apr 27, 2014 at 11:12 PM, Jason Daly
>         <ja...@systembind.com> wrote:
>
>
>
>             Hi Nirmal,
>
>             I added these dependencies but the Cloud Controller still
>             does not start. Looking through the logs I see the
>             AutoScaler Axis2 service starting but do not see any
>             reference to an attempt to start the CloudContoller Axis2
>             service.
>
>             Two questions:
>
>
>             * Should there not be a stack trace in the wso2carbon.log
>               file showing the CloudController startup failure? That
>               would help in identifying which parameters/missing
>               dependencies are causing the issue.
>             * Is there a way to test the CloudController on its own
>               (throwing stack traces are necessary when errors are
>               encountered)? This would help in building in the
>               CloudStack support.
>
>
>             Thanks
>
>
>
>             Jason Daly
>             VP, Product Development
>             SystemBind Consulting & IT Services Inc.
>             5115 Maingate Drive, Unit 1
>             Mississauga, ON
>             Tel: 416.848.0980 x 850
>             Mobile: 416.388.4070
>             Toll: 1.877.SYS.BIND
>             www.systembind.com
>
>
>             On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
>
>
>
>                 Ok, seems like your Cloud Controller bundle failed to
>                 start after your modification. Did you add Cloud-stack
>                 related jclouds jars to the Cloud-controller feature
>                 pom as dependencies?
>                 (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
>
>
>
>
>                 On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly
>                 <ja...@systembind.com> wrote:
>
>
>
>                     Yes, it's a single JVM installation. I've been
>                     starting stratos with the following command:
>
>
>                     * /opt/stratos/apache-stratos/bin/stratos.sh -
>                       Dprofile="default" start
>
>
>                     Running
>
>
>                     * netstat -an | grep -i listen | grep tcp
>
>
>                     shows only port 9443 being listened on (i.e. for
>                     ports in the range of 944x):
>
>
>                                         #> netstat -an | grep -i
>                         listen | grep tcp
>
>                         ...
>
>
>                                             tcp 0 0 :::8161 :::*
>                         LISTEN
>                         tcp 0 0 :::9443 :::* LISTEN
>                         tcp 0 0 :::9763 :::* LISTEN
>                         tcp 0 0 :::42502 :::* LISTEN
>                         tcp 0 0 :::11111 :::* LISTEN
>                         tcp 0 0 :::5672 :::* LISTEN
>                         tcp 0 0 :::54570 :::* LISTEN
>                         tcp 0 0 :::3306 :::* LISTEN
>
>
>
>
>
>                     Jason Daly
>                     VP, Product Development
>                     SystemBind Consulting & IT Services Inc.
>                     5115 Maingate Drive, Unit 1
>                     Mississauga, ON
>                     Tel: 416.848.0980 x 850
>                     Mobile: 416.388.4070
>                     Toll: 1.877.SYS.BIND
>                     www.systembind.com
>
>
>                     On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
>
>
>
>                         Are you using Stratos as a single JVM? If not
>                         what's the port of Cloud controller?
>
>
>
>
>                         On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly
>                         <ja...@systembind.com> wrote:
>
>
>                             Hi,
>
>                             I've setup Stratos and have logged into
>                             the Stratos Manager web UI to configure
>                             stratos (i.e. adding CloudStack as an
>                             Iaas). The UI accepts CloudStack as the
>                             Iaas (as I've created the required classes
>                             and configured CloudStack as a provider in
>                             cloud-controller.xml).
>
>                             One issue I'm encountering is that when
>                             attempting to save a Partition
>                             configuration within the Stratos Manager
>                             UI when clicking 'Deploy' I receive the
>                             following error message:
>
>
>                             * The service cannot be found for the
>                               endpoint reference (EPR)
>                               https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/ The service cannot be found for the endpoint reference (EPR) https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>
>                             It looks like the CloudControllerService
>                             service is not published within Axis2.
>                             Possibly a step missed during
>                             installation?
>
>                             Does anyone know the cause of this error
>                             message and if so how to rectify it?
>
>
>                             Thanks
>
>
>
>                             Jason Daly
>                             VP, Product Development
>                             SystemBind Consulting & IT Services Inc.
>
>                             5115 Maingate Drive, Unit 1
>                             Mississauga, ON
>
>                             Tel: 416.848.0980 x 850
>                             Mobile: 416.388.4070
>                             Toll: 1.877.SYS.BIND
>                             www.systembind.com

Re: Stratos on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
Thanks for the screen-sharing session today Nirmal: the CloudController 
now starts successfully and setting 'cloudstack' as a provider when 
configuring a partition via the Stratos web GUI is accepted.

I'm now working on creating a cartrige in CloudStack.  More updates to 
come.


*Jason Daly*
*VP, Product Development*
*SystemBind Consulting & IT Services Inc.*
5115 Maingate Drive, Unit 1
Mississauga, ON
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com
On 04/27/2014 04:20 PM, Jason Daly wrote:
> RE: Stratos on Digital Ocean
>
>
> A screen-sharing session now would be great.  I'm free for the next 
> hour or so.  What screen-sharing tool do you want to use?
>
>
>
>
> Jason Daly
> VP, Product Development
> SystemBind Consulting & IT Services Inc.
> 5115 Maingate Drive, Unit 1
> Mississauga, ON
> Tel: 416.848.0980 x 850
> Mobile: 416.388.4070
> Toll: 1.877.SYS.BIND
> www.systembind.com
>
>     -----Original message-----
>     *From:* Nirmal Fernando <ni...@gmail.com>
>     *Sent:* Sunday 27th April 2014 13:58
>     *To:* dev@stratos.incubator.apache.org
>     *Subject:* Re: Stratos on Digital Ocean
>
>     Hi Jason,
>
>     This seems to be an OSGi bundling issue, in that case you might
>     not see a stack trace. If you are available we can have a screen
>     sharing session and debug, now.
>
>
>     On Sun, Apr 27, 2014 at 11:12 PM, Jason Daly
>     <jason.daly@systembind.com <ma...@systembind.com>> wrote:
>
>         Hi Nirmal,
>
>         I added these dependencies but the Cloud Controller still does
>         not start.  Looking through the logs I see the AutoScaler
>         Axis2 service starting but do not see any reference to an
>         attempt to start the CloudContoller Axis2 service.
>
>         Two questions:
>
>           * Should there not be a stack trace in the wso2carbon.log
>             file showing the CloudController startup failure?  That
>             would help in identifying which parameters/missing
>             dependencies are causing the issue.
>           * Is there a way to test the CloudController on its own
>             (throwing stack traces are necessary when errors are
>             encountered)?  This would help in building in the
>             CloudStack support.
>
>
>         Thanks
>
>
>         *Jason Daly*
>         *VP, Product Development*
>         SystemBind Consulting & IT Services Inc.
>         5115 Maingate Drive, Unit 1
>         Mississauga, ON
>         Tel: 416.848.0980 x 850
>         Mobile: 416.388.4070
>         Toll: 1.877.SYS.BIND
>         www.systembind.com <http://www.systembind.com>
>         On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
>>         Ok, seems like your Cloud Controller bundle failed to start
>>         after your modification. Did you add Cloud-stack related
>>         jclouds jars to the Cloud-controller feature pom as
>>         dependencies?
>>         (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
>>
>>
>>         On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly
>>         <jason.daly@systembind.com
>>         <ma...@systembind.com>> wrote:
>>
>>             Yes, it's a single JVM installation. I've been starting
>>             stratos with the following command:
>>
>>               * /opt/stratos/apache-stratos/bin/stratos.sh
>>                 -Dprofile="default" start
>>
>>
>>             Running
>>
>>               * netstat -an | grep -i listen | grep tcp
>>
>>
>>             shows only port 9443 being listened on (i.e. for ports in
>>             the range of 944x):
>>
>>
>>                 #> netstat -an | grep -i listen | grep tcp
>>
>>                 ...
>>
>>                 tcp        0      0 :::8161 :::* LISTEN
>>                 tcp        0      0 :::9443 :::* LISTEN
>>                 tcp        0      0 :::9763 :::* LISTEN
>>                 tcp        0      0 :::42502 :::* LISTEN
>>                 tcp        0      0 :::11111 :::* LISTEN
>>                 tcp        0      0 :::5672 :::* LISTEN
>>                 tcp        0      0 :::54570 :::* LISTEN
>>                 tcp        0      0 :::3306
>>                 :::*                        LISTEN
>>
>>
>>             *Jason Daly*
>>             *VP, Product Development*
>>             *SystemBind Consulting & IT Services Inc.*
>>             5115 Maingate Drive, Unit 1
>>             Mississauga, ON
>>             Tel: 416.848.0980 x 850
>>             Mobile: 416.388.4070
>>             Toll: 1.877.SYS.BIND
>>             www.systembind.com <http://www.systembind.com>
>>             On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
>>>             Are you using Stratos as a single JVM? If not what's the
>>>             port of Cloud controller?
>>>
>>>
>>>             On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly
>>>             <jason.daly@systembind.com
>>>             <ma...@systembind.com>> wrote:
>>>
>>>                 Hi,
>>>
>>>                 I've setup Stratos and have logged into the Stratos
>>>                 Manager web UI to configure stratos (i.e. adding
>>>                 CloudStack as an Iaas).  The UI accepts CloudStack
>>>                 as the Iaas (as I've created the required classes
>>>                 and configured CloudStack as a provider in
>>>                 cloud-controller.xml).
>>>
>>>                 One issue I'm encountering is that when attempting
>>>                 to save a Partition configuration within the Stratos
>>>                 Manager UI when clicking 'Deploy' I receive the
>>>                 following error message:
>>>
>>>                   * The service cannot be found for the endpoint
>>>                     reference (EPR)
>>>                     https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>>>                     The service cannot be found for the endpoint
>>>                     reference (EPR)
>>>                     https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/
>>>
>>>
>>>
>>>                 It looks like the CloudControllerService service is
>>>                 not published within Axis2.  Possibly a step missed
>>>                 during installation?
>>>
>>>                 Does anyone know the cause of this error message and
>>>                 if so how to rectify it?
>>>
>>>
>>>                 Thanks
>>>
>>>
>>>                 *Jason Daly*
>>>                 *VP, Product Development*
>>>                 SystemBind Consulting & IT Services Inc.
>>>                 5115 Maingate Drive, Unit 1
>>>                 Mississauga, ON
>>>
>>>                 Tel: 416.848.0980 <tel:416.848.0980> x 850
>>>                 Mobile: 416.388.4070 <tel:416.388.4070>
>>>                 Toll: 1.877.SYS.BIND
>>>                 www.systembind.com <http://www.systembind.com>
>>>
>>>                 On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
>>>>                 Great work Jason!!
>>>>
>>>>
>>>>                 On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando
>>>>                 <nirmal070125@gmail.com
>>>>                 <ma...@gmail.com>> wrote:
>>>>
>>>>                     Awesome!
>>>>
>>>>
>>>>                     On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly
>>>>                     <jason.daly@systembind.com
>>>>                     <ma...@systembind.com>> wrote:
>>>>
>>>>                         Short update:
>>>>
>>>>                         Following the new Iaas wiki page I've
>>>>                         created two classes:
>>>>
>>>>                           * CloudStackIaas
>>>>
>>>>                           * CloudStackPartitionValidator
>>>>
>>>>                         I've added the jclouds CloudStack api to
>>>>                         the Stratos JClouds apis directory and hvae
>>>>                         edited the classes listed above as
>>>>                         required. Building the distribution with
>>>>                         these changes completes successfully.
>>>>
>>>>                         I'll now test the new build and will tweak
>>>>                         the two CloudStack classes as needed based
>>>>                         on test results.
>>>>
>>>>                         More updates to come:
>>>>
>>>>
>>>>
>>>>                         *Jason Daly*
>>>>                         *VP, Product Development*
>>>>                         SystemBind Consulting & IT Services Inc.
>>>>                         5115 Maingate Drive, Unit 1
>>>>                         Mississauga, ON
>>>>
>>>>                         Tel: 416.848.0980 <tel:416.848.0980> x 850
>>>>                         Mobile: 416.388.4070 <tel:416.388.4070>
>>>>                         Toll: 1.877.SYS.BIND
>>>>                         www.systembind.com <http://www.systembind.com>
>>>>
>>>>
>>>>                         On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
>>>>>                         Hi Jason,
>>>>>
>>>>>                         Great to hear! Sorry, somehow I missed
>>>>>                         your last email.
>>>>>
>>>>>                         Let me know if you need any help.
>>>>>
>>>>>
>>>>>                         On Thu, Apr 17, 2014 at 8:49 AM, Jason
>>>>>                         Daly <jason.daly@systembind.com
>>>>>                         <ma...@systembind.com>> wrote:
>>>>>
>>>>>                             Hi,
>>>>>
>>>>>                             Short update: I've installed Stratos
>>>>>                             and have it running successfully
>>>>>                             (single JVM installation). I am now
>>>>>                             working on CloudStack-enabling it. 
>>>>>                             I'm following the wiki guide (4.0.0
>>>>>                             Adding support for a new IaaS
>>>>>                             provider) implementing a
>>>>>                             CloudStackIaas.java class.
>>>>>
>>>>>
>>>>>                             More updates to come.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>                             Jason Daly
>>>>>                             VP, Product Development
>>>>>                             SystemBind Consulting & IT Services Inc.
>>>>>                             5115 Maingate Drive, Unit 1
>>>>>                             Mississauga, ON
>>>>>                             Tel: 416.848.0980 x 850
>>>>>                             Mobile: 416.388.4070
>>>>>                             Toll: 1.877.SYS.BIND
>>>>>                             www.systembind.com
>>>>>                             <http://www.systembind.com>
>>>>>
>>>>>                                 -----Original message-----
>>>>>                                 *From:* Lakmal
>>>>>                                 Warusawithana <lakmal@wso2.com
>>>>>                                 <ma...@wso2.com>>
>>>>>                                 *Sent:* Saturday 5th April 2014 23:07
>>>>>                                 *To:*
>>>>>                                 dev@stratos.incubator.apache.org
>>>>>                                 <ma...@stratos.incubator.apache.org>
>>>>>                                 *Subject:* Re: Stratos on Digital
>>>>>                                 Ocean
>>>>>
>>>>>                                 Awesome news Jason.
>>>>>
>>>>>
>>>>>                                 On Sun, Apr 6, 2014 at 5:03 AM,
>>>>>                                 Jason Daly
>>>>>                                 <jason.daly@systembind.com
>>>>>                                 <ma...@systembind.com>> wrote:
>>>>>
>>>>>                                     Hi Nirmal,
>>>>>
>>>>>                                     I've tested CloudStack
>>>>>                                     integration with JClouds and
>>>>>                                     it's running fine. I recall
>>>>>                                     earlier versions of JClouds
>>>>>                                     requiring configuration to
>>>>>                                     integrate with CloudStack but
>>>>>                                     using the latest version of
>>>>>                                     JClouds was quite out of the box:
>>>>>
>>>>>                                     ComputeServiceContext context
>>>>>                                     =
>>>>>                                     ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
>>>>>                                     ComputeService compute =
>>>>>                                     context.getComputeService();
>>>>>                                     compute.listNodes();
>>>>>                                         ...
>>>>>
>>>>>                                     Entering the CloudStack URL as
>>>>>                                     the endpoint (i.e.
>>>>>                                     http://1.2.3.4/client/api) the
>>>>>                                     CloudStack apiKey and
>>>>>                                     secretKey for the user and
>>>>>                                     "cloudstack" as the provider
>>>>>                                     was all that was required. 
>>>>>                                     The above code snippet then
>>>>>                                     lists the nodes the user has
>>>>>                                     access to.
>>>>>
>>>>>                                     As such I'll setup Stratos on
>>>>>                                     our CloudStack instance now
>>>>>                                     and will test it out.
>>>>>
>>>>>                                     Further updates to come...
>>>>>
>>>>>
>>>>>                                     -- 
>>>>>                                     *
>>>>>                                     Jason Daly*
>>>>>                                     *VP, Product Development*
>>>>>                                     SystemBind Consulting & IT
>>>>>                                     Services Inc.
>>>>>                                     5115 Maingate Drive, Unit 1
>>>>>                                     Mississauga, ON
>>>>>
>>>>>                                     Tel: 416.848.0980
>>>>>                                     <tel:416.848.0980> x 850
>>>>>                                     Mobile: 416.388.4070
>>>>>                                     <tel:416.388.4070>
>>>>>                                     Toll: 1.877.SYS.BIND
>>>>>                                     www.systembind.com
>>>>>                                     <http://www.systembind.com>
>>>>>
>>>>>
>>>>>
>>>>>>                                     Nirmal Fernando
>>>>>>                                     <ma...@gmail.com>
>>>>>>                                     April-03-14 8:01 AM
>>>>>>                                     Great! thanks Jason! If you
>>>>>>                                     need some help on CloudStack
>>>>>>                                     integration let me know.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>                                     -- 
>>>>>>                                     Best Regards,
>>>>>>                                     Nirmal
>>>>>>
>>>>>>                                     Nirmal Fernando.
>>>>>>                                     PPMC Member & Committer of
>>>>>>                                     Apache Stratos,
>>>>>>                                     Senior Software Engineer,
>>>>>>                                     WSO2 Inc.
>>>>>>
>>>>>>                                     Blog:
>>>>>>                                     http://nirmalfdo.blogspot.com/
>>>>>>                                     Jason Daly
>>>>>>                                     <ma...@systembind.com>
>>>>>>                                     April-03-14 7:45 AM
>>>>>>                                     Ok great.  I'll work on
>>>>>>                                     completing the Jclouds
>>>>>>                                     CloudStack work and when done
>>>>>>                                     we'll setup a Stratos demo
>>>>>>                                     environment and will give
>>>>>>                                     access to the IaaS admin
>>>>>>                                     section to whomever needs access.
>>>>>>
>>>>>>
>>>>>>                                     *Jason Daly
>>>>>>                                     VP, Product Development*
>>>>>>                                     *SystemBind Consulting & IT
>>>>>>                                     Services Inc.*
>>>>>>                                     *5115 Maingate Drive, Unit #1
>>>>>>                                     | Mississauga | Ontario
>>>>>>                                     Tel: 416.848.0980 x 850
>>>>>>                                     <tel:416.848.0980;850>
>>>>>>                                     Mobile: 416.388.4070
>>>>>>                                     <tel:416.388.4070>
>>>>>>                                     Toll: 1.877.SYS.BIND
>>>>>>                                     www.systembind.com
>>>>>>                                     <http://www.systembind.com/>*
>>>>>>
>>>>>>                                     On Apr 3, 2014, at 7:40 AM,
>>>>>>                                     "Paul Fremantle"
>>>>>>                                     <paul@wso2.com
>>>>>>                                     <ma...@wso2.com>> wrote:
>>>>>>
>>>>>>                                     Paul Fremantle
>>>>>>                                     <ma...@wso2.com>
>>>>>>                                     April-03-14 7:39 AM
>>>>>>
>>>>>>                                     Definitely!!! Yes please.
>>>>>>
>>>>>>                                     Paul
>>>>>>
>>>>>>                                     Paul Fremantle
>>>>>>                                     <ma...@wso2.com>
>>>>>>                                     April-03-14 4:47 AM
>>>>>>                                     Folks
>>>>>>
>>>>>>                                     I just tried an IaaS called
>>>>>>                                     Digital Ocean. Its very
>>>>>>                                     simple and effective. Its
>>>>>>                                     really nice. I think it would
>>>>>>                                     be cool to get Stratos
>>>>>>                                     running on it.
>>>>>>
>>>>>>                                     There is a Jclouds provider
>>>>>>                                     for Digital Ocean:
>>>>>>                                     https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
>>>>>>
>>>>>>                                     Paul
>>>>>>
>>>>>>                                     -- 
>>>>>>                                     Paul Fremantle
>>>>>>                                     CTO and Co-Founder, WSO2
>>>>>>                                     OASIS WS-RX TC Co-chair,
>>>>>>                                     Apache Member
>>>>>>
>>>>>>                                     UK: +44 207 096 0336
>>>>>>                                     <tel:%2B44%20207%20096%200336>
>>>>>>                                     US: +1 646 595 7614
>>>>>>                                     <tel:%2B1%20646%20595%207614>
>>>>>>
>>>>>>                                     blog: http://pzf.fremantle.org
>>>>>>                                     twitter.com/pzfreo
>>>>>>                                     <http://twitter.com/pzfreo>
>>>>>>                                     paul@wso2.com
>>>>>>                                     <ma...@wso2.com>
>>>>>>
>>>>>>                                     wso2.com <http://wso2.com>
>>>>>>                                     Lean Enterprise Middleware
>>>>>>
>>>>>>                                     Disclaimer: This
>>>>>>                                     communication may contain
>>>>>>                                     privileged or other
>>>>>>                                     confidential information and
>>>>>>                                     is intended exclusively for
>>>>>>                                     the addressee/s. If you are
>>>>>>                                     not the intended recipient/s,
>>>>>>                                     or believe that you may have
>>>>>>                                     received this communication
>>>>>>                                     in error, please reply to the
>>>>>>                                     sender indicating that fact
>>>>>>                                     and delete the copy you
>>>>>>                                     received and in addition, you
>>>>>>                                     should not print, copy,
>>>>>>                                     retransmit, disseminate, or
>>>>>>                                     otherwise use the information
>>>>>>                                     contained in this
>>>>>>                                     communication. Internet
>>>>>>                                     communications cannot be
>>>>>>                                     guaranteed to be timely,
>>>>>>                                     secure, error or virus-free.
>>>>>>                                     The sender does not accept
>>>>>>                                     liability for any errors or
>>>>>>                                     omissions.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>                                 -- 
>>>>>                                 Lakmal Warusawithana
>>>>>                                 Software Architect; WSO2 Inc.
>>>>>                                 Mobile : +94714289692
>>>>>                                 <tel:%2B94714289692>
>>>>>                                 Blog :
>>>>>                                 http://lakmalsview.blogspot.com/
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>                         -- 
>>>>>                         Best Regards,
>>>>>                         Nirmal
>>>>>
>>>>>                         Nirmal Fernando.
>>>>>                         PPMC Member & Committer of Apache Stratos,
>>>>>                         Senior Software Engineer, WSO2 Inc.
>>>>>
>>>>>                         Blog: http://nirmalfdo.blogspot.com/
>>>>
>>>>
>>>>
>>>>
>>>>                     -- 
>>>>                     Best Regards,
>>>>                     Nirmal
>>>>
>>>>                     Nirmal Fernando.
>>>>                     PPMC Member & Committer of Apache Stratos,
>>>>                     Senior Software Engineer, WSO2 Inc.
>>>>
>>>>                     Blog: http://nirmalfdo.blogspot.com/
>>>>
>>>>
>>>>
>>>>
>>>>                 -- 
>>>>                 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/
>>
>>
>>
>>
>>         -- 
>>         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 on Digital Ocean

Posted by Jason Daly <ja...@systembind.com>.
A screen-sharing session now would be great.  I'm free for the next hour or so.  What screen-sharing tool do you want to use?







Jason Daly
VP, Product Development
SystemBind Consulting & IT Services Inc.
5115 Maingate Drive, Unit 1
Mississauga, ON
Tel: 416.848.0980 x 850
Mobile: 416.388.4070
Toll: 1.877.SYS.BIND
www.systembind.com


-----Original message-----
From: Nirmal Fernando <ni...@gmail.com>
Sent: Sunday 27th April 2014 13:58
To: dev@stratos.incubator.apache.org
Subject: Re: Stratos on Digital Ocean

Hi Jason,

This seems to be an OSGi bundling issue, in that case you might not see a stack trace. If you are available we can have a screen sharing session and debug, now.


On Sun, Apr 27, 2014 at 11:12 PM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
 
 
Hi Nirmal,
 
 I added these dependencies but the Cloud Controller still does not start.  Looking through the logs I see the AutoScaler Axis2 service starting but do not see any reference to an attempt to start the CloudContoller Axis2 service.
 
 Two questions:
 
 
*	Should there not be a stack trace in the wso2carbon.log file showing the CloudController startup failure?  That would help in identifying which parameters/missing dependencies are causing the issue. 
*	Is there a way to test the CloudController on its own (throwing stack traces are necessary when errors are encountered)?  This would help in building in the CloudStack support. 
 


 Thanks
 

 
 
Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 5115 Maingate Drive, Unit 1
 Mississauga, ON
 Tel: 416.848.0980 x 850
 Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com> 
 
 On 20/04/2014 12:37 PM, Nirmal Fernando wrote:
 
 
Ok, seems like your Cloud Controller bundle failed to start after your modification. Did you add Cloud-stack related jclouds jars to the Cloud-controller feature pom as dependencies? (features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml)
 
 

 
 
On Sun, Apr 20, 2014 at 9:22 PM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
 
 
Yes, it's a single JVM installation.  I've been starting stratos with the following command:
 
 
*	/opt/stratos/apache-stratos/bin/stratos.sh -Dprofile="default" start
 
 
 Running
 
 
*	netstat -an | grep -i listen | grep tcp 
 


 shows only port 9443 being listened on (i.e. for ports in the range of 944x):
 

 


 

 #> netstat -an | grep -i listen | grep tcp
 
 ...
 

tcp        0      0 :::8161                     :::*                        LISTEN      
 tcp        0      0 :::9443                     :::*                        LISTEN      
 tcp        0      0 :::9763                     :::*                        LISTEN      
 tcp        0      0 :::42502                    :::*                        LISTEN      
 tcp        0      0 :::11111                    :::*                        LISTEN      
 tcp        0      0 :::5672                     :::*                        LISTEN      
 tcp        0      0 :::54570                    :::*                        LISTEN      
 tcp        0      0 :::3306                     :::*                        LISTEN
 

 


 

 
 
 Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 5115 Maingate Drive, Unit 1
 Mississauga, ON
 Tel: 416.848.0980 x 850
 Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com> 
 
 
 
 
 On 04/20/2014 11:33 AM, Nirmal Fernando wrote:
 
 
 
 
 
 
Are you using Stratos as a single JVM? If not what's the port of Cloud controller?
 
 

 
 
On Sun, Apr 20, 2014 at 8:19 PM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
 
 Hi,
 
 I've setup Stratos and have logged into the Stratos Manager web UI to configure stratos (i.e. adding CloudStack as an Iaas).  The UI accepts CloudStack as the Iaas (as I've created the required classes and configured CloudStack as a provider in cloud-controller.xml).
 
 One issue I'm encountering is that when attempting to save a Partition configuration within the Stratos Manager UI when clicking 'Deploy' I receive the following error message:
 
 
*	The service cannot be found for the endpoint reference (EPR) https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/ The service cannot be found for the endpoint reference (EPR) https://puppet.sbdev.virtzone.net:9443/services/CloudControllerService/ 
 
 It looks like the CloudControllerService service is not published within Axis2.  Possibly a step missed during installation?
 
 Does anyone know the cause of this error message and if so how to rectify it?
 
 
 Thanks 

 
 
Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 
 5115 Maingate Drive, Unit 1
 Mississauga, ON 

 Tel: 416.848.0980 x 850
 Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com> 
 
 
 
 
 
On 04/20/2014 12:10 AM, Imesh Gunaratne wrote:
 
 
Great work Jason!! 
 
 

 
 
On Sat, Apr 19, 2014 at 7:57 AM, Nirmal Fernando <nirmal070125@gmail.com <ma...@gmail.com> > wrote:
 
Awesome!
 
 
 
 

 
 
 On Sat, Apr 19, 2014 at 4:22 AM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
 
 Short update:
 
 Following the new Iaas wiki page I've created two classes:
 
 
*	CloudStackIaas 
 
*	CloudStackPartitionValidator
 
 I've added the jclouds CloudStack api to the Stratos JClouds apis directory and hvae edited the classes listed above as required.  Building the distribution with these changes completes successfully.
 
 I'll now test the new build and will tweak the two CloudStack classes as needed based on test results.
 
 More updates to come: 

 
 
 
Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 
 5115 Maingate Drive, Unit 1
 Mississauga, ON 

 Tel: 416.848.0980 x 850
 Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com> 
 
 
 
 
 
 
On 04/16/2014 11:28 PM, Nirmal Fernando wrote:
 
 
 
Hi Jason,
 
 Great to hear! Sorry, somehow I missed your last email. 
 
 
 Let me know if you need any help.
 
 

 
 
On Thu, Apr 17, 2014 at 8:49 AM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
 
 

Hi,

 

Short update: I've installed Stratos and have it running successfully (single JVM installation).  I am now working on CloudStack-enabling it.  I'm following the wiki guide (4.0.0 Adding support for a new IaaS provider) implementing a CloudStackIaas.java class.

 


 

 

More updates to come.
 

 
 


 

 


 
 

 

Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 5115 Maingate Drive, Unit 1
 Mississauga, ON
 Tel: 416.848.0980 x 850
Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com> 

 
 
 
 -----Original message-----
 From: Lakmal Warusawithana <lakmal@wso2.com <ma...@wso2.com> >
 Sent: Saturday 5th April 2014 23:07
 To: dev@stratos.incubator.apache.org <ma...@stratos.incubator.apache.org> 
 Subject: Re: Stratos on Digital Ocean
 
 
Awesome news Jason.
 

 
 
On Sun, Apr 6, 2014 at 5:03 AM, Jason Daly <jason.daly@systembind.com <ma...@systembind.com> > wrote:
 
Hi Nirmal,
 
 I've tested CloudStack integration with JClouds and it's running fine.  I recall earlier versions of JClouds requiring configuration to integrate with CloudStack but using the latest version of JClouds was quite out of the box:
 
                 ComputeServiceContext context = ContextBuilder.newBuilder("cloudstack").endpoint(endPoint).credentials(username,apiKey).buildView(ComputeServiceContext.class);
                 ComputeService compute = context.getComputeService();
                 compute.listNodes();
                 ...
 
 Entering the CloudStack URL as the endpoint (i.e. http://1.2.3.4/client/api <http://1.2.3.4/client/api> ) the CloudStack apiKey and secretKey for the user and "cloudstack" as the provider was all that was required.  The above code snippet then lists the nodes the user has access to.
 
 As such I'll setup Stratos on our CloudStack instance now and will test it out.
 
 Further updates to come...
 
 
 
-- 
 

 Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 
 5115 Maingate Drive, Unit 1
 Mississauga, ON 

 Tel: 416.848.0980 x 850
 Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com> 
 
 
 
 
 
 
 
 
 
 Nirmal Fernando <ma...@gmail.com> 
 
 April-03-14 8:01 AM
 
 
 
 
 
Great! thanks Jason! If you need some help on CloudStack integration let me know.
 
 
 

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

 
 
Blog: http://nirmalfdo.blogspot.com/ <http://nirmalfdo.blogspot.com/> 
 
 
 
 
 
 
 
 
 Jason Daly <ma...@systembind.com> 
 
 April-03-14 7:45 AM
 
 
 
 
 
Ok great.  I'll work on completing the Jclouds CloudStack work and when done we'll setup a Stratos demo environment and will give access to the IaaS admin section to whomever needs access.
 

 
 

 Jason Daly
 VP, Product Development
 SystemBind Consulting & IT Services Inc.
 5115 Maingate Drive, Unit #1 | Mississauga | Ontario
 Tel: 416.848.0980 x 850
 Mobile: 416.388.4070
 Toll: 1.877.SYS.BIND
 www.systembind.com <http://www.systembind.com/> 
 

 On Apr 3, 2014, at 7:40 AM, "Paul Fremantle" <paul@wso2.com <ma...@wso2.com> > wrote:
 
 
 
 
 
 
 
 
 Paul Fremantle <ma...@wso2.com> 
 
 April-03-14 7:39 AM
 
 
 
 

Definitely!!!  Yes please. 

 

Paul 

 
 
 
 
 
 Paul Fremantle <ma...@wso2.com> 
 
 April-03-14 4:47 AM
 
 
 
 
 
Folks 

 
 
I just tried an IaaS called Digital Ocean. Its very simple and effective. Its really nice. I think it would be cool to get Stratos running on it. 
 

 
 
There is a Jclouds provider for Digital Ocean: https://github.com/jclouds/jclouds-labs/tree/master/digitalocean
 

 
 
Paul
 

 
 -- 
 
Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, Apache Member
 
 UK: +44 207 096 0336
 US: +1 646 595 7614
 
 blog: http://pzf.fremantle.org <http://pzf.fremantle.org> 
 twitter.com/pzfreo <http://twitter.com/pzfreo> 
 paul@wso2.com <ma...@wso2.com> 
 
 
 
wso2.com <http://wso2.com> Lean Enterprise Middleware
 
 Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, retransmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. 
 
 
 
 
 
 
 
 
 
 

 
 -- 
 
Lakmal Warusawithana 
Software Architect; WSO2 Inc.
 
Mobile : +94714289692
 
Blog : http://lakmalsview.blogspot.com/ <http://lakmalsview.blogspot.com/> 
 
 
 
 
 
 
 
 
 
 
 
 -- 
 
Best Regards,
 Nirmal
 
 Nirmal Fernando.
 PPMC Member & Committer of Apache Stratos,
 Senior Software Engineer, WSO2 Inc.
 

 
 
Blog: http://nirmalfdo.blogspot.com/ <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/ <http://nirmalfdo.blogspot.com/> 
 
 
 
 
 
 
 
 
 
 -- 
 
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/ <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/ <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/ <http://nirmalfdo.blogspot.com/>