Skip to content

Avoid merge conflicts during upgrades #70

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 2 commits into from
Sep 6, 2024
Merged

Conversation

markgoddard
Copy link

  • Upgrade: show stashed changes when git stash pop fails
  • Make adding internal TLS config to globals.yml idempotent

We may end up with merge conflicts in upgrade jobs.
Previously the internal TLS config in globals-tls-config.yml was always
appended to Kolla Ansible's globals.yml. This could result in duplicated
variables.

This change only appends the config when it is not already present in
globals.yml.

This also makes it possible to add the internal TLS config permanently
within globals.yml, behind a conditional.
@markgoddard markgoddard requested a review from a team as a code owner September 2, 2024 15:38
@markgoddard markgoddard self-assigned this Sep 2, 2024
@markgoddard markgoddard merged commit da6ee02 into main Sep 6, 2024
@markgoddard markgoddard deleted the fix-upgrade-stashing branch September 6, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants