You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Date

 2020-04-08T16:00 UTC / noon EDT / 18:00 CEST
Zoom: https://zoom.us/j/619914482

Attendees

Jeff Hartley
Marci Haas
Payam Forghani
Sandeep Shah
Herbert Eiselt
@Melanie Sater
Kevin Smokowski
@Kate
Martin Skorupski

Please add yourself. Thanks!

Informed

Goals

  • share information

Discussion items

TimeItemWhoNotes
00:00AdminNext meeting: 2020-04-29T16:00 UTC / noon EDT / 18:00 CEST







Yang error messages - RFC7950

yang defined error-messages are supported for the following yang statements.

  • 7.5.4. The must's Substatements
  • 9.2.4.1. The range's Substatements
  • 9.4.4.1. The length's Substatements
  • 9.4.5.1. The pattern's Substatements


Example:

[...]
must "./ssh-connections + ./tls-connections <= 100" {
   error-message "The total number of connections (SSH + TLS) needs to be less than or equal with 100.";
}
[...]

Result in odl-restconf-nb-baermann

[...]

{
"errors": {
"error": [
{
"error-type": "application",
"error-tag": "operation-failed",
"error-message": "Commit of transaction org.opendaylight.netconf.sal.connect.netconf.sal.tx.WriteCandidateRunningTx@2aa1fb85 failed",
"error-info": "RemoteDevice{NTS-manager}:RPC during tx failed. The total number of connections (SSH + TLS) needs to be less than or equal with 100."
}
]
}
}
[...]


Result in odl-restconf-nb-RFC8040

to be done....
00:00

Geo-redundancy

>> goes to next meeting

Overview

Impact on SDN-R

--

see: SDN-R Geo-Redundancy


Action items


  • No labels