Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 2 | "//apps/simplefabric/api:onos-apps-simplefabric-api", |
| 3 | "//apps/simplefabric/app:onos-apps-simplefabric-app", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 4 | ] |
| 5 | |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 6 | onos_app( |
| 7 | category = "Traffic Engineering", |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 8 | description = "SONA Simple Fabric Application", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 9 | included_bundles = BUNDLES, |
| 10 | required_apps = [ |
| 11 | "org.onosproject.openflow-base", |
| 12 | "org.onosproject.lldpprovider", |
| 13 | "org.onosproject.hostprovider", |
Ray Milkey | 6ee38b8 | 2019-02-07 08:08:26 -0800 | [diff] [blame] | 14 | "org.onosproject.route-service", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 15 | ], |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 16 | title = "SONA SimpleFabric", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 17 | url = "http://onosproject.org", |
| 18 | ) |