| COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + CLI + REST + [ |
| "//core/store/serializers:onos-core-serializers", |
| "//apps/cpman/api:onos-apps-cpman-api", |
| TEST_DEPS = TEST_REST + [ |
| "//web/api:onos-rest-tests", |
| "//apps/cpman/api:onos-apps-cpman-api", |
| api_description = "REST API for Control Plane Manager", |
| api_package = "org.onosproject.cpman.rest", |
| api_title = "Control Plane Manager API", |
| web_context = "/onos/cpman", |
| app_name = "org.onosproject.cpman", |
| description = "Control Plane Management application for monitoring the health of the ONOS cluster", |
| excluded_bundles = EXCLUDED_BUNDLES, |
| included_bundles = BUNDLES, |
| required_apps = ["org.onosproject.openflow-message"], |
| title = "Control Plane Manager", |
| url = "http://onosproject.org", |