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

key:value vxlan_subnet is being populated when skip_creating_vxlan = true #80

Closed
TP-87 opened this issue Nov 18, 2020 · 3 comments · Fixed by #86
Closed

key:value vxlan_subnet is being populated when skip_creating_vxlan = true #80

TP-87 opened this issue Nov 18, 2020 · 3 comments · Fixed by #86
Assignees
Labels
bug Bug

Comments

@TP-87
Copy link

TP-87 commented Nov 18, 2020

When I have no value for vxlan_subnet due to skipping the creation, I can see that it appears that a vxlan subnet has been created anyway with vxlan_subnet = "192.168.1.0/24"

I can see that the segment has not been created so seems to just be a value populated on the backend that is now being pulled in the code the issue is that because we don’t have that value in our code the resetting this value to “null” is forcing a replacement of the sddc - vxlan_subnet = "192.168.1.0/24" -> null # forces replacement

This same config worked without issues when using version 1.3

@saloneerege saloneerege self-assigned this Nov 18, 2020
@saloneerege saloneerege added the bug Bug label Nov 18, 2020
@saloneerege
Copy link
Contributor

Thanks for reporting this issue. I will look into it.

@shylasrinivas
Copy link
Contributor

@TP-87 fix for this issue is now available in the latest release v1.5.0

Copy link

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug
Projects
None yet
3 participants