dellemc.os10 icon indicating copy to clipboard operation
dellemc.os10 copied to clipboard

os10_portgroup request

Open bas-1988 opened this issue 1 year ago • 3 comments

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

bas-1988 avatar Feb 14 '24 13:02 bas-1988

Hi @bas-1988, sure we will check and create and verify accordingly.

prasadapr avatar Feb 14 '24 17:02 prasadapr

Thank you, let me know if you need more information or help

bas-1988 avatar Feb 15 '24 09:02 bas-1988

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

mgariepy avatar Mar 25 '24 15:03 mgariepy