-
Notifications
You must be signed in to change notification settings - Fork 49
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
os10_interface does not provide for setting individual flowcontrol modes #111
Comments
Update:Granted the issue can be rectified via a direct task overwrite using os10_config:
However this workaround makes the playbook less scale-able for larger operations involving leaf-spine architecture. I still consider updating the role to allow for flow control multi-line variance, value-added work. |
@G3rmN3rd, thanks for the complete details. we can achieve the good scale-able for larger operations using the below playbook. Find the playbook for the reference: root@UBUNTU18-VM-38-024:~/os10_collections# cat OS10_flowcontromodes_issue-111.yaml
|
Find the device Output and execution logs: Device side configuration before applying the playbook:
Playbook execution log:
Device side configuration after playbook execution:
|
Maybe its my lack of understanding of Ansible, but I was hoping to be able to configure each switch as a role file. Can OS10_Config be used in that capacity? |
@G3rmN3rd, you are asking using OS10_Config, are we able to configure multiple switches/devices? |
When will this limitation be fixed, it's not really appropriate to have to use multiple roles to do this simple setting |
Hello, I would also like to see this limitation fixed. last update was over a year ago. As I'm new to Github, I'm not sure who's looking into this stuff. is it possible for myself to suggest a change under the role configuration? Surely It can't be harder than changing it to this?
To:
Var file:
|
SUMMARY
When using the os10_interface role, the flowcontrol.mode does not adhere to YAML syntax rules if you need to configure differing flow control modes.
ISSUE TYPE
COMPONENT NAME
os10_interface role
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Dell S5348F-ON, OS10 v10.5.2.
STEPS TO REPRODUCE
[Project Directory]
[hosts]
[vxleaf-setup.yml]
[host_vars file Try 1]
I have also tried:
[host_vars file Try 2]
[With host_vars file Try 1]
[With host_vars file Try 2]
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: