You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are deploying more than one SE in a non-cloud managed deployment, the auth token requests will fail as it only generates one token throughout the job for all SE's. To bypass this, you have to comment out when: se_autoregister in the ansible-role-avise-vmware/tasks/main.yml
name: Avi SE | VMware | Autoregistration
include: autoregistration.yml
#when: se_autoregister
As each SE has a unique auth token, this should be considered a bug.
The text was updated successfully, but these errors were encountered:
If you are deploying more than one SE in a non-cloud managed deployment, the auth token requests will fail as it only generates one token throughout the job for all SE's. To bypass this, you have to comment out when: se_autoregister in the ansible-role-avise-vmware/tasks/main.yml
include: autoregistration.yml
#when: se_autoregister
As each SE has a unique auth token, this should be considered a bug.
The text was updated successfully, but these errors were encountered: