-
Notifications
You must be signed in to change notification settings - Fork 80
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
[Community] Proposal for WFLY-19021, Stability support in WildFly provisioning #555
Conversation
717ac71
to
28baad5
Compare
28baad5
to
9ad5ac8
Compare
fd3c4fd
to
f0e381e
Compare
f0e381e
to
b5ed503
Compare
b5ed503
to
4bab783
Compare
|
||
* Add documentation to WildFly: | ||
https://docs.wildfly.org/31/Bootable_Guide.html[Bootable Guide] and | ||
https://docs.wildfly.org/31/Galleon_Guide.html[Galleon Guide] |
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.
FYI I filed https://issues.redhat.com/browse/WFLY-19170. You don't need to add that here, but the person who does that should incorporate the same stuff you add to the two guides above.
4bab783
to
504de64
Compare
@bstansberry , thank-you. I incorporated your feedback |
504de64
to
e913307
Compare
|
||
Stability becomes a Galleon notion that applies to feature-pack, feature/feature_param and package. | ||
There is a 1 to 1 mapping with WildFly stability. | ||
The stability levels are (`<` means enables): `default` < `community` < `preview` < `experimental` |
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.
Ok.
The package stability of each feature-pack applies to its own content and doesn't leak into other feature-packs. | ||
* A user can specify a config stability level, by means of the `config-stability-level` Galleon option. NB: This option can't be set when `stability-level` is set. | ||
This stability level is used to constrain the stability level of all features present in configurations generated during provisioning. If the specified level is lower than a feature-pack config stability, | ||
the feature-pack minimum stability is used. |
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.
Ok
e913307
to
d6bf650
Compare
d6bf650
to
945ddfa
Compare
945ddfa
to
e8259ed
Compare
Proposal for Issue: https://issues.redhat.com/browse/WFLY-19021