aoscx-ansible-role icon indicating copy to clipboard operation
aoscx-ansible-role copied to clipboard

aoscx_upload_firmware the wait_firmware_upload option is not documented

Open DonRhodes opened this issue 9 months ago • 2 comments

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

DonRhodes avatar May 09 '24 19:05 DonRhodes

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 https://github.com/aruba/aoscx-ansible-collection/pull/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

alagoutte avatar May 13 '24 16:05 alagoutte

Thanks Alexis, not at all sure how I made it to the role repo! I have been using the collection for a while.

On Mon, May 13, 2024 at 12:12 PM Alexis La Goutte @.***> wrote:

Hi @DonRhodes https://github.com/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 https://github.com/aruba/aoscx-ansible-collection/pull/98

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

— Reply to this email directly, view it on GitHub https://github.com/aruba/aoscx-ansible-role/issues/23#issuecomment-2108121769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHASQFUCRYGKIIBIB54OY6DZCDRAJAVCNFSM6AAAAABHPMILL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBYGEZDCNZWHE . You are receiving this because you were mentioned.Message ID: @.***>

-- --... ...-- Don Rhodes Associate Director of Infrastructure Services Information Technology Services - Colgate University 315-228-1000 www.colgate.edu

Disclaimers in email are legally meaningless http://www.economist.com/node/18529895

DonRhodes avatar May 13 '24 20:05 DonRhodes