-
Notifications
You must be signed in to change notification settings - Fork 23
Merge zed antelope #997
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
Merge zed antelope #997
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
The kayobe-env script does not update the KOLLA_SOURCE_PATH and KOLLA_VENV_PATH variables if they are already set. This can lead to dangerous and difficult to diagnose issues where Kayobe uses a different version of Kolla Ansible than expected. This change updates these variables each time the kayobe-env script is sourced. Change-Id: I3b4b0b611750b9c7846ff5f74554aee2f14939e4 Closes-Bug: #2036711 (cherry picked from commit 651b8be)
Synchronise with kayobe @ 32b12be953d0c2f60970a95b82d0ebf846d0f86f. Change-Id: Ib4b75c084820f16ce245c1e1c50f10ccb2083537
Change-Id: Ibd47c684580d35f58b0b715eab2e5110d17bb69a
When running the kayobe-automation CI on a Zed/Antelope cloud running Ubuntu host images, the kolla tags to templated incorrectly. For example, a Jammy host gets ``kolla_base_distro_and_version = rocky-jammy``. This is caused by Kayobe's ``globals.yml`` template (``ansible/roles/kolla-ansible/templates/kolla/globals.yml``) setting ``kolla_base_distro_version`` based on Kayobe's variable of the sam name, which references ``os_version``. We can avoid this by explicitly using facts for the version in SKC's ``globals.yml`` template.
Co-authored-by: Mark Goddard <[email protected]>
zed: yoga merge
A Rocky Linux 9 base image is required for Zed onwards.
zed tempest docs
Fix libvirt error for tenks on Rocky Linux 9
Skip docker registry login by default, login only when pulp is deployed
Override kolla_base_distro_version
5.2.1 version was released with shebang fix [1]. [1]: TerryHowe/ansible-modules-hashivault@f1d30f1
Switch ansible-modules-hashivault back to upstream
Adding the known issue with Opensearch to the upgrading docs from the 2023.1 docs.
Update upgrading docs to include Opensearch issue
Trivy scanning on container image build --------- Co-authored-by: k-s-dean <[email protected]> Co-authored-by: Matt Anson <[email protected]> Co-authored-by: Alex-Welsh <[email protected]>
The `ceph_cluster_total_objects` metric was removed several releases ago [1]. Use `ceph_pool_objects` which provides per-pool metrics. [1] ceph/ceph-ansible#6032
Fix Ceph "Objects in the Cluster" dashboard panel
Fix Tempest doc long line
yoga: merge upstream unmaintained/yoga
The raw tags cause ``ssl_ca_crt_file`` to be templated without a newline on the end. This would give the following misconfiguration: ``` use_ssl = True ssl_ca_crt_file = <openstack_cacert_path>approle_role_id = <approle_role_id> approle_secret_id = <approle_secret_id> ```
Fix Jinja templating in Barbican Vault config
Run OVN playbook without limit during upgrade
Merge yoga zed
markgoddard
approved these changes
Mar 19, 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.