Skip to content

Commit

Permalink
[KIECLOUD-551] - Prepare RHPAM and RHDM for 7.11.1 release (#516)
Browse files Browse the repository at this point in the history
Signed-off-by: spolti <fspolti@redhat.com>
  • Loading branch information
spolti authored Jul 9, 2021
1 parent bd36039 commit ab46e4b
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions businesscentral/modules/businesscentral/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions controller/modules/controller/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions dashbuilder/modules/dashbuilder/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions kieserver/modules/kieserver/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions process-migration/modules/process-migration/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions smartrouter/modules/smartrouter/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab46e4b

Please sign in to comment.