-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: merge xena #475
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: merge xena #475
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
Contributor
markgoddard
commented
Apr 12, 2023
- Fix smartmon script
- Add support for manila in multinode
- Add documentation for multinode manila
- Fix temperature graph on hardware overview dash
- Split cephadm_commands into pre and post
- Update documentation for Manila and Ceph
- CI: Add a push flag to kolla container image build workflow
- CI: Generate Kolla tag in advance
- CI: Drop permissions for container image build job
- CI: Support building multiple container image distros in parallel
- CI: Drop permissions for package promote job
- docs: fix typo
- Remove write-kolla-tag.yml custom playbook & hooks
- CI: Add Rocky Linux 9 to Kolla container build workflow
Fixes the smartmon script to detect SMART info values regardless of their case. Previously, this would lead to wrongly formatted .prom files resulting in node_exporter failing to parse them.
Sync wallaby into xena
Fix smartmon script
Supports Manila in the ci-multinode environment using the CephFS native backend. Configuration is automatic based on the Kolla variables to enable manila and the backend. Also moves cephadm-commands to run after other tasks so that the commands can reference objects created earlier on.
Fixes the hardware overview dashboard to use the correct metric for displaying drive temps. Now uses an `or` to display whichever metric is compatible with the drives in the system. The two metrics are temperature_case_raw_value and temperature_celsius_raw_value.
Split `cephadm_commands` into `cephadm_commands_pre` and `cephadm_commands_post` commands. This allows the user to run commands that must be executed before the rest of the post-deployment configuration, as well as commands that rely on resources created by the post-deployment config.
Add support for manila in multinode
Update documentation for Manila and Ceph
Fix temperature graph on hardware overview dash
This ensures we use the same tag for seed & overcloud images.
docs: fix typo
It is no longer necessary since we generate a tag in advance.
Allow building multiple container distros simultaneously
Testing new build workflow: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/4679506391 |
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.