Closed 2uasimojo closed 2 months ago
/assign @dlom
/hold for testing
/lgtm
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.90%. Comparing base (
bf09298
) to head (61ce64f
). Report is 10 commits behind head on master.
Eh, I don't trust it.
/test e2e
Oh, dangit, that was the wrong one. But okay.
/hold cancel
QE checks out.
@dlom ready for re-stamping!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: 2uasimojo, dlom
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@2uasimojo: all tests passed!
Full PR test history. Your PR dashboard.
Add networking fields to the Azure MachinePool API:
MachinePool.Spec.Platform.Azure.NetworkResourceGroupName will end up in MachineSet.Spec.Template.Spec.ProviderSpec.Value.NetworkResourceGroupName... unless VirtualNetwork is unspecified, in which case the ResourceGroup is used. (This logic lives in the upstream installer code and is accurate at the time of this writing 😇)
MachinePool.Spec.Platform.Azure.ComputeSubnet will end up in MachineSet.Spec.Template.Spec.ProviderSpec.Value.Subnet.
MachinePool.Spec.Platform.Azure.VirtualNetwork will end up in MachineSet.Spec.Template.Spec.ProviderSpec.Value.Vnet.
The MachinePool API field names are taken from their install-config.yaml equivalents.
HIVE-2582