Closed RemcoAA closed 1 month ago
HI @RemcoAA,
The issue occured on Velos or rSeries or both?
rSeries
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1662.
Hello, this issue has been fixed and available in the daily builds.
I have not yet tested the daily build but just now noticed that the "lag_type": "lacp" option does not work. The lags are created as lag_type = static.
Is this a known issue otherwise, I will raise another issue?
I checked on VELOS v1.7 and rSeries v1.8, it creates lags with type LACP. Did you notice on rSeries or VELOS? And which version please?
rSeries running v1.7.0-8741
I'll check and let you know
Hello @RemcoAA , I checked on v1.7.0-8741 and it correctly created a lag of type 'lacp'.
Which version of the module are you using? I am still using v1.11 and to have this one working the lag name should already be there. So when I manual create this with only the correct name and the reset default (type-static) and run the playbook this is the output.
TASK [f5os-base-config : Create LAG] ****
task path: /Users/xxx/ansible/roles/f5os-base-config/tasks/main.yaml:55
changed: [
As you can see it should change the type to LACP but on the device the interfaces and vlans are added but the type is still static.
Is the issue occurring when updating and existing LAG?
Yes and due to this bug the module only works for updates.
I see, the issue is coming when updating a static LAG to lacp, we'll work on it can you open a new issue, please.
COMPONENT NAME
f5networks.f5os.f5os_lag
Environment
ANSIBLE VERSION
F5OS VERSION
CONFIGURATION
OS / ENVIRONMENT
N/A
SUMMARY
Creating a new LAG fails with the following error:
But when manually creating a LAG with the desired name the modules works fine is changing the LAG conform the Ansible playbook.
STEPS TO REPRODUCE
Without any LAG config present the playbook fails but when a LAG with the same name is present the module works fine. Also tested version 1.9.0 and 1.10.0 and both have the same issue.
EXPECTED RESULTS
LAG should be created wihtout errors
ACTUAL RESULTS