We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The module ovirt_nic should be extended to support the network_filter_parameters of nic.
ovirt_nic
network_filter_parameters
This is possible from the 4.2 to latest oVirt version according to the API docs :
I think the feature will be used like this :
network_filter_parameters (list / elements=dictionary): - name: (string) value: (string
--- - name: Add network_filter_parameters to NIC ovirt.ovirt.ovirt_nic: state: present name: mynic network_filter_parameters: - name: GATEWAY_MAC value: 01:02:03:ab:cd:ef - name: GATEWAY_MAC value: 01:02:03:ab:cd:eg - name: GATEWAY_MAC value: 01:02:03:ab:cd:eh
The text was updated successfully, but these errors were encountered:
erav
mnecas
Successfully merging a pull request may close this issue.
SUMMARY
The module
ovirt_nic
should be extended to support thenetwork_filter_parameters
of nic.This is possible from the 4.2 to latest oVirt version according to the API docs :
COMPONENT NAME
ovirt_nic
ADDITIONAL INFORMATION
I think the feature will be used like this :
The text was updated successfully, but these errors were encountered: