Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 2 | "//apps/routing-api:onos-apps-routing-api", |
| 3 | ] |
| 4 | |
| 5 | TEST_DEPS = TEST_ADAPTERS + [ |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 6 | "//apps/routing-api:onos-apps-routing-api-tests", |
| 7 | "//utils/osgi:onlab-osgi-tests", |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests( |
| 11 | test_deps = TEST_DEPS, |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | BUNDLES = [ |
| 16 | "//apps/routing/common:onos-apps-routing-common", |
| 17 | "//apps/routing/cpr:onos-apps-routing-cpr", |
| 18 | "//apps/routing-api:onos-apps-routing-api", |
| 19 | ] |
| 20 | |
Ray Milkey | 6ee38b8 | 2019-02-07 08:08:26 -0800 | [diff] [blame] | 21 | APPS = [ |
| 22 | "org.onosproject.route-service", |
| 23 | ] |
| 24 | |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 25 | onos_app( |
| 26 | app_name = "org.onosproject.cpr", |
| 27 | category = "Traffic Engineering", |
| 28 | description = "Redirects routing control traffic to a control plane", |
| 29 | included_bundles = BUNDLES, |
Ray Milkey | 6ee38b8 | 2019-02-07 08:08:26 -0800 | [diff] [blame] | 30 | required_apps = APPS, |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 31 | title = "Control Plane Redirect", |
| 32 | url = "http://onosproject.org", |
| 33 | ) |