mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 04:40:59 +02:00
Fixed wiring problem in the pi-demo-ecmp app
Change-Id: I15d3b93b820d61f175eb9edbc8314994062e4f1a
This commit is contained in:
parent
a5b5b9cfdf
commit
14d9b363bb
@ -15,6 +15,7 @@ BUNDLES = [
|
|||||||
'//apps/pi-demo/ecmp:onos-apps-pi-demo-ecmp',
|
'//apps/pi-demo/ecmp:onos-apps-pi-demo-ecmp',
|
||||||
'//apps/pi-demo/common:onos-apps-pi-demo-common',
|
'//apps/pi-demo/common:onos-apps-pi-demo-common',
|
||||||
'//drivers/default:onos-drivers-default',
|
'//drivers/default:onos-drivers-default',
|
||||||
|
'//incubator/bmv2/model:onos-incubator-bmv2-model',
|
||||||
]
|
]
|
||||||
|
|
||||||
onos_app (
|
onos_app (
|
||||||
@ -24,4 +25,12 @@ onos_app (
|
|||||||
url = 'http://onosproject.org',
|
url = 'http://onosproject.org',
|
||||||
description = 'Provides ECMP support for a 2-stage clos fabric topology of PI-enabled devices',
|
description = 'Provides ECMP support for a 2-stage clos fabric topology of PI-enabled devices',
|
||||||
included_bundles = BUNDLES,
|
included_bundles = BUNDLES,
|
||||||
|
required_apps = [
|
||||||
|
# FIXME: there should be no dependendcy on a driver here.
|
||||||
|
# However, we depend on the DefaultP4Interpreter that currently lives in the p4runtime
|
||||||
|
# driver. Bringing up the whole app avoids to specify all transitive runtime dependencies
|
||||||
|
# as bundles. DefaultP4Interpreter and other pipeconf-related stuff should leave in a
|
||||||
|
# separate location, outside the drivers.
|
||||||
|
'org.onosproject.drivers.p4runtime'
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user