Thomas Vachuska 5b48d6ca84 Adding topology overlay support for the server-side topo layout app.
Also:
- parametrized access network layout in preparation for multiple variants
- removed WS authentication code temporarily until proper forced-logout is implemented
- updated STC warden environment (test only)

Change-Id: I0adbe60737828db79350e7eb2fc72cf313b78a28
2018-05-01 15:41:50 -07:00

20 lines
512 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//lib:org.apache.karaf.shell.console',
'//core/common:onos-core-common',
'//cli:onos-cli',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'UI Auto-Layout',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Automatically lays out the network topology using roles assigned to each ' +
'network element via the network configuration. Supports multiple layout variants.',
)