Attempt netconf remount regardless of error-type 00/84500/1
authorJakub Toth <jtoth@luminanetworks.com>
Mon, 24 Jun 2019 09:17:16 +0000 (05:17 -0400)
committerJakub Toth <jtoth@luminanetworks.com>
Mon, 16 Sep 2019 08:59:49 +0000 (01:59 -0700)
commit33d6351332b51e2cfd454daf673c7663b03f096c
tree38ea7a1c33b8ec062a783763a81305177bcb6e6b
parent8e59d67f1b7580c2135cbcc229d4c377c8cc1b09
Attempt netconf remount regardless of error-type

Even if there's a 'no more sources' for schema context, go through
normal remount cycle. It's added a new optional boolean to the netconf
mount fields specifically for this, default to false/ current behavior.

JIRA: NETCONF-611
Change-Id: If983ef0dded606fb75b5e41236c9d0f8328ab7c6
Signed-off-by: Jakub Toth <jtoth@luminanetworks.com>
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/AbstractNetconfTopology.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/api/RemoteDeviceHandler.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/NetconfDevice.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/NetconfDeviceBuilder.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfDeviceSalFacade.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfDeviceTopologyAdapter.java
netconf/sal-netconf-connector/src/main/yang/netconf-node-optional.yang [new file with mode: 0644]