forked from vmware-archive/admiral
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement CIDR allocation/deallocation logic
What is in this changelist: 1. CIDR allocation/deallocation logic 2. Deallocate CIDR upon compute network removal. 3. Unit tests. What is not in this changelist: 1. Support for overlapping subnet CIDRs (will come in the next changelist). Change-Id: I489204d87693e4434f26868412c3e9ea2ab65a31 Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/8631 Compute-Verified: jenkins <[email protected]> Upgrade-Verified: jenkins <[email protected]> Closures-Verified: jenkins <[email protected]> Bellevue-Verified: jenkins <[email protected]> Reviewed-by: Rostislav Georgiev <[email protected]> CS-Verified: jenkins <[email protected]>
- Loading branch information
Showing
9 changed files
with
837 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
259 changes: 219 additions & 40 deletions
259
...src/main/java/com/vmware/admiral/compute/network/ComputeNetworkCIDRAllocationService.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.