Skip to content

Commit

Permalink
[KIECLOUD-161] Update cloud images to correctly reference artifacts (#86
Browse files Browse the repository at this point in the history
)

Signed-off-by: David Ward <dward@redhat.com>
  • Loading branch information
errantepiphany committed Mar 21, 2019
1 parent d0e1742 commit 1a0f316
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
9 changes: 5 additions & 4 deletions controller/modules/controller/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ envs:
- name: "PRODUCT_VERSION"
value: "7.4.0"
- name: "ADD_ONS_DISTRIBUTION_ZIP"
value: "ADD_ONS_DISTRIBUTION.ZIP"
value: "add_ons_distribution.zip"
- name: "CONTROLLER_DISTRIBUTION_ZIP"
value: "rhdm-7.4-controller-ee7.zip"
artifacts:
- name: ADD_ONS_DISTRIBUTION.ZIP
path: rhdm-7.4.0.DM-redhat-20190312-add-ons.zip
md5: a872b5c5a7242670a6d101d7189a5582
- name: "ADD_ONS_DISTRIBUTION_ZIP"
target: "add_ons_distribution.zip"
# rhdm-7.4.0.DM-redhat-20190312-add-ons.zip
md5: "a872b5c5a7242670a6d101d7189a5582"
run:
user: 185
cmd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ envs:
- name: "ELASTICSEARCH_VERSION"
value: "5.6.5"
- name: "ELASTICSEARCH_DISTRIBUTION_ZIP"
value: "ELASTICSEARCH_DISTRIBUTION.ZIP"
value: "elasticsearch_distribution.zip"
artifacts:
- name: ELASTICSEARCH_DISTRIBUTION.ZIP
path: elasticsearch-5.6.5.zip
md5: d60fb08e59dd95a70eacb4a0519da889
- name: "ELASTICSEARCH_DISTRIBUTION_ZIP"
target: "elasticsearch_distribution.zip"
# elasticsearch-5.6.5.zip
md5: "d60fb08e59dd95a70eacb4a0519da889"
run:
user: 185
cmd:
Expand Down
9 changes: 5 additions & 4 deletions decisioncentral/modules/decisioncentral/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ envs:
- name: "PRODUCT_VERSION"
value: "7.4.0"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "DECISION_CENTRAL_DISTRIBUTION.ZIP"
value: "decision_central_distribution.zip"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
value: "jboss-eap-7.2"
ports:
- value: 8001
artifacts:
- name: DECISION_CENTRAL_DISTRIBUTION.ZIP
path: rhdm-7.4.0.DM-redhat-20190312-decision-central-eap7-deployable.zip
md5: 29e590113bf13f9c7c690473b523e444
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
target: "decision_central_distribution.zip"
# rhdm-7.4.0.DM-redhat-20190312-decision-central-eap7-deployable.zip
md5: "29e590113bf13f9c7c690473b523e444"
run:
user: 185
cmd:
Expand Down
16 changes: 9 additions & 7 deletions kieserver/modules/kieserver/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ envs:
- name: "PRODUCT_VERSION"
value: "7.4.0"
- name: "KIE_SERVER_DISTRIBUTION_ZIP"
value: "KIE_SERVER_DISTRIBUTION.ZIP"
value: "kie_server_distribution.zip"
artifacts:
- name: KIE_SERVER_DISTRIBUTION.ZIP
path: rhdm-7.4.0.DM-redhat-20190312-kie-server-ee8.zip
md5: 586c9640e5064ca1697612eefbefff69
- name: slf4j-simple.jar
path: slf4j-simple-1.7.22.redhat-1.jar
md5: 51c319582c16a07c21e41737e45cb03a
- name: "KIE_SERVER_DISTRIBUTION_ZIP"
target: "kie_server_distribution.zip"
# rhdm-7.4.0.DM-redhat-20190312-kie-server-ee8.zip
md5: "586c9640e5064ca1697612eefbefff69"
- name: "slf4j-simple.jar"
target: "slf4j-simple.jar"
# slf4j-simple-1.7.22.redhat-1.jar
md5: "51c319582c16a07c21e41737e45cb03a"
run:
user: 185
cmd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ envs:
- name: "PRODUCT_VERSION"
value: "7.4.0"
- name: "ADD_ONS_DISTRIBUTION_ZIP"
value: "ADD_ONS_DISTRIBUTION.ZIP"
value: "add_ons_distribution.zip"
- name: "EMPLOYEE_ROSTERING_DISTRIBUTION_ZIP"
value: "rhdm-7.4-employee-rostering.zip"
- name: "EMPLOYEE_ROSTERING_DISTRIBUTION_WAR"
value: "employee-rostering-distribution-7.4.0.redhat-20190312/binaries/employee-rostering-webapp-7.4.0.redhat-20190312.war"
# remember to also update "EMPLOYEE_ROSTERING_DISTRIBUTION_WAR" value
artifacts:
- name: ADD_ONS_DISTRIBUTION.ZIP
path: rhdm-7.4.0.DM-redhat-20190312-add-ons.zip
md5: a872b5c5a7242670a6d101d7189a5582
- name: "ADD_ONS_DISTRIBUTION_ZIP"
target: "add_ons_distribution.zip"
# rhdm-7.4.0.DM-redhat-20190312-add-ons.zip
md5: "a872b5c5a7242670a6d101d7189a5582"
run:
user: 185
cmd:
Expand Down

0 comments on commit 1a0f316

Please sign in to comment.