Kyuhwi Choi 7053788de6 [ONOS-4482] Implement dynamic add or remove a gateway node
- Implements command line interface for dynamic management
 - Implements dynamic gateway node management
 - Add CLIs

Change-Id: I27bb945968a262d2813d317fc79e75ee768b2825
2016-07-13 02:08:18 +00:00

18 lines
357 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:org.apache.karaf.shell.console',
'//cli:onos-cli',
'//core/store/serializers:onos-core-serializers',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Scalable GW App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Scalable gateway service',
)