Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XP 3.0] new env module #221

Open
wants to merge 1 commit into
base: eap74-dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions modules/eap-xp-30-env/3.0.0/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
schema_version: 1

name: "eap-xp-30-env"
description: "JBoss Enterprise Application Platform expansion pack 3.0 env and labels"
version: "1.0.0"

labels:
- name: "org.jboss.product"
value: "eap-xp"
- name: "org.jboss.product.version"
value: "3.0.0"
- name: "org.jboss.product.eap.version"
value: "7.4.0"
- 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: "3.0.0.GA-redhat-SNAPSHOT"
- name: "LAUNCH_JBOSS_IN_BACKGROUND"
value: "true"
- name: "JBOSS_PRODUCT"
value: "eap-xp"
- name: "JBOSS_EAP_VERSION"
value: "7.4.0"
- name: "PRODUCT_VERSION"
value: "3.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