-
Notifications
You must be signed in to change notification settings - Fork 45
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 #117 from luck3y/eap-cd-jdk11
[CLOUD-3122] - EAP CD - Update configs for UBI / JDK 11
- Loading branch information
Showing
6 changed files
with
1,288 additions
and
0 deletions.
There are no files selected for viewing
626 changes: 626 additions & 0 deletions
626
jboss-eap-config-openshift/16.0-openjdk11/added/standalone-openshift.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SCRIPT_DIR=$(dirname $0) | ||
ADDED_DIR=${SCRIPT_DIR}/added | ||
|
||
# Add custom configuration file | ||
cp -p ${ADDED_DIR}/standalone-openshift.xml $JBOSS_HOME/standalone/configuration/ |
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,7 @@ | ||
schema_version: 1 | ||
name: jboss.eap.config.openshift | ||
version: '16.0-openjdk11' | ||
description: The jboss.eap.cd16.openshift script package. Installs a standalone-openshift.xml compatible with EAP CD 16. | ||
execute: | ||
- script: configure.sh | ||
user: '185' |
632 changes: 632 additions & 0 deletions
632
jboss-eap-config-openshift/16.0/added/standalone-openshift.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SCRIPT_DIR=$(dirname $0) | ||
ADDED_DIR=${SCRIPT_DIR}/added | ||
|
||
# Add custom configuration file | ||
cp -p ${ADDED_DIR}/standalone-openshift.xml $JBOSS_HOME/standalone/configuration/ |
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,7 @@ | ||
schema_version: 1 | ||
name: jboss.eap.config.openshift | ||
version: '16.0' | ||
description: The jboss.eap.cd16.openshift script package. Installs a standalone-openshift.xml compatible with EAP CD 16. | ||
execute: | ||
- script: configure.sh | ||
user: '185' |