Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [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', |
Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 4 | ] |
| 5 | |
Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 6 | onos_app ( |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 7 | title = 'SONA SimpleFabric', |
| 8 | category = 'Traffic Engineering', |
| 9 | url = 'http://onosproject.org', |
| 10 | included_bundles = BUNDLES, |
| 11 | description = 'SONA Simple Fabric Application', |
| 12 | required_apps = [ 'org.onosproject.openflow-base', 'org.onosproject.lldpprovider', 'org.onosproject.hostprovider' ], |
| 13 | ) |