You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Kevin McDonald (JIRA)" <ji...@apache.org> on 2013/01/31 03:05:12 UTC

[dev] [jira] [Created] (LIBCLOUD-287) SoftLayer Compute Fixup

Kevin McDonald created LIBCLOUD-287:
---------------------------------------

             Summary: SoftLayer Compute Fixup
                 Key: LIBCLOUD-287
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-287
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.11.2
            Reporter: Kevin McDonald


This is both a bug and an improvement. The SoftLayer compute driver is using a lot of hard coded price ids. Some of them I believe have been invalidated some time between when the module was created in 2010 and now. Because of this, neither of the sizes works when I try to create new instances.

There's a new endpoint, which reduces the complexity of ordering a SoftLayer CCI.
 * http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject

This issue is aimed to fix this problem and serve as a general 'cleanup' task for the SoftLayer driver.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [dev] [jira] [Created] (LIBCLOUD-287) SoftLayer Compute Fixup

Posted by Tomaz Muraus <to...@apache.org>.
I see the issue you have created, but I don't see any patch attached to it.

Can you please double check and attach patch to the issue?

Thanks

On Wed, Jan 30, 2013 at 6:09 PM, Kevin McDonald <k3...@gmail.com>wrote:

> Attached is a a patch that leverages the SoftLayer endpoint, adds ability
> to reboot a CCI, and adds some additional cleanup and some additional
> testing (coverage at 97% over the current 60%).
>
> This should go a long way to resolving the task.
>
>
>
>
> On Jan 30, 2013, at 8:05 PM, "Kevin McDonald (JIRA)" <ji...@apache.org>
> wrote:
>
> > Kevin McDonald created LIBCLOUD-287:
> > ---------------------------------------
> >
> >             Summary: SoftLayer Compute Fixup
> >                 Key: LIBCLOUD-287
> >                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-287
> >             Project: Libcloud
> >          Issue Type: Bug
> >          Components: Compute
> >    Affects Versions: 0.11.2
> >            Reporter: Kevin McDonald
> >
> >
> > This is both a bug and an improvement. The SoftLayer compute driver is
> using a lot of hard coded price ids. Some of them I believe have been
> invalidated some time between when the module was created in 2010 and now.
> Because of this, neither of the sizes works when I try to create new
> instances.
> >
> > There's a new endpoint, which reduces the complexity of ordering a
> SoftLayer CCI.
> > *
> http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject
> >
> > This issue is aimed to fix this problem and serve as a general 'cleanup'
> task for the SoftLayer driver.
> >
> > --
> > This message is automatically generated by JIRA.
> > If you think it was sent incorrectly, please contact your JIRA
> administrators
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
>
>
>

Re: [dev] [jira] [Created] (LIBCLOUD-287) SoftLayer Compute Fixup

Posted by Kevin McDonald <k3...@gmail.com>.
Attached is a a patch that leverages the SoftLayer endpoint, adds ability to reboot a CCI, and adds some additional cleanup and some additional testing (coverage at 97% over the current 60%).

This should go a long way to resolving the task.