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

[KIECLOUD-335] Upgrade RHDM and RHPAM cloud images to 7.5.1 #191

Merged
merged 1 commit into from
Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
60 changes: 31 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,46 @@ rhdm-7-decisioncentral cekit module:


```yaml
---
schema_version: 1

name: "rhdm-7-decisioncentral"
version: "1.0"
description: "Red Hat Decision Manager Central 7.5 install"
labels:
- name: "org.jboss.product"
value: "rhdm-decisioncentral"
- name: "org.jboss.product.version"
value: "7.5.0"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.5.0"
- name: "org.jboss.product"
value: "rhdm-decisioncentral"
- name: "org.jboss.product.version"
value: "7.5.1"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.5.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.5.0"
- name: "PRODUCT_VERSION"
value: "7.5.0"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "DECISION_CENTRAL_DISTRIBUTION.ZIP"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
value: "jboss-eap-7.2"
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.5.1"
- name: "PRODUCT_VERSION"
value: "7.5.1"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "decision_central_distribution.zip"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
value: "jboss-eap-7.2"
ports:
- value: 8001
- value: 8001
artifacts:
- name: DECISION_CENTRAL_DISTRIBUTION.ZIP
path: rhdm-7.5.0.DM-redhat-20190312-decision-central-eap7-deployable.zip
md5: 29e590113bf13f9c7c690473b523e444
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
target: "decision_central_distribution.zip"
# rhdm-7.5.1-decision-central-eap7-deployable.zip
md5: "d3d46a38ef10006fa6f817c8ca11628b"
run:
user: 185
cmd:
- "/opt/eap/bin/standalone.sh"
- "-b"
- "0.0.0.0"
- "-c"
- "standalone.xml"
user: 185
cmd:
- "/opt/eap/bin/standalone.sh"
- "-b"
- "0.0.0.0"
- "-c"
- "standalone.xml"
execute:
- script: install
- script: "install"
```

In the file above we set the most important configurations to which defines:
Expand Down
14 changes: 7 additions & 7 deletions controller/modules/controller/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ labels:
- name: "org.jboss.product"
value: "rhdm-controller"
- name: "org.jboss.product.version"
value: "7.5.0"
value: "7.5.1"
- name: "org.jboss.product.rhdm-controller.version"
value: "7.5.0"
value: "7.5.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-controller"
- name: "RHDM_CONTROLLER_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "PRODUCT_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "ADD_ONS_DISTRIBUTION_ZIP"
value: "add_ons_distribution.zip"
- name: "CONTROLLER_DISTRIBUTION_ZIP"
value: "rhdm-7.5.0-controller-ee7.zip"
value: "rhdm-7.5.1-controller-ee7.zip"
artifacts:
- name: "ADD_ONS_DISTRIBUTION_ZIP"
target: "add_ons_distribution.zip"
# rhdm-7.5.0-add-ons.zip
md5: "d977ec05b2318548441505081fcb3314"
# rhdm-7.5.1-add-ons.zip
md5: "939e8f8691ef347edc2d1532af9a0047"
run:
user: 185
cmd:
Expand Down
12 changes: 6 additions & 6 deletions decisioncentral/modules/decisioncentral/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ labels:
- name: "org.jboss.product"
value: "rhdm-decisioncentral"
- name: "org.jboss.product.version"
value: "7.5.0"
value: "7.5.1"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.5.0"
value: "7.5.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "PRODUCT_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "decision_central_distribution.zip"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
Expand All @@ -26,8 +26,8 @@ ports:
artifacts:
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
target: "decision_central_distribution.zip"
# rhdm-7.5.0-decision-central-eap7-deployable.zip
md5: "912cc9853c0f6a8f2c81c06c47cd98d7"
# rhdm-7.5.1-decision-central-eap7-deployable.zip
md5: "d3d46a38ef10006fa6f817c8ca11628b"
run:
user: 185
cmd:
Expand Down
12 changes: 6 additions & 6 deletions kieserver/modules/kieserver/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ labels:
- name: "org.jboss.product"
value: "rhdm-kieserver"
- name: "org.jboss.product.version"
value: "7.5.0"
value: "7.5.1"
- name: "org.jboss.product.rhdm-kieserver.version"
value: "7.5.0"
value: "7.5.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-kieserver"
- name: "RHDM_KIESERVER_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "PRODUCT_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "KIE_SERVER_DISTRIBUTION_ZIP"
value: "kie_server_distribution.zip"
artifacts:
- name: "KIE_SERVER_DISTRIBUTION_ZIP"
target: "kie_server_distribution.zip"
# rhdm-7.5.0-kie-server-ee8.zip
md5: "a54b3937cbb2bf995ddf36e52a29c507"
# rhdm-7.5.1-kie-server-ee8.zip
md5: "1fa4e94ddf140a80fa5a7b10166fd111"
- name: "slf4j-simple.jar"
target: "slf4j-simple.jar"
# slf4j-simple-1.7.22.redhat-2.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ labels:
- name: "org.jboss.product"
value: "rhdm-optaweb-employee-rostering"
- name: "org.jboss.product.version"
value: "7.5.0"
value: "7.5.1"
- name: "org.jboss.product.rhdm-optaweb-employee-rostering.version"
value: "7.5.0"
value: "7.5.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-optaweb-employee-rostering"
- name: "JBOSS_RHDM_OPTAWEB_EMPLOYEE_ROSTERING_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "PRODUCT_VERSION"
value: "7.5.0"
value: "7.5.1"
- name: "REFERENCE_IMPLEMENTATION_DISTRIBUTION_ZIP"
value: "reference_implementation_distribution.zip"
- name: "EMPLOYEE_ROSTERING_DISTRIBUTION_ZIP"
value: "rhdm-7.5.0-employee-rostering.zip"
value: "rhdm-7.5.1-employee-rostering.zip"
- name: "EMPLOYEE_ROSTERING_DISTRIBUTION_WAR"
value: "employee-rostering-distribution-7.26.0.Final-redhat-00005/binaries/employee-rostering-webapp-7.26.0.Final-redhat-00005.war"
value: "employee-rostering-distribution-7.26.0.Final-redhat-00006/binaries/employee-rostering-webapp-7.26.0.Final-redhat-00006.war"
# remember to also update "EMPLOYEE_ROSTERING_DISTRIBUTION_WAR" value
artifacts:
- name: "REFERENCE_IMPLEMENTATION_DISTRIBUTION_ZIP"
target: "reference_implementation_distribution.zip"
# rhdm-7.5.0-reference-implementation.zip
md5: "15fa489d8afcf3e9f84fa559c64f2c25"
# rhdm-7.5.1-reference-implementation.zip
md5: "29e34df22005d06a5dfb5e011106db3e"
run:
user: 185
cmd:
Expand Down