Jian Li | fc55e42 | 2019-01-21 14:39:34 +0900 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/k8s-networking/api:onos-apps-k8s-networking-api", |
| 3 | "//apps/k8s-networking/app:onos-apps-k8s-networking-app", |
| 4 | ] |
| 5 | |
| 6 | onos_app( |
| 7 | category = "Integration", |
| 8 | description = "SONA Kubernetes Networking Application.", |
| 9 | included_bundles = BUNDLES, |
| 10 | required_apps = [ |
| 11 | "org.onosproject.k8s-node", |
| 12 | ], |
| 13 | title = "Kubernetes Networking Application", |
| 14 | url = "https://wiki.onosproject.org/display/ONOS/SONA%3A+DC+Network+Virtualization", |
| 15 | ) |