Committed by
Gerrit Code Review
[ONOS-4291] Implement skeleton of gateway load balancer
- Implements scalable gateway service - Implements gateway node model Change-Id: I3713c67edcff9b10ccb23a7ad3323f5c30c7d6a3
Showing
12 changed files
with
460 additions
and
0 deletions
apps/scalablegateway/BUCK
0 → 100644
apps/scalablegateway/api/BUCK
0 → 100644
apps/scalablegateway/api/pom.xml
0 → 100644
apps/scalablegateway/api/src/main/java/org/onosproject/scalablegateway/ScalableGatewayService.java
0 → 100644
apps/scalablegateway/app/BUCK
0 → 100644
apps/scalablegateway/app/pom.xml
0 → 100644
apps/scalablegateway/app/src/main/java/org/onosproject/scalablegateway/ScalableGatewayManager.java
0 → 100644
apps/scalablegateway/pom.xml
0 → 100644
-
Please register or login to post a comment