-
Notifications
You must be signed in to change notification settings - Fork 33
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
Uncaught error when trying to change the default VFID #146
Comments
BTW this is a similar issue to #95 where there is also incongruence between the REST-level and the ansible-level failure/success identification. |
Hi, |
Well in this case a POST was sent and the switch configuration did not change as specified. This is with brocade.fos 1.3.3 from galaxy. |
logical_switch_config:
This is a ready-only parameter you can't use it for configuration. |
In case it needs support through REST, please raise RFE through PM. If there are no further issues, please suggest if we can close this issue. |
@prasad-valmeti-broadcom I understand that this is not supported by REST and therefore expected to fail at the REST level. But the problem is that once again REST level errors are not showing up as errors at the Ansible level. As I said in the initial report
|
Thanks for the update. This issue will be addressed in Ansible FOS 2.0.0.
Hope this will address the issue that is reported. |
I tried to change the default VFID on a Brocade G720 running FOS 9.1.1c like so:
with
This works on a switch where I have previously executed
lscfg --change 128 -newfid 10
. However on a switch with factory default settings I get a 405 response with the following REST error:Expected behaviour is then for ansible to mark the task as failed and abort execution of the playbook, however ansible marked the task as OK and continued execution of the playbook.
PS is there any way to change the VFID of the default LS via API?
The text was updated successfully, but these errors were encountered: