mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
1. BUCK file fixes in RESTCONF 2. Changed tenbi/yangmodel bundle to feature. This is required for YMS schema registration. 3. Added TE topology, TE tunnel, tenbi, restconf server, and TE provider to modules.defs. Change-Id: I5bc3208c7fe823352500a63f87bfd990cb3037b4
15 lines
525 B
Python
15 lines
525 B
Python
BUNDLES = [
|
|
'//protocols/restconf/server/api:onos-protocols-restconf-server-api',
|
|
'//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr',
|
|
'//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp',
|
|
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
|
]
|
|
|
|
onos_app (
|
|
app_name = 'org.onosproject.protocols.restconfserver',
|
|
title = 'RESTCONF Server Module',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
)
|