You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #489 from abays/hci_va_network_reorg
Decouple VA1 network stage from control plane stage
This removes the networking components...
MetalLB
NetConfig
Net-attach-def
...from the control plane stage of VA1 and gives them their own separate stage in between the NNCP stage and the control plane stage. This is needed for the UniGamma adoption job, which relies upon this VA. They want to create the NNCPs, MetalLB CRs, NetConfig CR and Net-attach-defs, but do NOT want to create the OpenStackControlPlane. Now they can do so by creating an automation file with only two stages, one for NNCPs and the other for the other networking components.
I have tested this in my local env and the VA deployed successfully via CIFMW.
Reviewed-by: Andrew Bays <[email protected]>
Reviewed-by: Harald <[email protected]>
Reviewed-by: John Fulton <[email protected]>
0 commit comments