-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[minor] Support November Catalog Update (#1103)
Co-authored-by: Andre Ricardo De Campos Marcelino <andrercm@br.ibm.com> Co-authored-by: Terence Quinn <quinnt@us.ibm.com> Co-authored-by: Sanjay Prabhakar <sanjay.prabhakar@uk.ibm.com>
- Loading branch information
1 parent
acacf77
commit 9d798d2
Showing
16 changed files
with
132 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
ibm/mas_devops/common_vars/casebundles/v8-231128-amd64.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
--- | ||
# Case bundle configuration for IBM Maximo Operator Catalog v230926 | ||
# ----------------------------------------------------------------------------- | ||
# In the future this won't be necessary as we'll be able to mirror from the | ||
# catalog itself, but not everything in the catalog supports this yet (including MAS) | ||
# so we need to use the CASE bundle mirror process still. | ||
|
||
catalog_digest: sha256:01b1cdf421f0228930af9cc057cc7b157840312220dc5b8d59f1d13ee9a9887d | ||
|
||
# Dependencies | ||
# ----------------------------------------------------------------------------- | ||
common_svcs_version: 1.19.4 # Operator version 3.23.4 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-common-services) | ||
db2u_version: 5.1.4 # Operator version 110508.0.2 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator) | ||
events_version: 4.6.1 # Operator version 4.6.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator) | ||
uds_version: 2.0.12 # Operator version 2.0.12 | ||
sls_version: 3.8.1 # Operator version 3.8.1 | ||
tsm_version: 1.5.1 # Operator version 1.5.1 | ||
dd_version: 1.1.5 # Operator version 1.1.5 | ||
appconnect_version: 6.2.0 # Operator version 6.2.0 | ||
cp4d_platform_version: 2.9.0+20230524.165553 # Operator version 3.8.0 | ||
wsl_version: 6.5.0 # Operator version 6.5.0 | ||
wml_version: 6.5.0 # Operator version 3.5.0 | ||
spark_version: 6.5.0 # Operator version 3.5.0 | ||
|
||
# Watson discovery and its dependencies | ||
# Match corresponding case version for default versions in the catalog source | ||
# ----------------------------------------------------------------------------- | ||
wd_version: 5.5.0 # Operator version 4.6.5 | ||
model_train_version: 1.2.7 # Operator version 1.1.9 | ||
elasticsearch_version: 1.1.1541 # Operator version 1.1.1541 | ||
couchdb_version: 1.0.13 # Operator version 2.2.1 | ||
|
||
|
||
# Maximo Application Suite | ||
# ----------------------------------------------------------------------------- | ||
mas_core_version: | ||
8.10.x: 8.10.6 # Updated | ||
8.11.x: 8.11.2 # Updated | ||
8.9.x: 8.9.10 # No Update | ||
mas_assist_version: | ||
8.10.x: 8.7.2 # No Update | ||
8.11.x: 8.8.1 # Updated | ||
8.9.x: 8.6.5 # No Update | ||
mas_hputilities_version: | ||
8.10.x: 8.6.2 # No Update | ||
8.11.x: "" # Not Supported | ||
8.9.x: 8.5.3 # No Update | ||
mas_iot_version: | ||
8.10.x: 8.7.5 # Updated | ||
8.11.x: 8.8.1 # Updated | ||
8.9.x: 8.6.9 # No Update | ||
mas_manage_version: | ||
8.10.x: 8.6.6 # Updated | ||
8.11.x: 8.7.1 # Updated | ||
8.9.x: 8.5.9 # No Update | ||
mas_monitor_version: | ||
8.10.x: 8.10.5 # No Update | ||
8.11.x: 8.11.1 # Updated | ||
8.9.x: 8.9.6 # No Update | ||
mas_optimizer_version: | ||
8.10.x: 8.4.1 # No Update | ||
8.11.x: 8.5.0 # No Update | ||
8.9.x: 8.3.3 # No Update | ||
mas_predict_version: | ||
8.10.x: 8.8.2 # No Update | ||
8.11.x: 8.9.0 # No Update | ||
8.9.x: 8.7.2 # No Update | ||
mas_visualinspection_version: | ||
8.10.x: 8.8.1 # No Update | ||
8.11.x: 8.9.0 # No Update | ||
8.9.x: 8.7.1 # No Update | ||
|
||
# Extra Images for UDS | ||
# ------------------------------------------------------------------------------ | ||
uds_extras_version: 1.4.0 | ||
|
||
# Extra Images for Mongo | ||
# ------------------------------------------------------------------------------ | ||
mongo_extras_version_default: 5.0.21 | ||
mongo_extras_version: "{{ lookup('env', 'MONGODB_VERSION') | default(mongo_extras_version_default, True) }}" | ||
|
||
# Variables used to mirror additional mongo image versions | ||
mongo_extras_version_4: 4.4.21 | ||
mongo_extras_version_5: 5.0.21 | ||
mongo_extras_version_6: 6.0.10 | ||
|
||
# Extra Images for Db2u | ||
# ------------------------------------------------------------------------------ | ||
db2u_extras_version: 1.0.2 | ||
|
||
# Extra Images for IBM Watson Discovery | ||
# ------------------------------------------------------------------------------ | ||
wd_extras_version: 1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters