You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2012/06/01 19:46:23 UTC

[dev] [jira] [Commented] (LIBCLOUD-203) GEO dns record type

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

Tomaz Muraus commented on LIBCLOUD-203:
---------------------------------------

Yeah, that sounds correct. Add it to RecordType class / enum and then update RECORD_TYPE_MAP in the zerigo driver. Also don't forget to add tests.
                
> GEO dns record type
> -------------------
>
>                 Key: LIBCLOUD-203
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-203
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gary Wilson
>              Labels: GEO, RecordType, dns, zerigo
>
> Add a new dns record type for GEO
> It may only be zerigo specific but it is a DNS record type of GEO that is not included in the library.  I am guessing it could be added to libcloud/dns/types.py class RecordType as:
>     GEO = 13
> And seeing as the types are not DNS RFC compliant and matched on decimal value that should be OK.
> And then a RECORD_TYPE_MAP of GEO in libcloud/dns/drivers/zerigo.py I guess..  I do not know the full complexities of the libcloud framework, debugging and working through it as I go.
> If that sounds about right, asign to me and I will patch.

--
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