-
Notifications
You must be signed in to change notification settings - Fork 3
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 or Removing Labels to/from a bond or interface is not working #2
Comments
@siraether Thanks a lot for opening the issue. I've successfully reproduced the issue. - name: Add VM Networks to Bond1
ovirt_host_networks:
auth: "{{ ovirt_auth }}"
name: "hostname"
interface: bond1
networks:
- name: int_network_001
- name: int_network_002
- name: prd_network_001
- name: prd_network_002
check: true
save: true Just a small comment, that the correct github project to open issue at is: https://github.com/ansible/ansible/issues Also, one small question, do you use this module directly from upstream Ansible, or do you use package |
@siraether I've posted a patch upstream: The fix should be available in Ansible 2.4.2. I would welcome if you can try and get feedback. |
@machacekondra I am using the package from the RHV 4.1 channel. |
thank you for verifying the issue. We have removed the Labels parameter and the task is running fine now. We will look into testing against 2.4.2. |
While attempting to add network labels to either a bond or single interface I receive an error that states the network labels cannot be null. Below is the code I am trying to run:
This is the error I receive and output of the task being run:
The labels do exist within RHV-M and can be added manually via the RHV-M Interface.
The text was updated successfully, but these errors were encountered: