-
Notifications
You must be signed in to change notification settings - Fork 23
fix: typo in playbook run command #1231
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
Conversation
Build Horizon from stackhpc fork
Q2 2024 zed security patch
Update Wazuh docs
This change adds a new playbook, stackhpc-openstack-tests.yml, that uses the new stackhpc-openstack-tests repository to perform testing of the deployment that is not covered by Rally or Tempest. Currently this includes Prometheus and OpenSearch. The all-in-one CI test has been updated to run this new test suite, and the results are included in the test results artifact.
Previously an erroneous 'False' was appended to the artifact name.
AIO Improvements
zed: yoga merge
This fixes failures of the Kolla image build GitHub workflow.
CI: Pin requests below 2.32.0
This brings in a useful idempotency fix for Vault deployment.
This change modifies the overcloud HashiCorp Vault playbooks to use the local Vault service rather than via HAProxy. This makes it possible to deploy and use Vault without HAProxy. This eliminates the previous bootstrapping issue where HAProxy needed to be deployed without TLS enabled while generating initial certificates. To make this work in environments with a proxy configured, https_proxy is overridden.
In the previous HAProxy config for Vault, 200, 501 and 503 were treated as healthy. This allowed for bootstrapping Vault via HAProxy, but made standby backends appear as unhealthy, leading to a Prometheus alert. We no longer bootstrap Vault via HAProxy, so we can treat 200 (active) and 429 (standby) as healthy. Co-Authored-By: Dawud Mehmood <dawud@stackhpc.com>
Typically the certificate is only valid for the FQDN. This will not cause a problem usually because the internal API generally uses the VIP directly rather than an FQDN.
The overrides were for Yoga, and aren't required for Antelope.
docs: Update release train image
They're encrypted automatically now: #1171
Remove docs to encrypt wazuh secrets
Magnum CAPI docs update
Bump up Hashicorp collection version
rocky: update ovn to 24.03 (LTS) and OVS to 3.3
Defining set of special characters to omit "`" and "'" which leads to issues More description: #1226
Allow reboot playbook to run with bootstrap user
Fixing wazuh password generation
Make linter happy
2023.1: zed merge
@jackhodgkiss could you target this at Yoga first then we'll merge it up |
Any reason why? Most PRs open are against |
In general new features go to antelope, fixes go to yoga |
You don't need to close the pull request, you can force push and target |
No description provided.