You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/12/09 12:52:12 UTC

[jira] [Commented] (LIBCLOUD-640) Add SoftLayer DNS driver

    [ https://issues.apache.org/jira/browse/LIBCLOUD-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239323#comment-14239323 ] 

ASF GitHub Bot commented on LIBCLOUD-640:
-----------------------------------------

GitHub user ferewuz opened a pull request:

    https://github.com/apache/libcloud/pull/413

    [LIBCLOUD-640] Add support for Softlayer DNS driver

    *  Refactored SoftLayer connection, moved it to common, to be used by compute and dns driver
    *  Added support for DNS driver methods
    *  Unit tests for all methods
    
    Driver has been tested a bit manually too and it seems to work. Looking for review/any comments
    
    One thing missing is support for "update_zone" method as SoftLayer doesn't support so I don't really know how to tackle this problem?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/niteoweb/libcloud create_softlayer_dns_driver

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/413.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #413
    
----
commit 2007cc9bf5a70862de9a463b1150bd997e1f29b5
Author: Vanč Levstik <va...@gmail.com>
Date:   2014-12-08T18:08:37Z

    [LIBCLOUD-640] Add support for Softlayer DNS driver

----


> Add SoftLayer DNS driver
> ------------------------
>
>                 Key: LIBCLOUD-640
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-640
>             Project: Libcloud
>          Issue Type: New Feature
>          Components: DNS
>            Reporter: Vanč Levstik
>
> Add Softlayer driver for DNS.
> Refactor existing Softlayer connection as Compute and DNS driver can both use the same connection.
> Already got it working, PR coming in a bit.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)