diff --git a/README.md b/README.md index 6888dedf..e6664cbb 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This repo contains the base module that installs the product artifacts in the target OpenShift image. -does not need to be built manually, it is used as a cekit module that will builds the base image that contains +does not need to be built manually, it is used as a CeKit module that will build the base image that contains the EAP with the application layer (business central, kieserver, etc.) on it without any kind of configuration, we call it standalone-image, all the configuration will be made by the *-openshift repositories which contains the image descriptors with all modules that will be installed. In this repo you will find the basics like which artifact (kieserver, business central, etc) is being used to build the openshift images. -Let’s inspect the rhpam-7-businesscentral cekit module: +Let’s inspect the rhpam-7-businesscentral CeKit module: ```yaml @@ -19,16 +19,16 @@ labels: - name: "org.jboss.product" value: "rhpam-businesscentral" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-businesscentral.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-businesscentral" - name: "RHPAM_BUSINESS_CENTRAL_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "BUSINESS_CENTRAL_DISTRIBUTION_ZIP" value: "rhpam_business_central_distribution.zip" - name: "BUSINESS_CENTRAL_DISTRIBUTION_EAP" @@ -37,7 +37,7 @@ ports: - value: 8001 artifacts: - name: "rhpam_business_central_distribution.zip" - # rhpam-7.11.0.redhat-20200224-business-central-eap7-deployable.zip + # rhpam-7.11.1.redhat-20200224-business-central-eap7-deployable.zip md5: "4194d7aa9613a52a1c5045e0236f94d5" run: user: 185 @@ -77,4 +77,4 @@ file and its purpose, all the modules have the same files, as described below: ##### Found a issue? - Please submit a issue [here](https://issues.jboss.org/projects/KIECLOUD) or send us a email: bsig-cloud@redhat.com. + Please submit a issue [here](https://issues.jboss.org/projects/KIECLOUD) or send us an email: bsig-cloud@redhat.com. diff --git a/businesscentral-monitoring/modules/businesscentral-monitoring/module.yaml b/businesscentral-monitoring/modules/businesscentral-monitoring/module.yaml index 9b82a077..87a38fb3 100644 --- a/businesscentral-monitoring/modules/businesscentral-monitoring/module.yaml +++ b/businesscentral-monitoring/modules/businesscentral-monitoring/module.yaml @@ -7,16 +7,16 @@ labels: - name: "org.jboss.product" value: "rhpam-businesscentral-monitoring" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-businesscentral-monitoring.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-businesscentral-monitoring" - name: "RHPAM_BUSINESS_CENTRAL_MONITORING_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "BUSINESS_CENTRAL_MONITORING_DISTRIBUTION_ZIP" value: "rhpam_business_central_monitoring_distribution.zip" - name: "BUSINESS_CENTRAL_MONITORING_DISTRIBUTION_EAP" diff --git a/businesscentral/modules/businesscentral/module.yaml b/businesscentral/modules/businesscentral/module.yaml index 1f04c56b..6d3b8184 100644 --- a/businesscentral/modules/businesscentral/module.yaml +++ b/businesscentral/modules/businesscentral/module.yaml @@ -7,16 +7,16 @@ labels: - name: "org.jboss.product" value: "rhpam-businesscentral" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-businesscentral.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-businesscentral" - name: "RHPAM_BUSINESS_CENTRAL_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "BUSINESS_CENTRAL_DISTRIBUTION_ZIP" value: "rhpam_business_central_distribution.zip" - name: "BUSINESS_CENTRAL_DISTRIBUTION_EAP" diff --git a/controller/modules/controller/module.yaml b/controller/modules/controller/module.yaml index 6d6d849c..6169074e 100644 --- a/controller/modules/controller/module.yaml +++ b/controller/modules/controller/module.yaml @@ -7,20 +7,20 @@ labels: - name: "org.jboss.product" value: "rhpam-controller" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-controller.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-controller" - name: "RHPAM_CONTROLLER_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "ADD_ONS_DISTRIBUTION_ZIP" value: "rhpam_add_ons_distribution.zip" - name: "CONTROLLER_DISTRIBUTION_ZIP" - value: "rhpam-7.11.0-controller-ee7.zip" + value: "rhpam-7.11.1-controller-ee7.zip" artifacts: - name: "rhpam_add_ons_distribution.zip" # rhpam-7.11.1-add-ons.zip diff --git a/dashbuilder/modules/dashbuilder/module.yaml b/dashbuilder/modules/dashbuilder/module.yaml index 4eeffd75..fb5e5cdf 100644 --- a/dashbuilder/modules/dashbuilder/module.yaml +++ b/dashbuilder/modules/dashbuilder/module.yaml @@ -7,20 +7,20 @@ labels: - name: "org.jboss.product" value: "rhpam-dashbuilder" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-dashbuilder.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-dashbuilder" - name: "RHPAM_DASHBUILDER_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "ADD_ONS_DISTRIBUTION_ZIP" value: "rhpam_add_ons_distribution.zip" - name: "DASHBUILDER_DISTRIBUTION_ZIP" - value: "rhpam-7.11.0-dashbuilder-runtime.zip" + value: "rhpam-7.11.1-dashbuilder-runtime.zip" ports: - value: 8080 artifacts: diff --git a/kieserver/modules/kieserver/module.yaml b/kieserver/modules/kieserver/module.yaml index 6e87dc38..7be9275b 100644 --- a/kieserver/modules/kieserver/module.yaml +++ b/kieserver/modules/kieserver/module.yaml @@ -7,16 +7,16 @@ labels: - name: "org.jboss.product" value: "rhpam-kieserver" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-kieserver.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-kieserver" - name: "RHPAM_KIESERVER_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "KIE_SERVER_DISTRIBUTION_ZIP" value: "rhpam_kie_server_distribution.zip" - name: "BUSINESS_CENTRAL_DISTRIBUTION_ZIP" diff --git a/process-migration/modules/process-migration/module.yaml b/process-migration/modules/process-migration/module.yaml index a12d4fc3..79239719 100644 --- a/process-migration/modules/process-migration/module.yaml +++ b/process-migration/modules/process-migration/module.yaml @@ -7,20 +7,20 @@ labels: - name: "org.jboss.product" value: "rhpam-process-migration" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-process-migration.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-process-migration" - name: "RHPAM_PROCESS_MIGRATION_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "ADD_ONS_DISTRIBUTION_ZIP" value: "rhpam_add_ons_distribution.zip" - name: "KIE_PROCESS_MIGRATION_DISTRIBUTION_JAR" - value: "rhpam-7.11.0-process-migration-service-standalone.jar" + value: "rhpam-7.11.1-process-migration-service-standalone.jar" - name: "LAUNCH_DIR" value: "/opt/rhpam-process-migration/launch" - name: "CONFIG_DIR" diff --git a/smartrouter/modules/smartrouter/module.yaml b/smartrouter/modules/smartrouter/module.yaml index b497ee69..0ab317af 100644 --- a/smartrouter/modules/smartrouter/module.yaml +++ b/smartrouter/modules/smartrouter/module.yaml @@ -7,20 +7,20 @@ labels: - name: "org.jboss.product" value: "rhpam-smartrouter" - name: "org.jboss.product.version" - value: "7.11.0" + value: "7.11.1" - name: "org.jboss.product.rhpam-smartrouter.version" - value: "7.11.0" + value: "7.11.1" envs: - name: "JBOSS_PRODUCT" value: "rhpam-smartrouter" - name: "RHPAM_SMARTROUTER_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "PRODUCT_VERSION" - value: "7.11.0" + value: "7.11.1" - name: "ADD_ONS_DISTRIBUTION_ZIP" value: "rhpam_add_ons_distribution.zip" - name: "KIE_ROUTER_DISTRIBUTION_JAR" - value: "rhpam-7.11.0-smart-router.jar" + value: "rhpam-7.11.1-smart-router.jar" - name: "LAUNCH_DIR" value: "/opt/rhpam-smartrouter/launch" - name: "JBOSS_HOME"