Add TLS data to call-home yang-models 84/91284/11
authorOleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Tue, 30 Jun 2020 09:16:01 +0000 (12:16 +0300)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 16 Oct 2020 14:39:12 +0000 (16:39 +0200)
commitaab675bb3b93911cfd28f94e6102ddfa772db77a
tree4a6a236cf2e8f7c4a38fa22e0fa27efa4f5dbc88
parent4ac4b04b18e2667d43109b730dcd362038f9d4f9
Add TLS data to call-home yang-models

The configuration model for callhome-server does not allow TLS to
be configured -- i.e. we are blindly assuming the devices will be
connecting via SSH.

Rectify this by deprecating the old configuration leaf and adding
the option to configure authentication on a per-transport basis.

JIRA: NETCONF-5
Change-Id: I56f14ad9472b5e87836be326a02c6663c229fb32
Signed-off-by: Oleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Signed-off-by: Vladyslav Marchenko <vladyslav.marchenko@pantheon.tech>
docs/user-guide.rst
netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang
netconf/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallHomeAuthProviderImpl.java
netconf/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallhomeStatusReporter.java
netconf/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/IetfZeroTouchCallHomeServerProvider.java