Open navvisit opened 4 years ago
Files identified in the description:
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @karthikeyan-dhandapani click here for bot help
@navvisit, just so you are aware we have a dedicated Working Group for network.
You can find other people interested in this in #ansible-network
on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community
@navvisit did you manage to get the aruba_config
module working on the Aruba 2930F ?
I am thinking about buying some Aruba 2930F but a hard requirement is to have proper ansible support, including idempotency, and I guess aruba_config
is the main module I would need to use.
@pescobar and @navvisit you should be using one of these role/collection for the switch / cx. Ansible role for switch "aos_switch" and "aoscx_role" for CX switch. They are available in ansible galaxy.
SUMMARY
When trying to write the configuration on Aruba 2930F, it fails with the following message:
This happens because
show configuration
is not a valid option on Aruba 2930F. Instead, show config works.Relevant code is here
ISSUE TYPE
COMPONENT NAME
aruba_config
ANSIBLE VERSION
CONFIGURATION
Hosts:
OS / ENVIRONMENT
macOS Catalina Aruba 2930F / Aruba 2530
STEPS TO REPRODUCE
Simply run the code bellow:
EXPECTED RESULTS
Config should be saved successfully.
ACTUAL RESULTS
Task fails, config file is not saved.