Search 1.9 billion lines of Odoo code on GitHub

connector_dns

Author: Elico Corp, LasLabs, Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0
Repository: apetbiz/infrastructure-dns
Dependencies: connector
Languages: Python (2405, 85.4%), XML (343, 12.2%), and reStructuredText (68, 2.4%)
Other repositories: Change2improve/infrastructure-dns, Guobower/infrastructure-dns, JoJoJoJoJoJoJo/infrastructure-dns, LasLabs/infrastructure-dns, MjAbuz/infrastructure-dns, NeatNerdPrime/infrastructure-dns, OCA/infrastructure, Reinhard-sheng/infrastructure-dns, Rona111/odoo-1, SerpentConsultingServices/infrastructure, SeuMarco/infrastructure-dns, VisiionSolucionesTecnologicas/infrastructure-dns, Zhouhao12345/infrastructure-dns, Zhouhao12345/l10n-china, elicoidal/infrastructure-dns, esatyilmaz/infrastructure-dns, gaanto/infrastructure-dns, haroldtamo/infrastructure-dns, italoadler/infrastructure-dns, lideritjnma/infrastructure-dns, liulixia1990/connector, liulixia1990/connector-interfaces, pscloud/infrastructure-dns, saas-addons/infrastructure-dns, sanube/infrastructure-dns, and ursais/infrastructure

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="connector-dns"></a> <h2>Connector DNS</h2> <p>This module aims to create a framework for DNS management through the odoo-connector in order to be able to manage your DNS records in Odoo and be able to connect to external service providers via API and the odoo-connector job-queue.</p> <p>This module only introduces the main data model and can be used as is to manually store DNS records. It provides the objects or basic mapping to create API connection but does not provide any connector per se.</p> <p>Additional modules for specific connectors need to be added to manage the service provider connection.</p> <p>With specific DNS provider module, the DNS connector supports:</p> <ul class="simple"> <li>Import the domains and records from your DNS provider into Odoo</li> <li>DNS domain creation / deletion (TBD) / update and synchronization to your DNS provider</li> <li>Records creation / deletion (TBD) / update and synchronization to your DNS provider</li> </ul> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to install the odoo-connector module.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Install a specific module such as connector_dns_dnspod</li> <li>Create and set up the authentication for the DNS service provider in Connectors/DNS/backends</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Create your domains, select the DNS provider and confirm them in Connectors/DNS/Domains</li> <li>Once the domains are created, you can create the records accordingly in Connectors/DNS/records</li> <li>Every time you create, delete or update a new record, a job will be created in Connectors/Queue/Jobs</li> <li>if a job fails, you can check the error and retry the job if necessary.</li> </ol> <p>You might want to check the official documentation of the <a class="reference external" href="http://odoo-connector.com/index.html">Odoo Connector</a> to build your own DNS provider connector.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/224/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>Add validations for record types: <code>SPF</code>, <code>NAPTR</code></li> <li>Add a delete synchronizer</li> <li>Add tests for each of the <code>dns.record.type</code> validation regexes</li> <li>Add missing tests for <code>export_synchronizer</code> &amp; <code>import_synchronizer</code></li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/infrastructure-dns/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Dave Lasley &lt;<a class="reference external" href="mailto:dave&#64;laslabs.com">dave&#64;laslabs.com</a>&gt;</li> <li>Eric Caudal &lt;<a class="reference external" href="mailto:eric.caudal&#64;elico-corp.com">eric.caudal&#64;elico-corp.com</a>&gt;</li> <li>Noah Wang &lt;<a class="reference external" href="mailto:noah.wang&#64;elico-corp.com">noah.wang&#64;elico-corp.com</a>&gt;</li> <li>Liu Lixia &lt;<a class="reference external" href="mailto:contact&#64;elico-corp.com">contact&#64;elico-corp.com</a>&gt;</li> <li>Augustin Cisterne-Kaas &lt;<a class="reference external" href="mailto:contact&#64;elico-corp.com">contact&#64;elico-corp.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>