John-Lin / ovs-cni

Apache License 2.0
25 stars 11 forks source link

Implement new IPAM plugin Centralip to handle IP issues. #9

Closed hwchiu closed 6 years ago

hwchiu commented 6 years ago
  1. create new IPAM which use etcd to store the IP.
  2. Write the testing for new IPAM
  3. Modify README and Vagrantfile
codecov-io commented 6 years ago

Codecov Report

Merging #9 into master will increase coverage by 4.93%. The diff coverage is 81.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   41.88%   46.82%   +4.93%     
==========================================
  Files           4        5       +1     
  Lines         456      519      +63     
==========================================
+ Hits          191      243      +52     
- Misses        255      261       +6     
- Partials       10       15       +5
Impacted Files Coverage Δ
ovs/ovs.go 5.34% <0%> (+0.1%) :arrow_up:
ipam/centralip/backend/utils.go 100% <100%> (ø)
ovs/utils.go 100% <100%> (ø) :arrow_up:
ipam/centralip/backend/central-ip.go 81.32% <81.32%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9f175e7...191a966. Read the comment docs.