blob: fb11ee5256f3da0ff695e7eab5bfb2efe4c8154c [file] [log] [blame]
Henry Yu4b4a7eb2016-11-09 20:07:53 -05001BUNDLES = [
2 '//apps/tetopology/api:onos-apps-tetopology-api',
Henry Yuad441142016-12-01 17:00:37 -05003 '//apps/tetopology/app:onos-apps-tetopology-app',
Aihua Guo1ce2dd12016-08-12 23:37:44 -04004]
5
Aihua Guo1ce2dd12016-08-12 23:37:44 -04006onos_app (
Yixiao Chen68bfab22016-11-11 11:04:10 -05007 app_name = 'org.onosproject.tetopology',
Thomas Vachuska7c45e282017-08-23 17:55:53 -07008 title = 'TE Topology Core',
Thomas Vachuskabe0a2652017-03-23 18:43:22 -07009 category = 'Traffic Steering',
Aihua Guo1ce2dd12016-08-12 23:37:44 -040010 url = 'http://onosproject.org',
11 description = 'Application to create and manage hierarchical TE topologies.',
Henry Yu4b4a7eb2016-11-09 20:07:53 -050012 included_bundles = BUNDLES,
Aihua Guo1ce2dd12016-08-12 23:37:44 -040013)