-
Notifications
You must be signed in to change notification settings - Fork 23
Fix infra VM NTP configuration by merging upstream unmaintained/2024.1 #2083
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
base: stackhpc/2024.1
Are you sure you want to change the base?
Conversation
Change-Id: Ied6385e21755cd289c16f098eb7fe87719521eba Signed-off-by: OpenStack Release Bot <infra-root@openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
Change-Id: I32a9cf99576fef2e4379606f90d2e9563e36b797 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
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.
Code Review
This pull request primarily consists of updates to comments and documentation across various configuration files, aligning them with upstream changes from the unmaintained/2024.1 branch. Key changes include clarifying default values, updating image URLs, and improving examples. The main functional change is the fix for NTP configuration on infrastructure VMs by adding the infra-vms group to the ntp configuration, as indicated by the pull request title. A release note for this fix has also been added. My review focuses on improving the clarity and correctness of some of the updated comments.
| # docker_registry) | urlsplit('hostname') }}","{{ kolla_internal_vip_address | ||
| # }}"] if docker_registry is set, or ["127.0.0.1", "localhost","{{ |
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.
No description provided.