wu | 5f6c5b8 | 2017-08-04 16:45:19 +0800 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:minimal-json', |
| 4 | '//incubator/bmv2/model:onos-incubator-bmv2-model', |
| 5 | '//apps/pi-demo/common:onos-apps-pi-demo-common', |
| 6 | ] |
| 7 | |
| 8 | osgi_jar ( |
| 9 | deps = COMPILE_DEPS, |
| 10 | ) |
| 11 | |
| 12 | BUNDLES = [ |
| 13 | '//apps/pi-demo/ecmp:onos-apps-pi-demo-ecmp', |
| 14 | '//apps/pi-demo/common:onos-apps-pi-demo-common', |
| 15 | ] |
| 16 | |
| 17 | onos_app ( |
| 18 | app_name = 'org.onosproject.pi-ecmp-fabric', |
| 19 | title = 'PI Demo ECMP Fabric', |
| 20 | category = 'Traffic Steering', |
| 21 | url = 'http://onosproject.org', |
| 22 | description = 'Provides ECMP support for a 2-stage clos fabric topology of PI-enabled devices', |
| 23 | included_bundles = BUNDLES, |
| 24 | ) |