-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #390 from michpetrov/wfcore-4868
WFCORE-4868 Introduce aliases for standard configuration files
- Loading branch information
Showing
1 changed file
with
95 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
--- | ||
categories: | ||
- server | ||
--- | ||
= [Community] Aliases for standard configuration files | ||
:author: Michal Petrov | ||
:email: [email protected] | ||
:toc: left | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
|
||
== Overview | ||
|
||
Introduce aliases for standard configuration files | ||
|
||
This will allow users to reference the configuration by the suffix or a shorter name instead of typing out the filename. | ||
|
||
.Full list of aliases: | ||
|=== | ||
| standalone.xml variant | Alias | ||
|
||
| *-full.xml | full | ||
|
||
| *-ha.xml | ha | ||
|
||
| *-full-ha.xml | fha, full-ha | ||
|
||
| *-load-balancer.xml | lb, load-balancer | ||
|
||
| *-microprofile.xml | mp, microprofile | ||
|
||
| *-microprofile-ha.xml | mpha, microprofile-ha | ||
|=== | ||
|
||
== Issue Metadata | ||
|
||
=== Issue | ||
|
||
* https://issues.redhat.com/browse/WFCORE-4868 | ||
|
||
=== Stability Level | ||
* [ ] Experimental | ||
|
||
* [ ] Preview | ||
|
||
* [x] Community | ||
|
||
* [ ] default | ||
|
||
=== Dev Contacts | ||
|
||
* mailto:{email}[{author}] | ||
* mailto:[email protected][Yeray Borges] | ||
* mailto:[email protected][Emmanuel Hugonnet] | ||
|
||
=== QE Contacts | ||
|
||
=== Testing By | ||
* [x] Engineering | ||
|
||
* [ ] QE | ||
|
||
=== Affected Projects or Components | ||
WildFly | ||
|
||
=== Other Interested Projects | ||
|
||
=== Relevant Installation Types | ||
* [x] Traditional standalone server (unzipped or provisioned by Galleon) | ||
|
||
* [ ] Managed domain | ||
|
||
* [ ] OpenShift s2i | ||
|
||
* [ ] Bootable jar | ||
|
||
== Requirements | ||
|
||
=== Hard Requirements | ||
|
||
Provide a set of aliases for the files distributed with WildFly that can be used with the commandline argument `--server-config|-c` instead of of a full filename. | ||
|
||
=== Nice-to-Have Requirements | ||
|
||
=== Non-Requirements | ||
|
||
== Test Plan | ||
Unit test will be added to server. | ||
|
||
== Community Documentation | ||
Documentation will be added to wildfly master. | ||
|
||
== Release Note Content | ||
See Overview |