Skip to content

Commit

Permalink
update cd 6.4.0.1_iFix001
Browse files Browse the repository at this point in the history
  • Loading branch information
ebasso committed Jan 10, 2025
1 parent b60af3e commit cb86f49
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 366 deletions.
4 changes: 2 additions & 2 deletions docs/playbooks/deploy_ocp_cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Playbook will run the last version of Connect:Direct, but take care of Kubernete

| Connect:Direct | OpenShift | Kubernetes | helm-chart | Helm |
|---------------------------|---------------------|---------------------|------------|-----------|
| 6.4.0.0_ifix000 | >= 4.14 and <= 4.18 | >=1.27.0 <1.32.0 | 1.4.0 | >= 3.14.x |
| 6.4.0.1_iFix001 | >= 4.14 and <= 4.18 | >=1.27.0 <1.32.0 | 1.4.2 | >= 3.14.x |
| 6.3.0.3_ifix025 | >= 4.11 and <= 4.16 | >=1.24.0 <1.30.0 | 1.3.13 | >= 3.14.x |
| 6.3.0.3_ifix021 | >= 4.11 and <= 4.16 | >=1.24.0 <1.30.0 | 1.3.12 | >= 3.14.x |
| 6.3.0.3_ifix014 | >= 4.11 and <= 4.16 | >=1.24.0 <1.30.0 | 1.3.11 | >= 3.14.x |
Expand Down Expand Up @@ -95,7 +95,7 @@ Environment variables for this role:
| ENTITLED_REGISTRY_KEY | - | Yes | Entitlement registry key |
| CD_NAMESPACE | sterling-cdnode01-dev | No | Namespace for C:D application |
| CD_NODENAME | CDNODE01 | No | Specify the nodename of C:D |
| CD_VERSION | 6.3.0.3_ifix014 | No | Version of C:D container to deploy |
| CD_VERSION | 6.4.0.1_iFix001 | No | Version of C:D container to deploy |
| CD_ADMINPASSWORD | passw0rd | No | Password for C:D Admin |
| CD_APPUSER_PWD | passw0rd | No | Password for C:D User |
| CD_LOCALCERTPASSPHRASE | changeit | No | Passphrase for local certificate |
Expand Down
15 changes: 6 additions & 9 deletions roles/cd_deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd_action: "{{ lookup('env', 'CD_ACTION') | default('install', true) }}"
# -----------------------------------------------------------------------------------------------------------------
cd_namespace: "{{ lookup('env', 'CD_NAMESPACE') | default('sterling-cdnode01-dev', true) }}"
cd_nodename: "{{ lookup('env', 'CD_NODENAME') | default('CDNODE01', true) }}" # Specify the node of C:D application
cd_version: "{{ lookup('env', 'CD_VERSION') | default('6.3.0.3_ifix025', true) }}"
cd_version: "{{ lookup('env', 'CD_VERSION') | default('6.4.0.1_iFix001', true) }}"

cd_license_type: "{{ lookup('env', 'CD_LICENSE_TYPE') | default('non-prod', true) }}" # prod or no-prod
cd_env_timezone: "{{ lookup('env', 'CD_ENV_TIMEZONE') | default('UTC', true) }}"
Expand Down Expand Up @@ -61,10 +61,10 @@ cd_6400_or_higher: "{{ cd_version is defined and cd_version is version('6.4.0.0_

# https://github.com/IBM/charts/tree/master/repo/ibm-helm
compatibility_matrix:
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_ifix001"
6.4.0.1_iFix001:
helm_version: "1.4.2"
image_repository: "cp.icr.io/cp/ibm-connectdirect/cdu6.4_certified_container_6.4.0.1"
image_tag: "6.4.0.1_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 All @@ -73,10 +73,7 @@ compatibility_matrix:
helm_version: "1.3.12"
image_repository: "cp.icr.io/cp/ibm-connectdirect/cdu6.3_certified_container_6.3.0.3"
image_tag: "6.3.0.3_ifix021"
6.3.0.3_ifix014:
helm_version: "1.3.11"
image_repository: "cp.icr.io/cp/ibm-connectdirect/cdu6.3_certified_container_6.3.0.3"
image_tag: "6.3.0.3_ifix014"


# Storage Class Matrix
# in ibmcloud.rwo: In IBM Cloud, the ReadWriteOnce storage class is 'ibmc-block-gold' but Connect:Direct not worked with it.
Expand Down
315 changes: 0 additions & 315 deletions roles/cd_deploy/files/values_1_3_12.yaml

This file was deleted.

Loading

0 comments on commit cb86f49

Please sign in to comment.