Skip to content
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

Add support for network_filter_parameters NICs #622

Closed
Gounick opened this issue Nov 14, 2022 · 0 comments · Fixed by #623
Closed

Add support for network_filter_parameters NICs #622

Gounick opened this issue Nov 14, 2022 · 0 comments · Fixed by #623
Assignees
Labels
enhancement New feature or request

Comments

@Gounick
Copy link

Gounick commented Nov 14, 2022

SUMMARY

The module ovirt_nic should be extended to support the network_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 :

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants