Skip to content

Commit

Permalink
[minor] Support August catalog (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilprajapatiibm committed Aug 27, 2024
1 parent 597b521 commit 597805f
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/bin/build-collection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cat $GITHUB_WORKSPACE/ibm/mas_devops/galaxy.yml


# Update this when we have new catalog
MAS_PREVIOUS_CATALOG='v9-240625-amd64'
MAS_LATEST_CATALOG='v9-240730-amd64'
MAS_PREVIOUS_CATALOG='v9-240730-amd64'
MAS_LATEST_CATALOG='v9-240827-amd64'


# Update all the placeholders in the playbooks
Expand Down
99 changes: 99 additions & 0 deletions ibm/mas_devops/common_vars/casebundles/v9-240827-amd64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
---
# Case bundle configuration for IBM Maximo Operator Catalog 240625
# -----------------------------------------------------------------------------
# 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:bcace8fa41d14ce1b818467243bbc8469f7538ac4bc46198139454626f99f367

# Dependencies
# -----------------------------------------------------------------------------
ibm_licensing_version: 4.2.4 # Operator version 4.2.4 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-licensing)
common_svcs_version: 4.3.0 # Operator version 4.3.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-common-services)
cp4d_platform_version: 4.0.0+20231213.115030 # Operator version 5.0.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-datacore/4.0.0%2B20231213.115030)

db2u_version: 5.6.2 # Operator version 110509.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
sls_version: 3.10.0 # updated # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
tsm_version: 1.5.4 # Operator version 1.5.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
dd_version: 1.1.11 # updated # Operator version 1.1.11 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases)
appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking to 6.2.0 version # Please do Not Change
wsl_version: 8.0.0 # Operator version 8.0.0
wml_version: 8.0.0 # Operator version 5.0.0
spark_version: 8.0.0 # Operator version 5.0.0
cognos_version: 25.0.0 # Operator version 25.0.0
couchdb_version: 1.0.13 # Operator version 2.2.1 (This is required for Assist 9.0, https://github.com/IBM/cloud-pak/blob/master/repo/case/ibm-couchdb/index.yaml)
elasticsearch_version: 1.1.2153 # Operator version 1.1.2153


# Maximo Application Suite
# -----------------------------------------------------------------------------
mas_core_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.10.17 # Updated
8.11.x: 8.11.14 # Updated
mas_assist_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.7.7 # Updated
8.11.x: 8.8.6 # Updated
mas_hputilities_version:
9.0.x: "" # Not Supported
8.10.x: 8.6.7 # Updated
8.11.x: "" # Not Supported
mas_iot_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.7.16 # Updated
8.11.x: 8.8.12 # Updated
mas_manage_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.6.17 # Updated
8.11.x: 8.7.11 # Updated
mas_monitor_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.10.13 # Updated
8.11.x: 8.11.10 # Updated
mas_optimizer_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.4.9 # Updated
8.11.x: 8.5.8 # Updated
mas_predict_version:
9.0.x: 9.0.1 # Updated
8.10.x: 8.8.3 # No Update
8.11.x: 8.9.3 # No Update
mas_visualinspection_version:
9.0.x: 9.0.2 # Updated
8.10.x: 8.8.4 # No update
8.11.x: 8.9.5 # Updated

# Extra Images for UDS
# ------------------------------------------------------------------------------
uds_extras_version: 1.5.0

# Extra Images for Mongo
# ------------------------------------------------------------------------------
mongo_extras_version_default: 6.0.12
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.23
mongo_extras_version_6: 6.0.12

# Extra Images for Db2u
# ------------------------------------------------------------------------------
db2u_extras_version: 1.0.5

# Extra Images for IBM Watson Discovery
# ------------------------------------------------------------------------------
#wd_extras_version: 1.0.4

# Extra Images for Amlen
# ------------------------------------------------------------------------------
amlen_extras_version: 1.1.1

# Default Cloud Pak for Data version
# ------------------------------------------------------------------------------
cpd_product_version_default: 4.8.0
cpd_product_version: "{{ lookup('env', 'CPD_PRODUCT_VERSION') | default(cpd_product_version_default, true) }}"

0 comments on commit 597805f

Please sign in to comment.