blob: 3a6d7eba6225602cd6c98896109900eac809a3f0 [file] [log] [blame]
Carmelo Casconefa421582018-09-13 10:05:57 -07001BUNDLES = [
2 "//apps/inbandtelemetry/api:onos-apps-inbandtelemetry-api",
3 "//apps/inbandtelemetry/impl:onos-apps-inbandtelemetry-impl",
4 "//apps/inbandtelemetry/app:onos-apps-inbandtelemetry-app",
5]
6
7onos_app(
8 app_name = "org.onosproject.inbandtelemetry",
9 category = "Monitoring",
10 description = "Provides managements of INT-capable devices. Specifies flows to enable INT and" +
11 "types of metadata to collect. Sets up INT-related information.",
12 included_bundles = BUNDLES,
13 title = "P4 In-band Network Telemetry Service",
14 url = "http://onosproject.org",
15)