Skip to content

Commit

Permalink
Merge pull request #390 from michpetrov/wfcore-4868
Browse files Browse the repository at this point in the history
WFCORE-4868 Introduce aliases for standard configuration files
  • Loading branch information
bstansberry authored Apr 16, 2024
2 parents 1111f2e + 67f39c2 commit 3e3ee24
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions controller/WFCORE-4868_configuration-files-aliases.adoc
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

0 comments on commit 3e3ee24

Please sign in to comment.