Skip to content

Commit

Permalink
update ssp
Browse files Browse the repository at this point in the history
  • Loading branch information
ebasso committed Nov 27, 2024
1 parent aa6b4f3 commit a65257d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions playbooks/deploy_ssp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
roles:
- ssp_cm_deploy # don't change this order, waiting for a fix
- ssp_deploy
- ssp_config
8 changes: 4 additions & 4 deletions roles/cd_deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ cd_cert_crt: "{{ my_workdir }}/cdcert.crt" # CD install script only support ext
cd_cert_key: "{{ my_workdir }}/cdkey.pem"
cd_cert_pem: "{{ my_workdir }}/cdcert.pem"

cd_6400_or_higher: "{{ cd_version is defined and cd_version is version('6.4.0.0_ifix000','>=') | bool }}"
cd_6400_or_higher: "{{ cd_version is defined and cd_version is version('6.4.0.0_ifix000', '>=' ) | bool }}"

# https://github.com/IBM/charts/tree/master/repo/ibm-helm
compatibility_matrix:
6.4.0.0_ifix000:
helm_version: "1.4.0"
6.4.0.0_ifix001:
helm_version: "1.4.1"
image_repository: "cp.icr.io/cp/ibm-connectdirect/cdu6.4_certified_container_6.4.0.0"
image_tag: "6.4.0.0_ifix000"
image_tag: "6.4.0.0_ifix001"
6.3.0.3_ifix025:
helm_version: "1.3.13"
image_repository: "cp.icr.io/cp/ibm-connectdirect/cdu6.3_certified_container_6.3.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ image:
# Specify the repository name alongwith image name
repository: "cp.icr.io/cp/ibm-connectdirect/cdu6.4_certified_container_6.4.0.0"
# Specify the tag name for the image in double quotes
tag: "6.4.0.0_ifix000"
tag: "6.4.0.0_ifix001"
# Specify the image pull secret for the service, if the image is in private registry
# protected with password
imageSecrets: ""
# Enable true/false to pull image from Entitled Registry using below digest
digest:
enabled: false
value: "sha256:b64444e12337b78ffb0d2ae72ece3e3e9cb2f5115212b24a98d91927be84a897"
value: "sha256:fc9abddb0e6ab3f15f42f0d397ac71c8a7795d3e3c2b9656f5e065a69fef07be"
# Specify respective pull policy to used to override default `IfNotPresent` policy
pullPolicy: Always

Expand Down
3 changes: 0 additions & 3 deletions roles/cd_deploy/templates/values.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ cdArgs:
* MRLN SIMP Cd4Unix/Cd4Unix

sum:
enabled: "{{ 'y' if (cd_deploy_sum_enabled == 1) else 'n' }}"

oum:
enabled: "y"

storageSecurity:
Expand Down

0 comments on commit a65257d

Please sign in to comment.