-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The OVN packages in Ubuntu Yoga UCA repository are quite old - 22.03. This version does not work with OVN native DHCP for external (bare metal/SR-IOV) ports. We see the following warning in OVN controller logs: Syntax error at `next_server' expecting DHCPv4 option name. Pull in these packages from the Zed UCA, which are 22.09, to more closely match the CentOS packages.
- Loading branch information
1 parent
3890414
commit fe13512
Showing
3 changed files
with
28 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Updates OVN containers to include OVN version 22.09. | ||
fixes: | ||
- | | ||
Fixes an issue with DHCP for OVN external (bare metal or SR-IOV) ports. | ||
This requires OVN services to be redeployed. |