============ NETCONF ============ Major Features ============== For each top-level feature, identify the name, url, description, etc. User-facing features are used directly by end users. odl-netconf-topology -------------------- * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/netconf-connector/features-netconf-connector/src/main/features/features.xml;h=a3d60f24cad204862c6b392b391048a0147e3933;hb=refs/heads/stable/carbon * **Feature Description:** NETCONF southbound plugin, configuration through mdsal * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-only-carbon/ odl-netconf-clustered-topology ------------------------------ * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/netconf-connector/features-netconf-connector/src/main/features/features.xml;h=a3d60f24cad204862c6b392b391048a0147e3933;hb=refs/heads/stable/carbon * **Feature Description:** NETCONF southbound plugin, configuration through mdsal * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** Yes * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-3node-clustering-only-carbon/ odl-netconf-console ------------------- * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/netconf-connector/features-netconf-connector/src/main/features/features.xml;h=a3d60f24cad204862c6b392b391048a0147e3933;hb=refs/heads/stable/carbon * **Feature Description:** NETCONF southbound configuration with karaf cli * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** Yes odl-netconf-connector-all ------------------------- * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/netconf-connector/features-netconf-connector/src/main/features/features.xml;h=a3d60f24cad204862c6b392b391048a0147e3933;hb=refs/heads/stable/carbon * **Feature Description:** NETCONF southbound plugin, configuration with configub subsystem * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-only-carbon/ odl-netconf-mdsal ----------------- * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/netconf/features-netconf/src/main/features/features.xml;h=29e9400108a8790ac7786fbfc6e2d3bbd1fa2ec0;hb=refs/heads/stable/carbon * **Feature Description:** NETCONF server for mdsal * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-only-carbon/ odl-restconf ------------ * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/restconf/features-restconf/src/main/features/features.xml;h=77c9687fba7862f018b8cea43830cc1b9688c8e5;hb=refs/heads/stable/carbon * **Feature Description:** Restconf * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No * **CSIT Test:** Tested by any suit that uses Restconf odl-mdsal-apidocs ----------------- * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/restconf/features-restconf/src/main/features/features.xml;h=77c9687fba7862f018b8cea43830cc1b9688c8e5;hb=refs/heads/stable/carbon * **Feature Description:** MDSal - apidocs * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No odl-yanglib ----------- * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/yanglib/features-yanglib/src/main/features/features.xml;h=81ccb4954eb32394a9d4ef1986ad0e4bb67b9e1f;hb=refs/heads/stable/carbon * **Feature Description:** Yanglib server * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No odl-netconf-callhome-ssh ------------------------ * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=blob;f=features/netconf-connector/features-netconf-connector/src/main/features/features.xml;h=a3d60f24cad204862c6b392b391048a0147e3933;hb=refs/heads/stable/carbon * **Feature Description:** Netconf call home * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-callhome-only-carbon/ Documentation ============= Please provide the URL to each document at docs.opendaylight.org. If the document is under review, provide a link to the change in Gerrit. * **User Guide(s):** * `Netconf user guide `_ * **Developer Guide(s):** * `Netconf developer guide `_ Security Considerations ======================= * Do you have any external interfaces other than RESTCONF? Yes, we have md-sal and css netconf servers. Also server for netconf call-home. * If so, how are they secure? NETCONF over SSH * What port numbers do they use? Please see https://wiki.opendaylight.org/view/Ports. Netconf call-home uses TCP 6666 * Other security issues? None that we are aware of Quality Assurance ================= * `Link to Sonar Report `_ Test coverage percent: 63.3% * `Link to CSIT Jobs `_ Migration --------- * Is is possible migrate from the previous release? If so, how? Yes, no specific steps needed apart from migrating netconf's topology configuration from DS. Compatiblity ------------ * Is this release compatible with the previous release? Yes * Any API changes? No * Any configuraiton changes? md-sal netconf northbound is started via blueprint instead of config subsystem. Bugs Fixed ---------- * List of bugs fixed since the previous release https://bugs.opendaylight.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&chfield=resolution&chfieldfrom=2016-09-08&chfieldto=Now&chfieldvalue=FIXED&list_id=78801&product=netconf&query_format=advanced&resolution=FIXED Known Issues ------------ * List key known issues with workarounds None * `Link to Open Bugs `_ End-of-life =========== * List of features/APIs which are EOLed, deprecated, and/or removed in this release NETCONF southbound plugin, configuration with configub subsystem is deprecated Standards ========= * `RFC 6241 `_ - Network Configuration Protocol (NETCONF) * `RFC 6470 `_ - Base Notifications partly supported, netconf-config-change unsupported * `draft-ietf-yang-library-06 `_ * `draft-bierman-netconf-restconf-04 `_ * `RFC 8040 `_ - RESTCONF protocol Release Mechanics ================= * `Link to release plan `_ * Describe any major shifts in release schedule from the release plan No shifts