What's New
Latest features and enhancements added in this release.
Only significant new updates are listed here. To see the complete list of changes, refer to the NSO Changelog Explorer.
Release Highlights
This release includes major enhancements in the following areas:
Containerized Build Environment for NSO Packages
A new container image, called Development Image, is available from Cisco Software Download. This image comes with the necessary environment and software for building NSO packages.
Documentation Updates:
Updated and expanded the Containerized NSO describing the new image flavor.
Support for LDAP and TACACS+ Authentication
Two new authentication packages are now available in $NCS_DIR/packages/auth
: cisco-nso-ldap-auth
and cisco-nso-tacacs-auth
. They provide support for LDAP and TACACS+ protocols through the Package Authentication mechanism.
Documentation Updates:
Refer to the respective
README
file inside each package for usage and configuration options.
DNS Update Support for Tailf-hcc
The tailf-hcc package now allows submitting an RFC2136 Dynamic DNS Update to a name server on High Availability (HA) failover, simplifying geographically redundant NSO HA setup.
Documentation Updates:
Added the section Layer-3 DNS Update describing the new functionality.
Nano Service Usability
Multiple changes with nano services (documented in Nano Services for Staged Provisioning) streamline their development and use:
The
ncs-make-package
command now supports the--nano-skeleton [python/java]
option.The functionality of
self-as-service-status
is now the default.The self component in a nano service plan is now generated automatically if not defined in the service model.
Canceled actions in the side effects queue can be manually scheduled for a retry.
Improved performance of initial create of a nano service with the
converge-on-re-deploy
extension.
Documentation Updates:
Updated the section NACM Rules and Services to better document required permissions for nano services.
Upgrade Improvements
CDB schema upgrades now use an optimized algorithm, resulting in faster upgrades and the ability to preview schema changes through a packages reload dry-run option. A separate upgrade log can be configured for information about CDB upgrade as well.
Additionally, information on upgrading HA Raft clusters has been added.
Documentation Updates:
Updated the section Loading Packages describing the dry-run functionality.
Added the section Packages Upgrades in Raft Cluster and the section called Version Upgrade of Cluster Nodes for Raft HA.
NED Documentation Update
The old NED Development document has been updated and split into two parts. The part on managing and using NEDs is now incorporated into Administration, while the part detailing the creation of new NEDs is now found in the Development.
Documentation Updates:
Added NED Administration on managing and using NEDs.
Added NED Development on the creation of new NEDs.
Last updated