-
Notifications
You must be signed in to change notification settings - Fork 62
Release 2025.3.1 #1237
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
Release 2025.3.1 #1237
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
…1027) This change will now pull images from genestack-images by default, which is now maintaining enterprise ready images. Signed-off-by: Kevin Carter <[email protected]>
Adding freezer images to genestack repo so that we can use these images to setup freezer.
Signed-off-by: Kevin Carter <[email protected]>
) This will ensure that the lifecycle of the pods has a consistent install and upgrade experience. Signed-off-by: Kevin Carter <[email protected]>
The shared secret for horizon is now properly configured and referenced
Signed-off-by: Kevin Carter <[email protected]>
* fix: only define values we are overriding * fix: whitespace
* Exempted wlp wireless interfaces from rx/tx queue changes * Doc fix for envoyproxy
…1081) * fix: cinder service mapping in skyline configuration * feat(policy): allow readers to retrieve flavor profiles in Octavia
We were using push secret which was not deleting old keys so swited back to fernet-sync.
Signed-off-by: Jorge Perez <[email protected]>
Signed-off-by: Kevin Carter <[email protected]>
* docs: add how-to for enovy security policies Signed-off-by: Jorge Perez <[email protected]> * fix: updated docs to correct bad yaml formatting in yaml example Signed-off-by: Jorge Perez <[email protected]> --------- Signed-off-by: Jorge Perez <[email protected]>
Modified Ceilometer overrides to send router events to Gnocchi for processing by Flex-Billing.
Adding blazer image to genestack repo so that we can use this image to setup blazer.
Aligns override structure with the base chart by moving lifecycle settings to the `pod` section. This fixes an issue where overrides were not being applied. Signed-off-by: Chanyeol Yoon <[email protected]>
It enables static vendordata and adds related resources.
* fix: Fix typo in Alertmanager route Renames 'custom-alertmanger-gateway-route' to 'custom-alertmanager-gateway-route'. Signed-off-by: Chanyeol Yoon <[email protected]> * fix: (yamllint) correct indents --------- Signed-off-by: Chanyeol Yoon <[email protected]> Co-authored-by: Chanyeol Yoon <[email protected]>
) This is a follow-up PR that further isolates host-setup multipath for compute nodes. It ensures multipath is disabled for block nodes and that no multipath.conf file is overwritten on block nodes. Additionally, documentation has been revised to reflect that custom_multipath only pertains to compute nodes in the inventory.yaml file. Any reference to using multipath for LVM should condition people to think about two interfaces on the storage node; hence, the inventory.yaml variable 'storage_network_multipath' being used in the block nodes section. Block nodes ONLY need iscsid running with tgtadm package installed. NO multipathd.service should be running/enabled on block nodes. A complimentary PR will be made to flex-host-baseline to ensure the correct variables are set in all inventory.yaml files. # Please enter the commit message for your changes. Lines starting
* feat: Adding octavia worker port creation in octavia preconf updated versions of octavia helm chart require ports created for the worker nodes as well as the health managers. I've simply duplicated the port creation as this may be something we yank out if/when octavia helm decides to make it optional. * fix port yaml naming * Add missing secgrp name (cherry picked from commit 4711953)
(cherry picked from commit 599ac8d)
* Fix: Added docs for upgrades * Update 2024.1-to-2025.1.md (cherry picked from commit b35ec7c)
Signed-off-by: Kevin Carter <[email protected]> (cherry picked from commit ea4dc45)
* Fix: Updated ye Yaml editor has been improved to pull the values.yaml from the helm chart as well as apply the base yaml from genestack and pull in the overrides file. Then save changes to overrides file * Update ye - pre-commit(3.10) fix * Update ye - pre_commit round 2 * Update ye - black fix * Fix: Added version control * Update ye black - fix (cherry picked from commit a226323)
* feat: add new policy updates for octavia failover This change updates the octavia policy so that failover can be handled by both an admin and an end-user. This will empower users to be able to resolve operational issues with loadbalancers when they pop-up. > This was a feature request that came from spot. Signed-off-by: Kevin Carter <[email protected]> * feat: updated glance policy This change will ensure that users are not able to download images that we publish. The policy update will allow users to download their images, but not any image that is currently public. This change also ensures that the setting show_image_direct_url is disabled. While this option has a default value of false and is undefined in openstack-helm, we are making this option explicit. Signed-off-by: Kevin Carter <[email protected]> --------- Signed-off-by: Kevin Carter <[email protected]> (cherry picked from commit a8588ad)
Signed-off-by: Kevin Carter <[email protected]> (cherry picked from commit 7e214cd)
* fix: Update lab script with more configurability options (cherry picked from commit 62d4e0c)
(cherry picked from commit bb841cd)
yq must be upgraded be in sync with the printf command during the openstack-exporter install instructions which use an updated command line (cherry picked from commit 0530eac)
…1193) Signed-off-by: Kevin Carter <[email protected]> (cherry picked from commit 07d47e4)
PY3.13 needs an updated pip requirement and Debian Trixie needs the package software-properties-common removed because it no longer exists. Signed-off-by: Kevin Carter <[email protected]> (cherry picked from commit b16f489)
* feat: Adding Redis Replication cluster and Sentinel monitoring * update redis script wih execute perms (cherry picked from commit 1e6228c)
* feat: Updating Octavia to use v2 jobboard features * Updating octavia images and kustomize (cherry picked from commit a77f960)
(cherry picked from commit 5a7d106)
(cherry picked from commit cff08f4)
(cherry picked from commit 1ea27ac)
(cherry picked from commit 39356c7)
(cherry picked from commit 5cdede9)
…1223) The `oslo_concurrency.lock_path` in `placement-helm-overrides.yaml` was incorrectly set to `/tmp/octavia`. This appears to be a copy-paste error from the Octavia service configuration. (cherry picked from commit 0c1f2a7) Co-authored-by: Chanyeol Yoon <[email protected]>
(cherry picked from commit f28f9ac)
Somehow 2 CR got added in a bad place. (cherry picked from commit bdbf95e)
the2hill
approved these changes
Oct 8, 2025
Contributor
the2hill
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rackerchris
approved these changes
Oct 8, 2025
Contributor
rackerchris
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM +1
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.