commit | be3fa0df6b06abc8a978dc8bdc84446098639937 | [log] [tgz] |
---|---|---|
author | Seyeon Jeong <seyeon@opennetworking.org> | Fri Feb 28 01:17:34 2020 -0800 |
committer | Seyeon Jeong <seyeon@opennetworking.org> | Wed Jun 17 15:05:33 2020 -0700 |
tree | bf270857ccc9198afb227c8ad1d6d4e4f7009d88 | |
parent | 08ebe2320c48503453102cee3127db8886d6052c [diff] [blame] |
[AETHER-76] Impelentation of a new Trellis Troubleshoot Tool (T3) for offline mode - For the performance improvement, T3 offline mode uses snapshots of the network states called Network Information Base (NIB) instead of runtime interactions with ONOS core during troubleshooting a Trellis system. - Partially tested with some mininet topos for trellis (https://github.com/opennetworkinglab/routing/tree/master/trellis). - Usage instruction docs (https://docs.trellisfabric.org/troubleshooting.html). Change-Id: Ice608f77aa96bfbcadfff34991c4a1b6d93125b6 (cherry picked from commit eaa6329aba67c2577fdca7d3ddf230611e82f9f7)
diff --git a/apps/mcast/cli/BUILD b/apps/mcast/cli/BUILD index 9a9d616..553eb5b 100644 --- a/apps/mcast/cli/BUILD +++ b/apps/mcast/cli/BUILD
@@ -1,4 +1,4 @@ -COMPILE_DEPS = CORE_DEPS + CLI + REST + [ +COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [ "//core/store/serializers:onos-core-serializers", "//apps/mcast/api:onos-apps-mcast-api", ]