-
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 86.91% 84.28% -2.64%
==========================================
Files 1630 1319 -311
Lines 64378 55243 -9135
Branches 2035 900 -1135
==========================================
- Hits 55956 46560 -9396
- Misses 8088 8546 +458
+ Partials 334 137 -197
Continue to review full report in Codecov by Sentry.
|
…r-v2-endpoint-network-create-remove
…r-v2-endpoint-network-create-remove
…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