Skip to content
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

Merged
merged 20 commits into from
Apr 23, 2020
Merged

Vnet provision -> false #980

merged 20 commits into from
Apr 23, 2020

Conversation

WilliamMortlMicrosoft
Copy link
Contributor

@WilliamMortlMicrosoft WilliamMortlMicrosoft commented Apr 22, 2020

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 :-)

EquatorialLivelyFulmar-size_restricted

@WilliamMortlMicrosoft WilliamMortlMicrosoft added enhancement high-priority Issues we intend to prioritize (security, outage, blocking bug) labels Apr 22, 2020
@WilliamMortlMicrosoft WilliamMortlMicrosoft self-assigned this Apr 22, 2020
melonrush13
melonrush13 previously approved these changes Apr 23, 2020
Copy link
Contributor

@melonrush13 melonrush13 left a 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 :)

@melonrush13
Copy link
Contributor

melonrush13 commented Apr 23, 2020

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,
Copy link
Contributor Author

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! :-)

Copy link
Contributor

@melonrush13 melonrush13 left a 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!

@WilliamMortlMicrosoft WilliamMortlMicrosoft merged commit 2194394 into Azure:master Apr 23, 2020
@WilliamMortlMicrosoft WilliamMortlMicrosoft deleted the vnetProvision branch April 23, 2020 22:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
high-priority Issues we intend to prioritize (security, outage, blocking bug)
Projects
None yet
2 participants