forked from openstack/kolla-ansible
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Synchronise 2023.1 with upstream #517
Merged
Merged
Conversation
This file contains 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
Followup on Id6eae798784126d4dd53adef15bdce6b47b4601f to fix an issue when a client with provided port set tries to connect 'localhost', so while we switch to TCP/IP we need to explicitly provide the host too. Partial-Bug: #2024554 Change-Id: Ib08c159dadd69a1f44924d658f4afe1e794a18b0 Signed-off-by: Maksim Malchuk <[email protected]> (cherry picked from commit 35c7a9e)
The Neutron L3 agent stores state at state_path (/var/lib/neutron by default) and it is expected that these files persist across restarts. This change updates the Neutron state_path value to /var/lib/neutron/kolla (which is where the neutron_metadata_socket volume is mounted) so that these state files are stored there. Change-Id: I739aaf9e2d0b2b2e7f7b8f60ef8c2111d6873cef Signed-off-by: Adam Oswick <[email protected]> Closes-Bug: #2009884 (cherry picked from commit 2524451)
This simple patch adds an option to define extra cmdline parameters for bind. Closes-Bug: #2037272 Change-Id: Ia604bc669fdf97aba6c6345ad8a250dfb66cd375 (cherry picked from commit 21cff07)
Removed a comment suggesting we use nova-manage db sync --local_cell when bootstrapping the nova service, since that suggestion has now been implemented in Kolla. See [1] for more details. [1]: https://review.opendev.org/c/openstack/kolla/+/902057 Related-Bug: #2045558 Depends-On: Ic64eb51325b3503a14ebab9b9ff2f4d9caec734a Change-Id: I591f83c4886f5718e36011982c77c0ece6c4cbd7 (cherry picked from commit e9e7362)
Some containers exiting with 143 instead of 0, but this is still OK. This patch just allows ExitCode 143 (SIGTERM) as fix. Details in bugreport. Services which exited with 143 (SIGTERM): kolla-cron-container.service kolla-designate_producer-container.service kolla-keystone_fernet-container.service kolla-letsencrypt_lego-container.service kolla-magnum_api-container.service kolla-mariadb_clustercheck-container.service kolla-neutron_l3_agent-container.service kolla-openvswitch_db-container.service kolla-openvswitch_vswitchd-container.service kolla-proxysql-container.service Partial-Bug: #2048130 Change-Id: Ia8c85d03404cfb368e4013066c67acd2a2f68deb (cherry picked from commit b1fd2b4)
mnasiadka
approved these changes
Jan 8, 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.
This PR contains a snapshot of 2023.1 from upstream.