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

Auth token will fail for multi-se deployment #18

Open
tstrupp opened this issue May 5, 2021 · 0 comments
Open

Auth token will fail for multi-se deployment #18

tstrupp opened this issue May 5, 2021 · 0 comments

Comments

@tstrupp
Copy link

tstrupp commented May 5, 2021

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.

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

1 participant