brocade / ansible

56 stars 33 forks source link

support for modules to fetch firmware version and health of the firmware. #155

Open hbatchu opened 5 months ago

hbatchu commented 5 months ago

Hi Team,

Currently i am fetching the firmware version and health of the firmware by using the cli-based approach. I don't see there are any inbuilt modules to support to fetch this info.

Is there a roadmap of such scenarios in the near term?

Thanks.

prasad-valmeti-broadcom commented 4 months ago

Please share the CLI that is used to get these details. We will let you know if any corresponding REST request is available from Ansible.

brocade-fibrechannel-switch has the firmware-version details. This can be accessed through the REST/Ansible.

prasad-valmeti-broadcom commented 4 months ago

firmware history can be found in the brocade-firmware/firmware-history REST URI, the same can be done through the Ansible as well. This is supported in the latest Ansible 1.3.3 and with 9.2 FOS switches. Please let us know if this resolves the issue.