-
Notifications
You must be signed in to change notification settings - Fork 657
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
add NM_CONTROLLED=no to Azure network script #1457
Conversation
Hey gossion! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Hi @cppforlife, can you help to merge this PR? it is for Azure multiple network interfaces. |
@ljfranklin, @cunnie: any reason we shouldn't be merging this? |
@dpb587-pivotal at a quick glance, @cunnie doesn't think this would cause any issues. However, he hedged his bets by saying he "could be wrong" :) |
Hi @ljfranklin and @cunnie, we found the issue on Azure and the fix is only on Azure. See more detail in link. |
@gossion Could you update your PR for the conflicts? |
15259fc
to
faaa18e
Compare
@ljfranklin This will cause the VM cannot be provisioned successfully when multiple NICs are enabled on Azure. It will cause the BATs failure. Please see below logs. It is a block issue when we are enabling BATs against centos stemcell in Azure CPI pipeline.
|
cc @zaksoup, new CPI team anchor |
Closing - stemcell-related code has moved to cloudfoundry/bosh-linux-stemcell-build. Feel free to fix the mentioned multiple NICs issue and submit a new pull request there when ready. |
Fixes the issue that Azure CentOS VM can't be created when it has multiple dynamic NICs.