Skip to content

Commit 7b19924

Browse files
authored
Merge branch 'master' into py312
2 parents 1902e6d + c01b37d commit 7b19924

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ It is possible to develop the Ansible roles without needing to build the collect
7777
vars:
7878
cluster_type: rosa
7979
cluster_name: fvtrosa
80-
ocp_version: "4.15.17"
80+
ocp_version: "4.19.14"
8181

8282
roles:
8383
- ocp_provision

build/bin/build-collection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ cat $GITHUB_WORKSPACE/ibm/mas_devops/galaxy.yml
1313

1414

1515
# Update this when we have new catalog
16-
MAS_PREVIOUS_CATALOG='v9-251010-amd64'
17-
MAS_LATEST_CATALOG='v9-251030-amd64'
16+
MAS_PREVIOUS_CATALOG='v9-251030-amd64'
17+
MAS_LATEST_CATALOG='v9-251127-amd64'
1818

1919

2020
# Update all the placeholders in the playbooks

docs/execution-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ If you need to set an environment variable then you can do this in the playbook
225225
vars:
226226
cluster_name: testcluster
227227
cluster_type: rosa
228-
ocp_version: 4.14.35
228+
ocp_version: 4.19.14
229229
rosa_compute_nodes: 3
230230
231231
environment:

ibm/mas_devops/playbooks/ocp_rosa_provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- hosts: localhost
33
vars:
44
cluster_type: rosa
5-
ocp_version: "{{ lookup('env', 'OCP_VERSION') | default('4.15.17', True) }}"
5+
ocp_version: "{{ lookup('env', 'OCP_VERSION') | default('4.19.14', True) }}"
66

77
# We use "turbonomic_target_name" as a key to indicate that we want to run the turbonomic role
88
turbonomic_target_name: "{{ lookup('env', 'TURBONOMIC_TARGET_NAME') }}"

ibm/mas_devops/roles/mongodb/tasks/providers/community/validate-upgrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
assert:
6969
that: mongodb_v7_upgrade
7070
fail_msg: "Your current mongo version is {{ existing_mongo_version }}, in order to upgrade to version {{ target_mongodb_version }}, you must set 'mongodb_v7_upgrade': true"
71-
7271
# This would validate that, we only upgrade to v8.0 if 'target_mongodb_version' matches v8.0 minor version and 'mongodb_v8_upgrade: true'
7372
- name: "Assert that the Mongo v8 upgrade has been triggered"
7473
when:

ibm/mas_devops/roles/ocp_provision/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Specify the name of the cluster
2222
- Default Value: None
2323

2424
### ocp_version
25-
The version of OCP to use. A specific version can be set, minor and patch level versions can be used, e.g. `4.15`, or `4.15.16`. Additionally, two version aliases are available; `default` will auto-select the newest version of OCP currently supported by IBM Maximo Application Suite, `rotate` will auto-select a predetermined version of OCP currently supported by IBM Maximo Application Suite based on the day of the week. This latter option is primarily useful for testing purposes.
25+
The version of OCP to use. A specific version can be set, minor and patch level versions can be used, e.g. `4.19`, or `4.19.14`. Additionally, two version aliases are available; `default` will auto-select the newest version of OCP currently supported by IBM Maximo Application Suite, `rotate` will auto-select a predetermined version of OCP currently supported by IBM Maximo Application Suite based on the day of the week. This latter option is primarily useful for testing purposes.
2626

2727
- **Required**
2828
- Environment Variable: `OCP_VERSION`
2929
- Default Value: None
3030

3131
!!! note
32-
When using the IBMCloud Red Hat OpenShift Service (ROKS) the version must be followed by `_openshift`, e.g. **4.15_openshift** or **4.15.16_openshift**
32+
When using the IBMCloud Red Hat OpenShift Service (ROKS) the version must be followed by `_openshift`, e.g. **4.19_openshift** or **4.19.14_openshift**
3333

3434
### ocp_storage_provider
3535
Setting this to `nfs` when `cluster_type` is set to `fyre` will create an `nfs-client` storage class connected to the infrastucture node. When enabled, the existing image registry PVC will also be deleted and recreated configured to use the newly available NFS storage class.

0 commit comments

Comments
 (0)