mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-04-19 12:32:24 +02:00
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
20 lines
512 B
Python
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.',
|
|
)
|