Add and fix Phosphorus lighty.io support 58/98958/9
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 13 Dec 2021 10:33:45 +0000 (11:33 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Fri, 17 Dec 2021 11:40:58 +0000 (12:40 +0100)
commitf0c7d45051b7cf4aa225cbefcf7f34b4f1f4a514
tree3a821829d0378716266403091ce48cc5095feecc
parent06a5fb52996337bc8e17b289eab4c213e9b6ad07
Add and fix Phosphorus lighty.io support

- fix tapiLink uninitialized variable
- fix initPortMapping calls
- modify PortMapping and PortMappingImpl to be able to get
  PortMappingVersion221 instance
- fix initOpenRoadmInterfaces calls by using it
- add to pom the org.eclipse.jetty dependency removed from lighty-core
- limit its scope to tests only

JIRA: TRNSPRTPCE-579
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I31e8a0a58d7f7e342a7119f364975eb0096f5e55
common/src/main/java/org/opendaylight/transportpce/common/mapping/PortMapping.java
common/src/main/java/org/opendaylight/transportpce/common/mapping/PortMappingImpl.java
lighty/build_lighty_core.sh
lighty/pom.xml
lighty/src/main/java/io/lighty/controllers/tpce/Main.java
lighty/src/main/java/io/lighty/controllers/tpce/module/TransportPCEImpl.java
lighty/src/main/java/io/lighty/controllers/tpce/utils/TPCEUtils.java