GNPy integration
Installs the path with the best OSRn value according to gnpy, while also setting the power at each stage.
usage:
odtn-connect-gnpy-command http 127.0.0.1 8080 test test
odtn-gnpy-connection-command -b netconf:127.0.0.1:1101/1 netconf:127.0.0.1:1102/1
Change-Id: I82b6d57d07ab5a3873ce37eb44639ebaa85c733f
diff --git a/apps/odtn/service/BUILD b/apps/odtn/service/BUILD
index abf6ee6..5226c66 100644
--- a/apps/odtn/service/BUILD
+++ b/apps/odtn/service/BUILD
@@ -5,6 +5,17 @@
"//apps/yang:onos-apps-yang",
"//apps/optical-model:onos-apps-optical-model",
"//protocols/netconf/api:onos-protocols-netconf-api",
+ "@jersey_client//jar",
+ "@jersey_server//jar",
+ "@jersey_common//jar",
+ "@jersey_security//jar",
+ "@httpclient_osgi//jar",
+ "@httpcore_osgi//jar",
+ "@javax_ws_rs_api//jar",
+ "@hk2_api//jar",
+ "@aopalliance_repackaged//jar",
+ "@javax_inject//jar",
+ "//utils/rest:onlab-rest",
]
osgi_jar_with_tests(