forked from openstack/kayobe
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Multiple environments: part 2 (antelope) #174
Merged
jovial
merged 6 commits into
stackhpc/2023.1
from
feature/antelope/multiple-environments
Nov 13, 2023
Merged
Multiple environments: part 2 (antelope) #174
jovial
merged 6 commits into
stackhpc/2023.1
from
feature/antelope/multiple-environments
Nov 13, 2023
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
This patch adds new functionality - merging base & environment specific kolla config. This allows you to place common settings in the base configuration and only keep environment specific settings in the environment directories. Change-Id: Id4588f4529a4522e68e22ce58711cb927fa68a9d Story: 2002009 Task: 42903 (cherry picked from commit 428ef10)
This is useful to cache expensive lookups. Change-Id: I0748f7bd3e6f7f91e35b2178acb6973e99710f88 (cherry picked from commit a46b3eb)
Allows you to combine multiple environments by declaring any dependencies. Story: 2002009 Task: 42911 Change-Id: I4d9f96ec4cf3c6cd0d28dfe5ddb239d863498a72 (cherry picked from commit 0ae9e8d)
jovial
changed the title
Draft: Multiple environments
Multiple environments: part 2 (antelope)
Oct 27, 2023
jovial
force-pushed
the
feature/antelope/multiple-environments
branch
from
October 27, 2023 14:34
64d09bc
to
1ff7072
Compare
Change-Id: Id1ff60ad2617680d0c74ae6ccba10c779630a884
jovial
force-pushed
the
feature/antelope/multiple-environments
branch
from
October 27, 2023 14:42
1ff7072
to
3c0301d
Compare
Testing here: stackhpc/stackhpc-kayobe-config#724 |
Failed on SMS lab testing:
As not valid yaml. We could be more backwards compatible if we fallback to templating files with a single source. |
This is a backwards compatability improvement, since it was previously permitted to have a config file that templated to invalid yaml/ini. Change-Id: I53a0894cc64e83c7342a82ad987b7e5a4696ece2 Closes-Bug: #2042690 (cherry picked from commit 86d9a53)
This can result in duplicated configuration options. Change-Id: I4dd6ffae027345b8c1cc217a63e85f8af7fc9746 Closes-Bug: #2042689 (cherry picked from commit 2f4b45c)
markgoddard
reviewed
Nov 13, 2023
markgoddard
approved these changes
Nov 13, 2023
jovial
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Nov 13, 2023
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.