Notification Stream selection update 91/97191/12
authorVachhani, Shweta (sv111y) <sv111y@att.com>
Thu, 12 Aug 2021 13:43:59 +0000 (09:43 -0400)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 14 Sep 2021 06:54:03 +0000 (06:54 +0000)
commit6932ec3b3edd91ca94488e920cf37d3595235bae
tree069b3148555ac3c6040be9811618fd1ea11ce549
parent9142c3703d55468184500a554ab55e6322d767b7
Notification Stream selection update

- Update NetConfTopologyListener to read notification streams supported
  by device.
- Update the code to look for device support for OPENROADM Stream.
- If OPENROADM stream is not supported by device, code will subscribe
  to NETCONF stream
- Sample CONFIGs are updated to have NETCONF stream in device model

JIRA: TRNSPRTPCE-493
Signed-off-by: Vachhani, Shweta (sv111y) <sv111y@att.com>
Change-Id: Icb9b77c12597625b13b6b689d270813d601c3153
22 files changed:
networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/NetConfTopologyListener.java
tests/sample_configs/openroadm/1.2.1/oper-ROADMA-full.xml
tests/sample_configs/openroadm/1.2.1/oper-ROADMC-full.xml
tests/sample_configs/openroadm/1.2.1/oper-XPDRA.xml
tests/sample_configs/openroadm/1.2.1/oper-XPDRC.xml
tests/sample_configs/openroadm/2.2.1/oper-ROADMA.xml
tests/sample_configs/openroadm/2.2.1/oper-ROADMB.xml
tests/sample_configs/openroadm/2.2.1/oper-ROADMC.xml
tests/sample_configs/openroadm/2.2.1/oper-ROADMD.xml
tests/sample_configs/openroadm/2.2.1/oper-SPDRA.xml
tests/sample_configs/openroadm/2.2.1/oper-SPDRC.xml
tests/sample_configs/openroadm/2.2.1/oper-XPDRA.xml
tests/sample_configs/openroadm/2.2.1/oper-XPDRC.xml
tests/sample_configs/openroadm/7.1/oper-ROADMA.xml
tests/sample_configs/openroadm/7.1/oper-ROADMB.xml
tests/sample_configs/openroadm/7.1/oper-ROADMC.xml
tests/sample_configs/openroadm/7.1/oper-SPDRA.xml
tests/sample_configs/openroadm/7.1/oper-SPDRC.xml
tests/sample_configs/openroadm/7.1/oper-XPDRA.xml
tests/sample_configs/openroadm/7.1/oper-XPDRA2.xml
tests/sample_configs/openroadm/7.1/oper-XPDRC.xml
tests/sample_configs/openroadm/7.1/oper-XPDRC2.xml