-
Notifications
You must be signed in to change notification settings - Fork 202
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
Netavark plugin support #1388
Netavark plugin support #1388
Conversation
/hold until the netavark PR is ready to go |
0d67a5e
to
4ac6c6b
Compare
LGTM |
I am unqualified to review due to my lack of knowledge on netavark. @flouthoc can you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than once comment above PR LGTM
/lgtm |
Please review containers/netavark#509 |
Users can now suplly custom network drivers which will execute the netavark plugin to create the network. Netavark will execute the pluign to setup/teardown the netns. see containers/netavark#509 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Add config field to specify the location for the netavark plugins. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Add a custom plugin that can be used in the netavark unit tests to check if the integration works as expected. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
The the plugin integration with the testplugin. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Netavark needs to get the actual list of directories from podman because users can set them in contianers.conf. Note that this change requires a netavark with containers/netavark#509 To allow better backwards compat we only pass the new argument when we need. Also added the missing ipvlan driver to the supported driver list. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Rebased and repushed to add missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
see individual commits
and containers/netavark#509