-
Notifications
You must be signed in to change notification settings - Fork 23
2024.1: 2023.1 merge #1242
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
2024.1: 2023.1 merge #1242
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
Aug 22, 2024
- aufn/ceph: Update tenks.yml storage allocation
- aufn/ceph: Change default storage capacities
- fix: typo in playbook run command
- Bump kayobe automation
- CI: Add multinode workflow
- CI: Fix loss of number type when calling reusable workflow
- Make fix-hostname playbook more generic
- magnum-capi-helm: bump to 1.1.0
- Add diagnostics.sh
- Add diagnostics.yml playbook
- CI: Collect diagnostic information at end of aio jobs
- CI: Add SSH key to .ssh for synchronize module in diagnostics.yml
- CI: Fix previous version in multinode.yml for Caracal
zed: yoga merge
fix: typo in playbook run command
Bump kayobe automation
This change adds a GitHub workflow to deploy a multinode test cluster using a workflow dispatch (manual) trigger.
Add a workflow to create multinode clusters on demand
The workflow_dispatch break_duration input has a type of 'number', but this somehow gets lost when calling the reusable workflow. We see the following error: The template is not valid. .github/workflows/stackhpc-multinode.yml (Line: 64, Col: 23): Unexpected value '60' This issue is described in https://github.com/orgs/community/discussions/67182. We use the fromJSON workaround in the thread.
CI: Fix loss of number type when calling reusable workflow
aufn/ceph: Update tenks.yml storage allocation
magnum-capi-helm: bump to 1.1.0
Work around Rocky OVN Caracal bug for upgrade job
This is a copy of roles/kayobe-diagnostics/files/get_logs.sh in Kayobe. (cherry picked from commit 36dc6d1)
This playbook runs a script that collects diagnostic information from hosts. The diagnostics are aggregated to a directory (diagnostics_path_local/inventory_hostname) on localhost. NOTE: The diagnostic information contains sensitive information such as passwords in configuration files. (cherry picked from commit 03bf7f0)
Use the new diagnostics.yml playbook. (cherry picked from commit 834110b)
yoga: Backport diagnostics collection
markgoddard
commented
Aug 22, 2024
4aa1227
to
a0b2f0f
Compare
It is not an official Kayobe variable, so doesn't have a default.
a0b2f0f
to
0729994
Compare
Alex-Welsh
approved these changes
Aug 22, 2024
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.