You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Sajith Kariyawasam <sa...@gmail.com> on 2014/07/02 14:05:29 UTC

Fwd: Supporting EC2 m3 instances with Jclouds 1.5.0

Hi all,

Seems that, with Jclouds version 1.5.0, Amazon EC2 m3.x instance are not
supported  [1]

If I'm to patch the version 1.5.0 to support m3.x instances, can someone
give an idea on the approach to be followed, how hard that would be,
and what kind of existing functionalities that would likely to get affected?


[1]
http://grepcode.com/file/repo1.maven.org/maven2/org.jclouds.api/ec2/1.5.0/org/jclouds/ec2/domain/InstanceType.java

Thanks in advance,
Sajith

-- 
Best Regards
Sajith

Re: Fwd: Supporting EC2 m3 instances with Jclouds 1.5.0

Posted by Andrew Phillips <ap...@qrmedia.com>.
> What I'm trying to do is to check whether its possible to patch the 1.5.x
> version to support that (without upgrading)

The diff you're looking for should be linked to JCLOUDS-431 [1].

Regards

ap

[1] https://issues.apache.org/jira/browse/JCLOUDS-431

Re: Fwd: Supporting EC2 m3 instances with Jclouds 1.5.0

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

Yes, this is for one of our PaaS offerings, and to support m3.x instances
in a released version, thought of providing it as  a patch, than upgrading
the jclouds version.

Thanks,
Sajith


On Thu, Jul 3, 2014 at 2:52 AM, Andrew Gaul <ga...@apache.org> wrote:

> Sajith, out of curiosity what prevents you from upgrading to a more
> recent version?  jclouds 1.5.0 is almost two years old and newer
> versions have many improvements!
>
> On Thu, Jul 03, 2014 at 01:22:17AM +0530, Sajith Kariyawasam wrote:
> > Thanks for the reply Andrew, yes I was aware that its supported in 1.7.x
> > version [1]
> > What I'm trying to do is to check whether its possible to patch the 1.5.x
> > version to support that (without upgrading)
> >
> > [1]
> >
> http://demobox.github.io/jclouds-maven-site-1.7.1/1.7.1/jclouds/apidocs/org/jclouds/ec2/domain/InstanceType.html
> >
> >
> > On Wed, Jul 2, 2014 at 8:19 PM, Andrew Gaul <ga...@apache.org> wrote:
> >
> > > Please upgrade to jclouds 1.7.3 which supports Amazon m3 instances.
> > > Note that groupId has changed from org.jclouds to org.apache.jclouds.
> > >
> > > On Wed, Jul 02, 2014 at 05:35:29PM +0530, Sajith Kariyawasam wrote:
> > > > Hi all,
> > > >
> > > > Seems that, with Jclouds version 1.5.0, Amazon EC2 m3.x instance are
> not
> > > > supported  [1]
> > > >
> > > > If I'm to patch the version 1.5.0 to support m3.x instances, can
> someone
> > > > give an idea on the approach to be followed, how hard that would be,
> > > > and what kind of existing functionalities that would likely to get
> > > affected?
> > > >
> > > >
> > > > [1]
> > > >
> > >
> http://grepcode.com/file/repo1.maven.org/maven2/org.jclouds.api/ec2/1.5.0/org/jclouds/ec2/domain/InstanceType.java
> > > >
> > > > Thanks in advance,
> > > > Sajith
> > > >
> > > > --
> > > > Best Regards
> > > > Sajith
> > >
> > > --
> > > Andrew Gaul
> > > http://gaul.org/
> > >
> >
> >
> >
> > --
> > Best Regards
> > Sajith
>
> --
> Andrew Gaul
> http://gaul.org/
>



-- 
Best Regards
Sajith

Re: Fwd: Supporting EC2 m3 instances with Jclouds 1.5.0

Posted by Andrew Gaul <ga...@apache.org>.
Sajith, out of curiosity what prevents you from upgrading to a more
recent version?  jclouds 1.5.0 is almost two years old and newer
versions have many improvements!

