-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨adding endpoints to create and remove docker networks to director-v2 #6991
base: master
Are you sure you want to change the base?
✨adding endpoints to create and remove docker networks to director-v2 #6991
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6991 +/- ##
==========================================
- Coverage 87.02% 86.52% -0.50%
==========================================
Files 1621 1317 -304
Lines 63993 55092 -8901
Branches 2035 899 -1136
==========================================
- Hits 55688 47667 -8021
+ Misses 7972 7288 -684
+ Partials 333 137 -196
Continue to review full report in Codecov by Sentry.
|
…r-v2-endpoint-network-create-remove
Quality Gate passedIssues Measures |
What do these changes do?
In order to extract the dynamic-scheduler functionality from
director-v2
the director-v2 must expose an interface which is able to create and remove docker networks (focus of this PR) and docker services (different PR).Related issue/s
How to test
Dev-ops checklist