Skip to content

Commit

Permalink
Merge pull request #117 from luck3y/eap-cd-jdk11
Browse files Browse the repository at this point in the history
[CLOUD-3122] - EAP CD - Update configs for UBI / JDK 11
  • Loading branch information
luck3y committed Jun 19, 2019
2 parents 764ae61 + 4292b90 commit 47955c3
Show file tree
Hide file tree
Showing 6 changed files with 1,288 additions and 0 deletions.

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions jboss-eap-config-openshift/16.0-openjdk11/configure.sh
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/
7 changes: 7 additions & 0 deletions jboss-eap-config-openshift/16.0-openjdk11/module.yaml
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 jboss-eap-config-openshift/16.0/added/standalone-openshift.xml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions jboss-eap-config-openshift/16.0/configure.sh
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/
7 changes: 7 additions & 0 deletions jboss-eap-config-openshift/16.0/module.yaml
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'

0 comments on commit 47955c3

Please sign in to comment.