You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: [hypervisor]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'nic_name' is undefined\n\nThe error appears to be in '/home/infrared/.infrared/plugins/virsh/tasks/bridged_network.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# https://jamielinux.com/docs/libvirt-networking-handbook/bridged-network.html#bridged-network\n- name: validate required nic is present\n ^ here\n"}
The error message contained a reference to invalid variable
nic_name. This commit fixes this and provides a clue to what
might have gone wrong.
Closes issue redhat-openstack#406
Signed-off-by: Andreas Karis <[email protected]>
infrared/plugins/virsh/provision_networks.yml
Line 67 in 26a35df
infrared/plugins/virsh/tasks/bridged_network.yml
Line 4 in 26a35df
The text was updated successfully, but these errors were encountered: