From Fedora Project Wiki
(Change date format for automatic processing)
 
(15 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 ==
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
Users can easily install & use BIND10 from distribution repositories.


== 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?-->
* <del>package BIND10</del>
* <del>pass it through review (https://bugzilla.redhat.com/show_bug.cgi?id=905024)</del>
* <del>ship it in distro</del>


== How To Test ==
== How To Test ==
<!-- This does not need to be a full-fledged document.  Describe the dimensions of tests that this feature is expected to pass when it is done.  If it needs to be tested with different hardware or software configurations, indicate them.  The more specific you can be, the better the community testing can be.  
<!-- This does not need to be a full-fledged document.  Describe the dimensions of tests that this feature is expected to pass when it is done.  If it needs to be tested with different hardware or software configurations, indicate them.  The more specific you can be, the better the community testing can be.  
Remember that you are writing this how to for interested testers to use to check out your feature - documenting what you do for testing is OK, but it's much better to document what *I* can do to test your feature.
A good "how to test" should answer these four questions:


0. What special hardware / data / etc. is needed (if any)?
0. What special hardware / data / etc. is needed (if any)?
Line 43: Line 51:
3. What are the expected results of those actions?
3. What are the expected results of those actions?
-->
-->
* install bind10
* test DNS authoritative/recursive server
* test DHCP4/DHCP6 servers
* configuration is really non-trivial, good documentation is [http://bind10.isc.org/docs/bind10-guide.html BIND10 guide]


== User Experience ==
== User Experience ==
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
Ability to use BIND10.


== Dependencies ==
== Dependencies ==
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
None


== 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.  -->
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. -->
*
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 ==
== Comments and Discussion ==
* See [[Talk:Features/Your_Feature_Name]]  <!-- This adds a link to the "discussion" tab associated with your page.  This provides the ability to have ongoing comments or conversation without bogging down the main feature page -->
* See [[Talk:Features/BIND10]]  <!-- This adds a link to the "discussion" tab associated with your page.  This provides the ability to have ongoing comments or conversation without bogging down the main feature page -->




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