-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: xena merge #355
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
Merged
Merged
yoga: xena merge #355
Conversation
This file contains hidden or 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
Member
priteau
commented
Jan 25, 2023
- Add cephadm_commands placeholder variable
- Update magnum_tag
- Update magnum_tag
- Add releasenote
- Add releasenote
- Update doc/source/configuration/cephadm.rst
- Update example
- fix pep8 syntax check
- RabbitMQ: fix HA rollout docs
- docs: RabbitMQ HA: add known issues section
- Use Rocky 8.7 repositories
- Add releasenote
- Patch edk2-ovmf file to fix UEFI support
- Deploy Nova images with edk2-ovmf UEFI fix
- CI: Workaround container image builder power cycle issue
- Fix small nits with existing release notes
- Add release note for UEFI instance launch issues
- Small fix to rabbit docs
- Bump nova tag for Xena
Support for this feature was added in #290. This adds a variable and some documentation to raise awareness of its existence.
(cherry picked from commit ee30588)
(cherry picked from commit ee30588)
Co-authored-by: Mark Goddard <mark@stackhpc.com>
Update magnum_tag
Update magnum_tag
Updating the example based on feedback from the code review. The previous example applied configuration that would have been better applied using the cephadm role. We don't want to encourage such usage.
(cherry picked from commit 7af94d9)
Add cephadm_commands placeholder variable
xena: wallaby merge
Xena: fix RabbitMQ HA rollout docs
The file 50-edk2-ovmf-cc.json is used by Nova in get_loader() when lauching UEFI instances without Secure Boot. It only supports machine type pc-q35-rhel8.5.0. However, with recent nova-compute container images built on CentOS Stream 8, the machine type is pc-q35-rhel8.6.0, which results in failures to launch instances with: nova.exception.UEFINotSupported: UEFI is not supported There is a fix for RHEL9/c9s [1], but not for RHEL8/c8s. Also see [2] for more details. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2090752 [2] https://bugs.launchpad.net/nova/+bug/1955035
Patch edk2-ovmf file to fix UEFI support
See #339 for context.
Use Rocky Linux 8.7 repositories
While not pretty, this workaround avoids manual intervention after the runner is power cycled. Co-Authored-By: Pierre Riteau <pierre@stackhpc.com>
CI: Workaround container image builder power cycle issue
Small fix to rabbit docs
Deploy Nova images with edk2-ovmf UEFI fix
markgoddard
approved these changes
Jan 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.