-
Notifications
You must be signed in to change notification settings - Fork 23
Sync caracal antelope #1235
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
Sync caracal antelope #1235
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
These are causing changes to docker overlay filesystems with possible unintended consequences. It is also really slow to loop through so many files in ansible. (cherry picked from commit 0d1dfe2)
zed: yoga merge
By default the 'Run tempest' task has no_log set to avoid revealing sensitive data. This does not apply in CI, and makes it difficult to debug failures. (cherry picked from commit 8384dc4)
CI: Allow logging of Rally/Tempest
Fixes CVE-2024-40767 [1] with updated container images for Nova services. [1] https://security.openstack.org/ossa/OSSA-2024-002.html
CI: Bump AIO root volume size to 40GB
This is necessary to address OSSA-2024-002 [1] until patches are merged upstream. [1] https://security.openstack.org/ossa/OSSA-2024-002.html
Build nova from our fork
molly-guard can be used to prevent accidental reboots, prompting the user to input the system's hostname before allowing a reboot. This does not work well with automation, however. This change adds the internal reboot executable within molly-guard to the search path to avoid this issue.
yoga: Fix reboot hang on systems with molly-guard, add timeout variable
These can be used to enter and exit maintenance for Ceph hosts.
yoga: Stop changing permissions on files in CIS
If we have the CIS hardening hook enabled and run a command such as the following: kayobe overcloud host configure -t foo where 'cis' is not in the specified tags, we see the following error: PLAY [Security hardening] ***************************************** TASK [include_role : ansible-lockdown.rhel9_cis] ****************** fatal: [controller-01]: FAILED! => msg: |- The conditional check 'ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '9'' failed. The error was: error while evaluating conditional (ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '9'): 'dict object' has no attribute 'os_family'. 'dict object' has no attribute 'os_family' The error appears to be in 'etc/kayobe/ansible/cis.yml': line 35, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - include_role: ^ here This is because the include_role task has the 'always' tag, so runs despite no facts having been gathered. The always tag is not required for this task - specifying the 'cis' tag causes the role to be included. This change fixes the issue by removing the always tags from these tasks.
Defining set of special characters to omit "`" and "'" which leads to issues More description: #1226
CIS: Remove always tag from include_role tasks
Allow reboot playbook to run with bootstrap user
Fixing wazuh password generation
Make linter happy
2023.1: zed merge
2023.1: Bump Ceph collection, add Ceph maintenance playbooks
Add RabbitMQ Quorum queue migration playbook
679edee
to
fa2995e
Compare
markgoddard
approved these changes
Aug 20, 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.
No description provided.