Carmelo Cascone | fa42158 | 2018-09-13 10:05:57 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 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 | |
| 7 | onos_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 | ) |