-
Notifications
You must be signed in to change notification settings - Fork 23
Resync with Caracal #1686
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
Closed
Closed
Resync with Caracal #1686
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
…pc/2024.1 Bump kolla to stackhpc/18.6.0.8
Fix Neutron endpoint used in Octavia OVN provider
Fix whitespace issues
fix: add missing `openbao` distribution
* Check Kayobe version playbook * Fix pipefail * Ignore linter * Include tag option * Hook for overcloud host upgrade * Check on control host upgrade * Include remaining hooks * Clarify fail message for unexpected current versions * Kolla-Ansible version check playbook * Add pip 24 precheck * Kolla-Ansible check hooks * service upgrade hook * s/latest/expected/g * Fixup Reno * Add hook for host configure * Include option to skip in config * Make linter happy * Ensure commit hash is not empty * Update links * Fix playbook lint * Apply suggestions from code review Co-authored-by: Alex-Welsh <[email protected]> --------- Co-authored-by: Alex-Welsh <[email protected]>
…licate-metrics Fix duplicate metrics from radosgw_usage_exporter
CI: Remove Ubuntu OVS, add RL9 OVS upgrade cases
…e/stackhpc/2024.1 Bump kolla-ansible to stackhpc/18.6.0.9
…pc/2024.1 Bump kolla to stackhpc/18.6.0.9
Even though the variable ``gpu_group_map`` has default value of {} defined at stackhpc-compute.yml, it can be set to anything by users. Therefore, Using dict2items filter with it can cause unexpected templating error. Fixing this by setting {} as a default of ``gpu_group_map`` before using dict2items filter. So even if ``gpu_group_map`` becomes undefined for some reason, it doesn't fail in run time.
Fix PCI passthrough default templates
CI: Replace next_nth_usable with FQCN
…24.1 CI: Replace next_nth_usable with FQCN (cherry-pick #1649)
This workflow currently runs in any customer repository hosted on GitHub. Restrict this workflow to stackhpc like the other ones.
CI: Avoid dependency updates in forks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ansible
Ansible playbooks
documentation
Improvements or additions to documentation
size: l
workflows
Workflow files have been modified
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.
Includes CI changes + fixes