-
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 #252 from luck3y/CLOUD-4080
CLOUD-4080 - EAP XP 4.0 Images
- Loading branch information
Showing
1 changed file
with
44 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,44 @@ | ||
schema_version: 1 | ||
|
||
name: "eap-xp-40-env" | ||
description: "JBoss Enterprise Application Platform expansion pack 4.0 env and labels" | ||
version: "1.0.0" | ||
|
||
labels: | ||
- name: "org.jboss.product" | ||
value: "eap-xp" | ||
- name: "org.jboss.product.version" | ||
value: "4.0.0" | ||
- name: "org.jboss.product.eap.version" | ||
value: "7.4.3" | ||
- name: "com.redhat.deployments-dir" | ||
value: "/opt/eap/standalone/deployments" | ||
- name: "com.redhat.dev-mode" | ||
value: "DEBUG:true" | ||
description: "Environment variable used to enable development mode (debugging). A value of true will enable development mode." | ||
- name: "com.redhat.dev-mode.port" | ||
value: "DEBUG_PORT:8787" | ||
description: "Environment variable used to specify the debug port. If not set, the default EAP debug port will be used (8787). Only applicable when development mode is enabled." | ||
envs: | ||
- name: "WILDFLY_VERSION" | ||
value: "4.0.0.GA-redhat-00002" | ||
- name: "LAUNCH_JBOSS_IN_BACKGROUND" | ||
value: "true" | ||
- name: "JBOSS_PRODUCT" | ||
value: "eap-xp" | ||
- name: "JBOSS_EAP_VERSION" | ||
value: "7.4.3" | ||
- name: "PRODUCT_VERSION" | ||
value: "4.0.0" | ||
- name: "JBOSS_HOME" | ||
value: "/opt/eap" | ||
- name: "DEBUG" | ||
example: "true" | ||
description: "Specify true to enable development mode (debugging)." | ||
- name: "DEBUG_PORT" | ||
example: "8787" | ||
description: "Specify the port to use for debugging. If not set, the default EAP debug port will be used (8787). Only applicable when development mode is enabled." | ||
ports: | ||
- value: 8080 | ||
- value: 8787 | ||
expose: false |