-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vnet provision -> false #980
Vnet provision -> false #980
Conversation
CosmosDB test region workaround (#896)
reset failed provisioning in case the outcome changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was able to test FailedProvisioning state successfully!
Can you just add the new err to the list for InvalidAddressPrefixFormat
? Found this new err while testing.
Then LGTM :)
Feel free to merge, @WilliamMortlMicrosoft ! Created an issue and PR for this bug I found here :) #996 |
} | ||
catchUnrecoverableErrors := []string{ | ||
errhelp.NetcfgInvalidIPAddressPrefix, | ||
errhelp.NetcfgInvalidSubnet, | ||
errhelp.NetcfgInvalidVirtualNetworkSite, | ||
errhelp.InvalidCIDRNotation, | ||
errhelp.InvalidRequestFormat, | ||
errhelp.InvalidAddressPrefixFormat, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@melonrush13 added the error here! :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested again and LGTM!
closes #709
closes #997
Sets provisioning to false when the vnet creation process hasnt started and there's a requeue
Also implements the FailedProvisioning flag properly for when ending reconciliation due to failure
Gif is in honor of Max who continues to improve :-)