On Thu, Jul 03, 2014 at 01:22:17AM +0530, Sajith Kariyawasam wrote:
> Thanks for the reply Andrew, yes I was aware that its supported in 1.7.x
> version [1]
> What I'm trying to do is to check whether its possible to patch the 1.5.x
> version to support that (without upgrading)
> 
> [1]
> http://demobox.github.io/jclouds-maven-site-1.7.1/1.7.1/jclouds/apidocs/org/jclouds/ec2/domain/InstanceType.html
> 
> 
> On Wed, Jul 2, 2014 at 8:19 PM, Andrew Gaul <ga...@apache.org> wrote:
> 
> > Please upgrade to jclouds 1.7.3 which supports Amazon m3 instances.
> > Note that groupId has changed from org.jclouds to org.apache.jclouds.
> >
> > On Wed, Jul 02, 2014 at 05:35:29PM +0530, Sajith Kariyawasam wrote:
> > > Hi all,
> > >
> > > Seems that, with Jclouds version 1.5.0, Amazon EC2 m3.x instance are not
> > > supported  [1]
> > >
> > > If I'm to patch the version 1.5.0 to support m3.x instances, can someone
> > > give an idea on the approach to be followed, how hard that would be,
> > > and what kind of existing functionalities that would likely to get
> > affected?
> > >
> > >
> > > [1]
> > >
> > http://grepcode.com/file/repo1.maven.org/maven2/org.jclouds.api/ec2/1.5.0/org/jclouds/ec2/domain/InstanceType.java
> > >
> > > Thanks in advance,
> > > Sajith
> > >
> > > --
> > > Best Regards
> > > Sajith
> >
> > --
> > Andrew Gaul
> > http://gaul.org/
> >
> 
> 
> 
> -- 
> Best Regards
> Sajith

-- 
Andrew Gaul
http://gaul.org/

Re: Fwd: Supporting EC2 m3 instances with Jclouds 1.5.0

Posted by Sajith Kariyawasam <sa...@gmail.com>.
Thanks for the reply Andrew, yes I was aware that its supported in 1.7.x
version [1]
What I'm trying to do is to check whether its possible to patch the 1.5.x
version to support that (without upgrading)

[1]
http://demobox.github.io/jclouds-maven-site-1.7.1/1.7.1/jclouds/apidocs/org/jclouds/ec2/domain/InstanceType.html


On Wed, Jul 2, 2014 at 8:19 PM, Andrew Gaul <ga...@apache.org> wrote:

> Please upgrade to jclouds 1.7.3 which supports Amazon m3 instances.
> Note that groupId has changed from org.jclouds to org.apache.jclouds.
>
> On Wed, Jul 02, 2014 at 05:35:29PM +0530, Sajith Kariyawasam wrote:
> > Hi all,
> >
> > Seems that, with Jclouds version 1.5.0, Amazon EC2 m3.x instance are not
> > supported  [1]
> >
> > If I'm to patch the version 1.5.0 to support m3.x instances, can someone
> > give an idea on the approach to be followed, how hard that would be,
> > and what kind of existing functionalities that would likely to get
> affected?
> >
> >
> > [1]
> >
> http://grepcode.com/file/repo1.maven.org/maven2/org.jclouds.api/ec2/1.5.0/org/jclouds/ec2/domain/InstanceType.java
> >
> > Thanks in advance,
> > Sajith
> >
> > --
> > Best Regards
> > Sajith
>
> --
> Andrew Gaul
> http://gaul.org/
>



-- 
Best Regards
Sajith

Re: Fwd: Supporting EC2 m3 instances with Jclouds 1.5.0

Posted by Andrew Gaul <ga...@apache.org>.
Please upgrade to jclouds 1.7.3 which supports Amazon m3 instances.
Note that groupId has changed from org.jclouds to org.apache.jclouds.

On Wed, Jul 02, 2014 at 05:35:29PM +0530, Sajith Kariyawasam wrote:
> Hi all,
> 
> Seems that, with Jclouds version 1.5.0, Amazon EC2 m3.x instance are not
> supported  [1]
> 
> If I'm to patch the version 1.5.0 to support m3.x instances, can someone
> give an idea on the approach to be followed, how hard that would be,
> and what kind of existing functionalities that would likely to get affected?
> 
> 
> [1]
> http://grepcode.com/file/repo1.maven.org/maven2/org.jclouds.api/ec2/1.5.0/org/jclouds/ec2/domain/InstanceType.java
> 
> Thanks in advance,
> Sajith
> 
> -- 
> Best Regards
> Sajith

-- 
Andrew Gaul
http://gaul.org/