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

onyx_interface module does not support link speeds faster than 100G #5

Open
velomatt opened this issue Jul 23, 2020 · 1 comment
Open

Comments

@velomatt
Copy link

SUMMARY

The onyx_interface module does not support link speeds faster than 100G. The latest Onyx switches (SN3000, SN4000) support 200G or 400G link speed.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

onyx_interface.py

ANSIBLE VERSION

Note: I am not currently using onyx_modules from collections / Galaxy, but I have checked the code in onyx_interface.py and verified the issue is still there as of today.

ansible 2.9.10
  config file = /home/xxxx/ansible.cfg
  configured module search path = ['/home/xxxx/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.6/site-packages/ansible
  executable location = /usr/local/bin/ansible
  python version = 3.6.8 (default, Apr  2 2020, 13:34:55) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
CONFIGURATION
DEFAULT_FORKS(/home/xxxx/ansible.cfg) = 10
DEFAULT_HOST_LIST(/home/xxxx/ansible.cfg) = ['/home/xxxx/hosts']
DEFAULT_STDOUT_CALLBACK(/home/xxxx/ansible.cfg) = yaml
RETRY_FILES_ENABLED(/home/xxxx/ansible.cfg) = False
OS / ENVIRONMENT

CentOS Linux release 7.4.1708 (Core

STEPS TO REPRODUCE
- name: Configure link speed for Eth1/1
  onyx_interface:
    name: Eth1/1
    speed: 200G
EXPECTED RESULTS

Interface should be configured.

ACTUAL RESULTS

Task failure.

failed: [x.x.x.x] => changed=false 
  interface: 1/1
  msg: 'value of speed must be one of: 1G, 10G, 25G, 40G, 50G, 56G, 100G, got: 200G
@mariolenz
Copy link
Contributor

mariolenz commented Oct 12, 2022

This collection is currently unmaintained, so nobody will work on your issue. See ansible-community/community-topics#136 for more information.

If you're interested in mainting this collection yourself, please read the maintainer guidelines and let us know if you want to take over on Matrix: #community:ansible.com or on irc.libera.chat: #ansible-community.

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