Closed MarkOtii76 closed 3 years ago
@MarkOtii76 Other configurations are skipped based on the assumption that breakout will eventually make the interface name invalid and create new interfaces. As a workaround you can do fanout using os10_config module as below and keep the interface configs to os10_interface role.
- os10_config:
commands:
- interface breakout 1/1/15 map 40g-1x
- interface breakout 1/1/13 map 40g-1x
- interface breakout 1/1/14 map 40g-1x
I understand this includes some additional steps. We will try to come up with better approach for breakouts.
SUMMARY
When configuring interfaces of some Dell S4112F-ON and Dell S4148F-ON the remaining config keys (e. g. interface description) where not applied, when the key 'fanout' is used.
ISSUE TYPE
COMPONENT NAME
dellemc.os10.os10_interface
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Target Version of OS Version: 10.5.2.0P1 and 10.4.3.4
STEPS TO REPRODUCE
EXPECTED RESULTS
I am expecting the description on the interface after play ...
ACTUAL RESULTS
... but no configuration of the description happened.