-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Currently the switch_config role of ci-framework is not able to work with interface aggregation (required by MQ scenario) and got errors like this [0]:
TASK [switch_config : Set aggregation for the interface config={{ interface_config | from_yaml }}, state=replaced] *** Wednesday 13 November 2024 12:11:53 -0500 (0:00:01.999) 0:03:10.016 **** skipping: [nfv_private_sw02] fatal: [nfv_private_sw06]: FAILED! => changed=false module_stderr: 'b''error: mgd: Setting mtu on ae child device is not allowed\nerror: mgd: Setting mtu on ae child device is not allowed\nerror: mgd: Setting mtu on ae child device is not allowed\nerror: mgd: Setting mtu on ae child device is not allowed\nerror: configuration check-out failed: (statements constraint check failed)''' module_stdout: '' msg: |- MODULE FAILURE See stdout/stderr for the exact error
That error was raised using this cofiguration file.
The same configuration can be loaded without errors using this playbook from ansible-nfv repository (used in RHOS 17).