You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Aymeric Barantal (Created) (JIRA)" <ji...@apache.org> on 2012/02/02 15:41:53 UTC

[dev] [jira] [Created] (LIBCLOUD-147) public_ips only retain last ip for a node in gandi compute driver

public_ips only retain last ip for a node in gandi compute driver
-----------------------------------------------------------------

                 Key: LIBCLOUD-147
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-147
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.7.1
            Reporter: Aymeric Barantal
            Priority: Minor


During update in November to introduce public_ips instead of public_ip, algorithm
in gandi driver, only retain the last ip for a node.

I'll attach the patch to handle a real list of all public ips for a node (including ipv6 one)
and modified test to check that a node have at least 2 public ips.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Resolved] (LIBCLOUD-147) public_ips only retain last ip for a node in gandi compute driver

Posted by "Tomaz Muraus (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-147.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.0
    
> public_ips only retain last ip for a node in gandi compute driver
> -----------------------------------------------------------------
>
>                 Key: LIBCLOUD-147
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-147
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.7.1
>            Reporter: Aymeric Barantal
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: 0001-public_ips-fix-for-gandi-driver-to-not-retain-only-t.patch
>
>
> During update in November to introduce public_ips instead of public_ip, algorithm
> in gandi driver, only retain the last ip for a node.
> I'll attach the patch to handle a real list of all public ips for a node (including ipv6 one)
> and modified test to check that a node have at least 2 public ips.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Updated] (LIBCLOUD-147) public_ips only retain last ip for a node in gandi compute driver

Posted by "Aymeric Barantal (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aymeric Barantal updated LIBCLOUD-147:
--------------------------------------

    Attachment: 0001-public_ips-fix-for-gandi-driver-to-not-retain-only-t.patch

Patch for gandi driver to handle more than one public ip per node.
                
> public_ips only retain last ip for a node in gandi compute driver
> -----------------------------------------------------------------
>
>                 Key: LIBCLOUD-147
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-147
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.7.1
>            Reporter: Aymeric Barantal
>            Priority: Minor
>         Attachments: 0001-public_ips-fix-for-gandi-driver-to-not-retain-only-t.patch
>
>
> During update in November to introduce public_ips instead of public_ip, algorithm
> in gandi driver, only retain the last ip for a node.
> I'll attach the patch to handle a real list of all public ips for a node (including ipv6 one)
> and modified test to check that a node have at least 2 public ips.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Commented] (LIBCLOUD-147) public_ips only retain last ip for a node in gandi compute driver

Posted by "Tomaz Muraus (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199184#comment-13199184 ] 

Tomaz Muraus commented on LIBCLOUD-147:
---------------------------------------

Committed, thanks!
                
> public_ips only retain last ip for a node in gandi compute driver
> -----------------------------------------------------------------
>
>                 Key: LIBCLOUD-147
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-147
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.7.1
>            Reporter: Aymeric Barantal
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: 0001-public_ips-fix-for-gandi-driver-to-not-retain-only-t.patch
>
>
> During update in November to introduce public_ips instead of public_ip, algorithm
> in gandi driver, only retain the last ip for a node.
> I'll attach the patch to handle a real list of all public ips for a node (including ipv6 one)
> and modified test to check that a node have at least 2 public ips.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Commented] (LIBCLOUD-147) public_ips only retain last ip for a node in gandi compute driver

Posted by "Aymeric Barantal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199631#comment-13199631 ] 

Aymeric Barantal commented on LIBCLOUD-147:
-------------------------------------------




Thanks to you for your prompt commit :-)

Sincerly,

Aymeric

                
> public_ips only retain last ip for a node in gandi compute driver
> -----------------------------------------------------------------
>
>                 Key: LIBCLOUD-147
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-147
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.7.1
>            Reporter: Aymeric Barantal
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: 0001-public_ips-fix-for-gandi-driver-to-not-retain-only-t.patch
>
>
> During update in November to introduce public_ips instead of public_ip, algorithm
> in gandi driver, only retain the last ip for a node.
> I'll attach the patch to handle a real list of all public ips for a node (including ipv6 one)
> and modified test to check that a node have at least 2 public ips.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira