Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Introduced HA Raft, a consensus based high availability solution, in NSO. HA Raft is based on the Raft algorithm and provides secure and durable state replication with robust automatic cluster management. Comprehensive documentation is available in t...
Hi,
Thanks for your quick response. In the above example I think it is a problem the service attempts to modify itself, a service should always modify something else, it can be device configuration or a different service.
A service creating policy ru...
everything depends on how you want the NB client to enter the parameters in your service, i.e. one could change the service YANG module to the following:
choice interface {
case automatic {
leaf default {
type boolean;
...