dellemc.os10
dellemc.os10 copied to clipboard
os10_portgroup request
We are really wanting to have a role for port-groups.
e.g.
os10_port_group:
port-group 1/1/1
mode: 10g-4x
port-group 1/1/2
mode: 25g-4x
{% if os10_port_group is defined and os10_port_group %}
{% for port-group in os10_port_group.keys %}
{% if port-group.mode is defined and port-group.mode %}
{{ port-group }}
mode Eth {{ port-group.mode }}
{% endif %}
{% endif %}
{% endfor %}
Could you please create something like this
Hi @bas-1988, sure we will check and create and verify accordingly.
Thank you, let me know if you need more information or help
would be nice if it would auto-detect the configuration needed either port-group or breakout depending on the switch there are already support for breakout in interface role. https://github.com/ansible-collections/dellemc.os10/blob/master/roles/os10_interface/templates/os10_interface.j2#L55-L67