-
Notifications
You must be signed in to change notification settings - Fork 21
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
Compatibility: unify providers and base on CAPI contract versions #525
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
zerospiel
force-pushed
the
providers_alignment
branch
from
October 18, 2024 11:57
91f2165
to
4f6692c
Compare
zerospiel
force-pushed
the
providers_alignment
branch
6 times, most recently
from
October 18, 2024 15:55
1ff639b
to
dfc3bc0
Compare
zerospiel
changed the title
Align provider names with the CAPI labels
Compatibility: unify providers and base on CAPI contract versions
Oct 18, 2024
zerospiel
force-pushed
the
providers_alignment
branch
5 times, most recently
from
October 21, 2024 09:01
55e7f21
to
5c0d401
Compare
zerospiel
force-pushed
the
providers_alignment
branch
from
October 22, 2024 09:11
5c0d401
to
b03b9b3
Compare
Kshatrix
requested changes
Oct 22, 2024
zerospiel
force-pushed
the
providers_alignment
branch
from
October 22, 2024 21:17
5db67b8
to
706e684
Compare
zerospiel
force-pushed
the
providers_alignment
branch
from
October 23, 2024 13:12
706e684
to
ba9ff0a
Compare
zerospiel
force-pushed
the
providers_alignment
branch
2 times, most recently
from
October 23, 2024 13:22
a760f82
to
857f4dd
Compare
eromanova
reviewed
Oct 23, 2024
zerospiel
force-pushed
the
providers_alignment
branch
from
October 23, 2024 13:29
857f4dd
to
a1c1bc1
Compare
eromanova
approved these changes
Oct 23, 2024
* removed nested struct with infra/bstrp/cp providers * removed the corresponding chart annotations * align all providers into a single struct depending on a single annotation with regarding prefixes * migrated provider/cluster templates on the new annotation Closes Mirantis#497
* removed version/constraints from compatibility attributes * compatibility is now based on CAPI contracts versions * unified providers structure * corresponding adjustments Closes Mirantis#496
* change semicolon to comma as a separator in the provider templates charts * capi-contract annotation removed * unified separated capi contracts struct for cluster/provider templates * capi contracts status in management status * provider templates: validate capi contracts against core capi template * cluster templates: validate provider contracts against provider templates contracts in management status * renamed k0s -> k0smotron everywhere
zerospiel
force-pushed
the
providers_alignment
branch
from
October 24, 2024 06:20
a1c1bc1
to
ad9af28
Compare
Kshatrix
approved these changes
Oct 24, 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.
In conclusion:
Core CAPI compatibility contracts:
An example of compatibility attributes annotations along with the new provider annotation in a chart for the
ProviderTemplate
:An example of compatibility attributes annotations along with the new provider annotation in a chart for the
ClusterTemplate
:New
Management
status block:New
ProviderTemplate
status in thecore-capi
:New
ProviderTemplate
status in some object:New
ClusterTemplate
status in some object:Closes #497 #496