From Fedora Project Wiki
No edit summary
(Change date format for automatic processing)
 
(14 intermediate revisions by 2 users not shown)
Line 14: Line 14:
== Current status ==
== Current status ==
* Targeted release: [[Releases/19 | Fedora 19 ]]  
* Targeted release: [[Releases/19 | Fedora 19 ]]  
* Last updated: 08-Jan-2013
* Last updated: 2013-02-20
* Percentage of completion: 00%
* Percentage of completion: 100%


<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
Line 21: Line 21:
== Detailed Description ==
== Detailed Description ==
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
BIND10 suite implements two crucial network services - DNS and DHCP. The BIND10 is going to replace both widely used ISC BIND9 and ISC DHCP4 software in the future. It is written from scratch and has modular design.
BIND10 suite implements two crucial network services - DNS and DHCP. The BIND10 is going to replace both widely used ISC BIND9 and ISC DHCP software in the future. It is written from scratch and has modular design.
 
The main advantages are:
* modular design
** authoritative nameserver runs in separate processes. Bug in supplementary process won't affect availability of the server domain
*** b10-ddns (DDNS service), b10-xfrin (incomming zone transfers), b10-xfrout (outcomming zone transfers), b10-stats (statistics)
** recursive server runs as separate process (b10-resolver)
* modern design, improved scalability
* officially supported SQL database backends (only SQLite currently but MySQL and PostgreSQL are planned)


== Benefit to Fedora ==
== Benefit to Fedora ==
Line 29: Line 37:
== Scope ==
== Scope ==
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
* package BIND10
* <del>package BIND10</del>
* pass it through review
* <del>pass it through review (https://bugzilla.redhat.com/show_bug.cgi?id=905024)</del>
* ship it in distro
* <del>ship it in distro</del>


== How To Test ==
== How To Test ==
Line 59: Line 67:
== Contingency Plan ==
== Contingency Plan ==
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan?  This might be as simple as "None necessary, revert to previous release behaviour."  Or it might not.  If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy.  -->
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan?  This might be as simple as "None necessary, revert to previous release behaviour."  Or it might not.  If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy.  -->
Not needed, users just don't have to install bind10 pkgs.
Users don't have to install bind10 pkgs and can use current bind9 (shipped in bind-* pkgs). Only users which explicitly install bind10-* pkgs will be affected by this feature so contingency plan is "just install bind and don't install bind10".


== Documentation ==
== Documentation ==
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
*
* http://bind10.isc.org/wiki
* [http://bind10.isc.org/docs/bind10-guide.html BIND10 guide]


== Release Notes ==
== Release Notes ==
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
* http://bind10.isc.org/wiki
BIND10 suite is now shipped in Fedora repositories. It is splitted into following subpackages:
* [http://bind10.isc.org/docs/bind10-guide.html BIND10 guide]
 
* bind10 installs full BIND10 suite (utilities + DNS servers + DHCP servers)
* other subpkgs - TBD


== Comments and Discussion ==
== Comments and Discussion ==
Line 75: Line 86:




[[Category:FeaturePageIncomplete]]
[[Category:FeatureAcceptedF19]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->

Latest revision as of 10:50, 28 February 2013

BIND10

Summary

BIND10 is next generation of the popular BIND9 DNS server rewritten from scratch. BIND10 suite includes both DNS and DHCP service servers.

Owner

  • Email: atkac redhat com

Current status

  • Targeted release: Fedora 19
  • Last updated: 2013-02-20
  • Percentage of completion: 100%


Detailed Description

BIND10 suite implements two crucial network services - DNS and DHCP. The BIND10 is going to replace both widely used ISC BIND9 and ISC DHCP software in the future. It is written from scratch and has modular design.

The main advantages are:

  • modular design
    • authoritative nameserver runs in separate processes. Bug in supplementary process won't affect availability of the server domain
      • b10-ddns (DDNS service), b10-xfrin (incomming zone transfers), b10-xfrout (outcomming zone transfers), b10-stats (statistics)
    • recursive server runs as separate process (b10-resolver)
  • modern design, improved scalability
  • officially supported SQL database backends (only SQLite currently but MySQL and PostgreSQL are planned)

Benefit to Fedora

Users can easily install & use BIND10 from distribution repositories.

Scope

How To Test

  • install bind10
  • test DNS authoritative/recursive server
  • test DHCP4/DHCP6 servers
  • configuration is really non-trivial, good documentation is BIND10 guide

User Experience

Ability to use BIND10.

Dependencies

None

Contingency Plan

Users don't have to install bind10 pkgs and can use current bind9 (shipped in bind-* pkgs). Only users which explicitly install bind10-* pkgs will be affected by this feature so contingency plan is "just install bind and don't install bind10".

Documentation

Release Notes

BIND10 suite is now shipped in Fedora repositories. It is splitted into following subpackages:

  • bind10 installs full BIND10 suite (utilities + DNS servers + DHCP servers)
  • other subpkgs - TBD

Comments and Discussion