Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/evpn-route-service/api:onos-apps-evpn-route-service-api", |
| 3 | "//apps/evpn-route-service/app:onos-apps-evpn-route-service-app", |
| 4 | ] |
| 5 | |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 6 | onos_app( |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 7 | category = "Traffic Engineering", |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 8 | included_bundles = BUNDLES, |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 9 | title = "EVPN Routing", |
| 10 | url = "http://onosproject.org", |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 11 | ) |