diff --git a/modules/eap-xp-20-env/2.0.0/module.yaml b/modules/eap-xp-20-env/2.0.0/module.yaml new file mode 100644 index 0000000..fd8aba7 --- /dev/null +++ b/modules/eap-xp-20-env/2.0.0/module.yaml @@ -0,0 +1,44 @@ +schema_version: 1 + +name: "eap-xp-20-env" +description: "JBoss Enterprise Application Platform expansion pack 2.0 env and labels" +version: "2.0.0" + +labels: + - name: "org.jboss.product" + value: "eap-xp" + - name: "org.jboss.product.version" + value: "2.0.0" + - name: "org.jboss.product.eap.version" + value: "7.3.4" + - 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: "2.0.0.GA-redhat-00002" + - name: "LAUNCH_JBOSS_IN_BACKGROUND" + value: "true" + - name: "JBOSS_PRODUCT" + value: "eap-xp" + - name: "JBOSS_EAP_VERSION" + value: "7.3.4" + - name: "PRODUCT_VERSION" + value: "2.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