forked from kubernetes-sigs/cluster-api-provider-openstack
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend trunk configuration to port level in machineset
With the introduction of new technologies, like SR-IOV, it is required that the user have the ability to configured trunked and not-trunked ports for the same machines using spec.ports.trunk. - Extended trunk support needed check to cover spec.port and spec.network - Makes ports inherit trunk setting from spec.Trunk if not specified. - Refactored trunking to its own function. Trunk name matches port name - Added trunking to spec.ports OSASINFRA-2504 Co-authored-by: Martin André <[email protected]>
- Loading branch information
1 parent
53eddee
commit 530bc77
Showing
2 changed files
with
65 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters