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

aoscx_upload_firmware the wait_firmware_upload option is not documented #23

Open
DonRhodes opened this issue May 9, 2024 · 2 comments

Comments

@DonRhodes
Copy link

Hello,

In the aoscx_upload_firmware module, that wait_firmware_upload option is not documented.

https://github.com/aruba/aoscx-ansible-role/blob/master/docs/aoscx_upload_firmware.md

changed: [test-sw.domain.tld] => {
    "changed": true,
    "firmware_upload_result": "success",
    "invocation": {
        "module_args": {
            "firmware_file_path": null,
            "partition_name": "primary",
            "remote_firmware_file_path": "http://firmware.domain.tld/ArubaOS-CX_6100-6000_10_13_1010.swi",
            "vrf": "default",
            "wait_firmware_upload": false
        }
    }
}

The module does accept if it is set:

  - name:  Image Upgrade - HTTP REST
    arubanetworks.aoscx.aoscx_upload_firmware:
      partition_name: "primary"
      remote_firmware_file_path: "{{ aoscxremotefirmwarepath_http }}{{ aoscx_secondary_image_file }}"
      vrf: "{{ USE_VRF | default('default') }}"
      wait_firmware_upload: true
    when: ansible_net_software_images.primary_image_version != aoscx_primary_image_version
@alagoutte
Copy link

Hi @DonRhodes,

This repo is dead and you need to use collections (and not the role)

i have already open a PR for this issue on collection aruba/aoscx-ansible-collection#98

@tchiapuziowong @Joe-Neville @madjali @rajani-abraham can you set the repo to archive ? https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories

@DonRhodes
Copy link
Author

DonRhodes commented May 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants