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

os10_portgroup request #165

Open
bas-1988 opened this issue Feb 14, 2024 · 3 comments
Open

os10_portgroup request #165

bas-1988 opened this issue Feb 14, 2024 · 3 comments

Comments

@bas-1988
Copy link

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

@prasadapr
Copy link
Collaborator

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

@bas-1988
Copy link
Author

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

@mgariepy
Copy link

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

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

3 participants