mas-devops 9.17.2__tar.gz → 9.19.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. {mas_devops-9.17.2/src/mas_devops.egg-info → mas_devops-9.19.0}/PKG-INFO +1 -1
  2. {mas_devops-9.17.2 → mas_devops-9.19.0}/README.md +1 -1
  3. mas_devops-9.19.0/bin/mas-devops-apply-preinstall-rbac-for-saas +101 -0
  4. {mas_devops-9.17.2 → mas_devops-9.19.0}/setup.py +1 -0
  5. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/__init__.py +1 -1
  6. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251231-amd64.yaml +0 -1
  7. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260129-amd64.yaml +6 -4
  8. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260216-amd64.yaml +4 -4
  9. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260226-amd64.yaml +5 -4
  10. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260305-amd64.yaml +4 -4
  11. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260313-amd64.yaml +4 -4
  12. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260318-amd64.yaml +4 -5
  13. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260326-amd64.yaml +4 -4
  14. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260430-amd64.yaml +4 -2
  15. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260527-amd64.yaml +59 -60
  16. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260527-ppc64le.yaml +15 -16
  17. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260527-s390x.yaml +15 -16
  18. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/mas/__init__.py +2 -1
  19. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/mas/apps.py +35 -0
  20. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/ocp.py +35 -30
  21. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/pre_install.py +17 -21
  22. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/tekton.py +56 -10
  23. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-install.yml.j2 +29 -1
  24. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/users.py +223 -175
  25. {mas_devops-9.17.2 → mas_devops-9.19.0/src/mas_devops.egg-info}/PKG-INFO +1 -1
  26. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas_devops.egg-info/SOURCES.txt +1 -0
  27. {mas_devops-9.17.2 → mas_devops-9.19.0}/LICENSE +0 -0
  28. {mas_devops-9.17.2 → mas_devops-9.19.0}/MANIFEST.in +0 -0
  29. {mas_devops-9.17.2 → mas_devops-9.19.0}/bin/mas-devops-create-initial-users-for-saas +0 -0
  30. {mas_devops-9.17.2 → mas_devops-9.19.0}/bin/mas-devops-db2-validate-config +0 -0
  31. {mas_devops-9.17.2 → mas_devops-9.19.0}/bin/mas-devops-notify-slack +0 -0
  32. {mas_devops-9.17.2 → mas_devops-9.19.0}/bin/mas-devops-saas-job-cleaner +0 -0
  33. {mas_devops-9.17.2 → mas_devops-9.19.0}/pyproject.toml +0 -0
  34. {mas_devops-9.17.2 → mas_devops-9.19.0}/setup.cfg +0 -0
  35. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/aiservice.py +0 -0
  36. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/backup.py +0 -0
  37. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/__init__.py +0 -0
  38. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230414-amd64.yaml +0 -0
  39. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230518-amd64.yaml +0 -0
  40. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230526-amd64.yaml +0 -0
  41. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230616-amd64.yaml +0 -0
  42. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230627-amd64.yaml +0 -0
  43. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230721-amd64.yaml +0 -0
  44. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230725-amd64.yaml +0 -0
  45. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230829-amd64.yaml +0 -0
  46. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-230926-amd64.yaml +0 -0
  47. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-231004-amd64.yaml +0 -0
  48. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-231031-amd64.yaml +0 -0
  49. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-231128-amd64.yaml +0 -0
  50. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-231228-amd64.yaml +0 -0
  51. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-240130-amd64.yaml +0 -0
  52. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-240227-amd64.yaml +0 -0
  53. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-240326-amd64.yaml +0 -0
  54. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-240405-amd64.yaml +0 -0
  55. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-240430-amd64.yaml +0 -0
  56. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v8-240528-amd64.yaml +0 -0
  57. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-240625-amd64.yaml +0 -0
  58. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-240730-amd64.yaml +0 -0
  59. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-240827-amd64.yaml +0 -0
  60. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-241003-amd64.yaml +0 -0
  61. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-241107-amd64.yaml +0 -0
  62. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-241107-s390x.yaml +0 -0
  63. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-241205-amd64.yaml +0 -0
  64. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-241205-s390x.yaml +0 -0
  65. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250109-amd64.yaml +0 -0
  66. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250109-s390x.yaml +0 -0
  67. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250206-amd64.yaml +0 -0
  68. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250206-s390x.yaml +0 -0
  69. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250306-amd64.yaml +0 -0
  70. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250306-s390x.yaml +0 -0
  71. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250403-amd64.yaml +0 -0
  72. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250403-s390x.yaml +0 -0
  73. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250501-amd64.yaml +0 -0
  74. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250501-s390x.yaml +0 -0
  75. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250624-amd64.yaml +0 -0
  76. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250624-ppc64le.yaml +0 -0
  77. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250624-s390x.yaml +0 -0
  78. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250731-amd64.yaml +0 -0
  79. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250731-ppc64le.yaml +0 -0
  80. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250731-s390x.yaml +0 -0
  81. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250828-amd64.yaml +0 -0
  82. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250828-ppc64le.yaml +0 -0
  83. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250828-s390x.yaml +0 -0
  84. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250902-amd64.yaml +0 -0
  85. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250902-ppc64le.yaml +0 -0
  86. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250902-s390x.yaml +0 -0
  87. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250925-amd64.yaml +0 -0
  88. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-250925-ppc64le.yaml +0 -0
  89. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251010-amd64.yaml +0 -0
  90. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251010-ppc64le.yaml +0 -0
  91. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251030-amd64.yaml +0 -0
  92. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251030-ppc64le.yaml +0 -0
  93. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251030-s390x.yaml +0 -0
  94. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251127-amd64.yaml +0 -0
  95. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251127-ppc64le.yaml +0 -0
  96. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251127-s390x.yaml +0 -0
  97. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251224-amd64.yaml +0 -0
  98. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251224-ppc64le.yaml +0 -0
  99. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251224-s390x.yaml +0 -0
  100. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251231-ppc64le.yaml +0 -0
  101. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-251231-s390x.yaml +0 -0
  102. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml +0 -0
  103. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260129-s390x.yaml +0 -0
  104. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260216-ppc64le.yaml +0 -0
  105. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260216-s390x.yaml +0 -0
  106. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260226-ppc64le.yaml +0 -0
  107. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260226-s390x.yaml +0 -0
  108. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml +0 -0
  109. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260305-s390x.yaml +0 -0
  110. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260313-ppc64le.yaml +0 -0
  111. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260313-s390x.yaml +0 -0
  112. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260318-ppc64le.yaml +0 -0
  113. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260318-s390x.yaml +0 -0
  114. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260326-ppc64le.yaml +0 -0
  115. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260326-s390x.yaml +0 -0
  116. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260430-ppc64le.yaml +0 -0
  117. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/catalogs/v9-260430-s390x.yaml +0 -0
  118. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/data/ocp.yaml +0 -0
  119. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/db2.py +0 -0
  120. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/mas/suite.py +0 -0
  121. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/olm.py +0 -0
  122. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/restore.py +0 -0
  123. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/saas/__init__.py +0 -0
  124. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/saas/job_cleaner.py +0 -0
  125. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/slack.py +0 -0
  126. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/sls.py +0 -0
  127. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/aiservice-pipelines-pvc.yml.j2 +0 -0
  128. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/aiservice-pipelines-rbac.yml.j2 +0 -0
  129. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/ibm-entitlement-dockerconfig.json.j2 +0 -0
  130. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/ibm-entitlement-secret.yml.j2 +0 -0
  131. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/operatorgroup.yml.j2 +0 -0
  132. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipeline-additional-configs.yml.j2 +0 -0
  133. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-aiservice-upgrade.yml.j2 +0 -0
  134. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-backup.yml.j2 +0 -0
  135. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-restore.yml.j2 +0 -0
  136. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-uninstall.yml.j2 +0 -0
  137. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-update.yml.j2 +0 -0
  138. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelinerun-upgrade.yml.j2 +0 -0
  139. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelines-backup-pvc.yml.j2 +0 -0
  140. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelines-pvc.yml.j2 +0 -0
  141. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelines-rbac-cluster.yml.j2 +0 -0
  142. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/pipelines-rbac.yml.j2 +0 -0
  143. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/templates/subscription.yml.j2 +0 -0
  144. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas/devops/utils.py +0 -0
  145. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas_devops.egg-info/dependency_links.txt +0 -0
  146. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas_devops.egg-info/requires.txt +0 -0
  147. {mas_devops-9.17.2 → mas_devops-9.19.0}/src/mas_devops.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mas-devops
3
- Version: 9.17.2
3
+ Version: 9.19.0
4
4
  Summary: Python for Maximo Application Suite Dev/Ops
5
5
  Home-page: https://github.com/ibm-mas/python-devops
6
6
  Author: David Parker
@@ -88,4 +88,4 @@ mas-devops-create-initial-users-for-saas \
88
88
  Example of initial_users secret:
89
89
  ```json
90
90
  {"john.smith1@example.com":"primary,john1,smith1","john.smith2@example.com":"primary,john2,smith2","john.smith3@example.com":"secondary,john3,smith3"}
91
- ```
91
+ ```
@@ -0,0 +1,101 @@
1
+ #!/usr/bin/env python3
2
+
3
+ # *****************************************************************************
4
+ # Copyright (c) 2024 IBM Corporation and other Contributors.
5
+ #
6
+ # All rights reserved. This program and the accompanying materials
7
+ # are made available under the terms of the Eclipse Public License v1.0
8
+ # which accompanies this distribution, and is available at
9
+ # http://www.eclipse.org/legal/epl-v10.html
10
+ #
11
+ # *****************************************************************************
12
+
13
+ from mas.devops.pre_install import applyPreInstallMASRBAC
14
+ from kubernetes import client, config
15
+ from kubernetes.config.config_exception import ConfigException
16
+ from openshift.dynamic import DynamicClient
17
+ import sys
18
+ import argparse
19
+ import logging
20
+ import urllib3
21
+ urllib3.disable_warnings()
22
+
23
+
24
+ if __name__ == "__main__":
25
+ parser = argparse.ArgumentParser(description='Apply Pre-Install MAS RBAC')
26
+
27
+ parser.add_argument("--mas-instance-id", required=True, help="MAS Instance ID")
28
+ parser.add_argument("--mas-version", required=True, help="MAS Version (e.g., 9.2)")
29
+ parser.add_argument("--admin-mode", required=False, default="namespaced",
30
+ choices=["cluster", "namespaced", "minimal"],
31
+ help="Admin mode: cluster, namespaced, or minimal")
32
+ parser.add_argument("--selected-apps", required=False, default="core",
33
+ help="Comma-separated list of apps (e.g., core,manage,iot)")
34
+ parser.add_argument("--rbac-root-dir", required=False, default="/opt/app-root/rbac",
35
+ help="Root directory containing RBAC manifests")
36
+ parser.add_argument("--log-level", required=False,
37
+ choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
38
+ default="INFO")
39
+
40
+ args = parser.parse_args()
41
+
42
+ # Setup logging
43
+ log_level = getattr(logging, args.log_level)
44
+ logger = logging.getLogger()
45
+ logger.setLevel(log_level)
46
+
47
+ ch = logging.StreamHandler()
48
+ ch.setLevel(log_level)
49
+ chFormatter = logging.Formatter(
50
+ "%(asctime)-25s %(name)-50s %(levelname)-8s %(message)s"
51
+ )
52
+ ch.setFormatter(chFormatter)
53
+ logger.addHandler(ch)
54
+
55
+ mas_instance_id = args.mas_instance_id
56
+ mas_version = ".".join(args.mas_version.split(".")[:2])
57
+ admin_mode = args.admin_mode
58
+ selected_apps_str = args.selected_apps
59
+ rbac_root_dir = args.rbac_root_dir
60
+
61
+ # Parse selected apps
62
+ selected_apps = None
63
+ if selected_apps_str:
64
+ selected_apps = [app.strip() for app in selected_apps_str.split(',') if app.strip()]
65
+
66
+ logger.info("Configuration:")
67
+ logger.info("--------------")
68
+ logger.info(f"mas_instance_id: {mas_instance_id}")
69
+ logger.info(f"mas_version: {mas_version}")
70
+ logger.info(f"admin_mode: {admin_mode}")
71
+ logger.info(f"selected_apps: {selected_apps}")
72
+ logger.info(f"rbac_root_dir: {rbac_root_dir}")
73
+ logger.info(f"log_level: {log_level}")
74
+ logger.info("")
75
+
76
+ try:
77
+ # Try to load in-cluster configuration
78
+ config.load_incluster_config()
79
+ logger.debug("Loaded in-cluster configuration")
80
+ except ConfigException:
81
+ # If that fails, fall back to kubeconfig file
82
+ config.load_kube_config()
83
+ logger.debug("Loaded kubeconfig file")
84
+
85
+ try:
86
+ dynClient = DynamicClient(client.api_client.ApiClient())
87
+ applyPreInstallMASRBAC(
88
+ dynClient=dynClient,
89
+ masVersion=mas_version,
90
+ masInstanceId=mas_instance_id,
91
+ adminMode=admin_mode,
92
+ selectedApps=selected_apps,
93
+ rbacRootDir=rbac_root_dir
94
+ )
95
+ logger.info("Pre-Install MAS RBAC applied successfully")
96
+ sys.exit(0)
97
+ except Exception as e:
98
+ logger.error(f"Error applying Pre-Install MAS RBAC: {e}")
99
+ import traceback
100
+ traceback.print_exc()
101
+ sys.exit(1)
@@ -94,5 +94,6 @@ setup(
94
94
  'bin/mas-devops-create-initial-users-for-saas',
95
95
  'bin/mas-devops-saas-job-cleaner',
96
96
  'bin/mas-devops-notify-slack',
97
+ 'bin/mas-devops-apply-preinstall-rbac-for-saas',
97
98
  ]
98
99
  )
@@ -8,4 +8,4 @@
8
8
  #
9
9
  # *****************************************************************************
10
10
 
11
- __version__ = "9.17.2"
11
+ __version__ = "9.19.0"
@@ -140,7 +140,6 @@ amlen_extras_version: 1.1.3
140
140
  # ------------------------------------------------------------------------------
141
141
  cpd_product_version_default: 5.2.0
142
142
 
143
- manage_extras_913: 9.1.3
144
143
  minio_version: RELEASE.2025-06-13T11-33-47Z
145
144
 
146
145
 
@@ -41,8 +41,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
41
41
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
42
42
  datarefinery_version: 11.0.0+20250513.203727.232
43
43
 
44
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
45
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
46
44
 
47
45
  # Dependencies - Db2u
48
46
  # -----------------------------------------------------------------------------
@@ -102,6 +100,11 @@ dd_version: 1.1.21
102
100
  # https://github.com/opendatahub-io/opendatahub-operator/releases
103
101
  odh_version: 2.32.0
104
102
 
103
+ # Dependencies - Minio
104
+ # -----------------------------------------------------------------------------
105
+ minio_extras_version: 1.0.0
106
+
107
+
105
108
  # Maximo Application Suite
106
109
  # -----------------------------------------------------------------------------
107
110
  mas_core_version:
@@ -159,8 +162,7 @@ mas_facilities_version:
159
162
  8.10.x: "" # Not Supported
160
163
  8.11.x: "" # Not Supported
161
164
 
162
- # TODO: What is this? It almost certainly should not be here.
163
- manage_extras_913: 9.1.3
165
+
164
166
 
165
167
 
166
168
  # Maximo AI Service
@@ -38,8 +38,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
38
38
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
39
39
  datarefinery_version: 11.0.0+20250513.203727.232
40
40
 
41
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
42
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
43
41
 
44
42
  # Dependencies - Db2u
45
43
  # -----------------------------------------------------------------------------
@@ -99,6 +97,10 @@ dd_version: 1.1.21
99
97
  # https://github.com/opendatahub-io/opendatahub-operator/releases
100
98
  odh_version: 2.32.0
101
99
 
100
+ # Dependencies - Minio
101
+ # -----------------------------------------------------------------------------
102
+ minio_extras_version: 1.0.0
103
+
102
104
  # Maximo Application Suite
103
105
  # -----------------------------------------------------------------------------
104
106
  mas_core_version:
@@ -156,8 +158,6 @@ mas_facilities_version:
156
158
  8.10.x: "" # Not Supported
157
159
  8.11.x: "" # Not Supported
158
160
 
159
- # TODO: What is this? It almost certainly should not be here.
160
- manage_extras_913: 9.1.3
161
161
 
162
162
 
163
163
  # Maximo AI Service
@@ -41,8 +41,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
41
41
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
42
42
  datarefinery_version: 11.0.0+20250513.203727.232
43
43
 
44
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
45
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
46
44
 
47
45
 
48
46
  # Dependencies - Db2u
@@ -114,6 +112,10 @@ dd_version: 1.1.22
114
112
  # https://github.com/opendatahub-io/opendatahub-operator/releases
115
113
  odh_version: 2.32.0
116
114
 
115
+ # Dependencies - Minio
116
+ # -----------------------------------------------------------------------------
117
+ minio_extras_version: 1.0.0
118
+
117
119
  # Maximo Application Suite
118
120
  # -----------------------------------------------------------------------------
119
121
  mas_core_version:
@@ -179,8 +181,7 @@ aiservice_version:
179
181
  9.1.x: 9.1.12 # Updated
180
182
 
181
183
 
182
- # TODO: What is this? It almost certainly should not be here.
183
- manage_extras_913: 9.1.3
184
+
184
185
 
185
186
 
186
187
  # Editorial
@@ -41,8 +41,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
41
41
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
42
42
  datarefinery_version: 11.0.0+20250513.203727.232
43
43
 
44
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
45
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
46
44
 
47
45
 
48
46
  # Dependencies - Db2u
@@ -114,6 +112,10 @@ dd_version: 1.1.22
114
112
  # https://github.com/opendatahub-io/opendatahub-operator/releases
115
113
  odh_version: 2.32.0
116
114
 
115
+ # Dependencies - Minio
116
+ # -----------------------------------------------------------------------------
117
+ minio_extras_version: 1.0.0
118
+
117
119
  # Maximo Application Suite
118
120
  # -----------------------------------------------------------------------------
119
121
  mas_core_version:
@@ -179,8 +181,6 @@ aiservice_version:
179
181
  9.1.x: 9.1.12 # No Update
180
182
 
181
183
 
182
- # TODO: What is this? It almost certainly should not be here.
183
- manage_extras_913: 9.1.3
184
184
 
185
185
 
186
186
  # Editorial
@@ -41,8 +41,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
41
41
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
42
42
  datarefinery_version: 11.0.0+20250513.203727.232
43
43
 
44
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
45
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
46
44
 
47
45
 
48
46
  # Dependencies - Db2u
@@ -114,6 +112,10 @@ dd_version: 1.1.22
114
112
  # https://github.com/opendatahub-io/opendatahub-operator/releases
115
113
  odh_version: 2.32.0
116
114
 
115
+ # Dependencies - Minio
116
+ # -----------------------------------------------------------------------------
117
+ minio_extras_version: 1.0.0
118
+
117
119
  # Maximo Application Suite
118
120
  # -----------------------------------------------------------------------------
119
121
  mas_core_version:
@@ -179,8 +181,6 @@ aiservice_version:
179
181
  9.1.x: 9.1.12 # No Update
180
182
 
181
183
 
182
- # TODO: What is this? It almost certainly should not be here.
183
- manage_extras_913: 9.1.3
184
184
 
185
185
 
186
186
  # Editorial
@@ -41,9 +41,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
41
41
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
42
42
  datarefinery_version: 11.0.0+20250513.203727.232
43
43
 
44
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
45
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
46
-
47
44
 
48
45
  # Dependencies - Db2u
49
46
  # -----------------------------------------------------------------------------
@@ -114,6 +111,10 @@ dd_version: 1.1.22
114
111
  # https://github.com/opendatahub-io/opendatahub-operator/releases
115
112
  odh_version: 2.32.0
116
113
 
114
+ # Dependencies - Minio
115
+ # -----------------------------------------------------------------------------
116
+ minio_extras_version: 1.0.0
117
+
117
118
  # Maximo Application Suite
118
119
  # -----------------------------------------------------------------------------
119
120
  mas_core_version:
@@ -179,8 +180,6 @@ aiservice_version:
179
180
  9.1.x: 9.1.12 # No Update
180
181
 
181
182
 
182
- # TODO: What is this? It almost certainly should not be here.
183
- manage_extras_913: 9.1.3
184
183
 
185
184
 
186
185
  # Editorial
@@ -42,8 +42,6 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
42
42
  # See: https://ibm-mas.slack.com/archives/C02PUHKQB5L/p1770849370378689
43
43
  datarefinery_version: 11.0.0+20250513.203727.232
44
44
 
45
- # TODO: Why is this here, there is no evidence that it is being used in image mirroring?
46
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
47
45
 
48
46
 
49
47
  # Dependencies - Db2u
@@ -115,6 +113,10 @@ dd_version: 1.1.23
115
113
  # https://github.com/opendatahub-io/opendatahub-operator/releases
116
114
  odh_version: 2.32.0
117
115
 
116
+ # Dependencies - Minio
117
+ # -----------------------------------------------------------------------------
118
+ minio_extras_version: 1.0.0
119
+
118
120
  # Maximo Application Suite
119
121
  # -----------------------------------------------------------------------------
120
122
  mas_core_version:
@@ -181,8 +183,6 @@ aiservice_version:
181
183
  9.1.x: 9.1.13 # Updated
182
184
 
183
185
 
184
- # TODO: What is this? It almost certainly should not be here.
185
- manage_extras_913: 9.1.3
186
186
 
187
187
 
188
188
  # Editorial
@@ -26,7 +26,6 @@ ibm_zen_version: 6.2.0+20250530.152516.232 # For CPD5 ibm-zen has to be exp
26
26
 
27
27
  db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
28
28
  db2_channel_default: v110509.0 # Default Channel version for db2u-operator
29
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
30
29
  uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
31
30
  sls_version: 3.12.8 # Updated # Operator version 3.12.7 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
32
31
  tsm_version: 1.7.6 # Updated # Operator version 1.7.6 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
@@ -54,6 +53,10 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
54
53
  # https://github.com/opendatahub-io/opendatahub-operator/releases
55
54
  odh_version: 2.32.0
56
55
 
56
+ # Dependencies - Minio
57
+ # -----------------------------------------------------------------------------
58
+ minio_extras_version: 1.0.0
59
+
57
60
  # Maximo Application Suite
58
61
  # -----------------------------------------------------------------------------
59
62
  mas_core_version:
@@ -166,7 +169,6 @@ redis_extras_version: 2.1.40 # No Update
166
169
  # ------------------------------------------------------------------------------
167
170
  cpd_product_version_default: 5.2.0 # No Update
168
171
 
169
- manage_extras_913: 9.1.3
170
172
  minio_version: RELEASE.2025-06-13T11-33-47Z
171
173
 
172
174
  editorial:
@@ -1,11 +1,11 @@
1
1
  ---
2
- # Case bundle configuration for IBM Maximo Operator Catalog 260430 (AMD64)
2
+ # Case bundle configuration for IBM Maximo Operator Catalog 260527 (AMD64)
3
3
  # -----------------------------------------------------------------------------
4
4
  # In the future this won't be necessary as we'll be able to mirror from the
5
5
  # catalog itself, but not everything in the catalog supports this yet (including MAS)
6
6
  # so we need to use the CASE bundle mirror process still.
7
7
 
8
- catalog_digest: sha256:b328d8ee64b4b159124400edaef59c6ca04f4725749b127b8b03b2fd48944bf0
8
+ catalog_digest: sha256:6d6ffa85e7eab8f42c90976534b15ccbda055405e9515e737e06d4047503b9b1
9
9
 
10
10
  ocp_compatibility:
11
11
  - "4.16"
@@ -19,17 +19,16 @@ ocp_compatibility:
19
19
  # -----------------------------------------------------------------------------
20
20
  ibm_licensing_version: 4.2.17 # Operator version 4.2.14 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-licensing)
21
21
  common_svcs_version: 4.13.0 # Operator version 4.13.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-common-services)
22
- common_svcs_version_1: 4.11.0 # Additional version 4.11.0
22
+ #common_svcs_version_1: 4.11.0 # Additional version 4.11.0
23
23
 
24
24
  cp4d_platform_version: 5.2.0+20250709.170324 # Operator version 5.2.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-datacore/)
25
25
  ibm_zen_version: 6.2.0+20250530.152516.232 # For CPD5 ibm-zen has to be explicitily mirrored
26
26
 
27
27
  db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
28
28
  db2_channel_default: v110509.0 # Default Channel version for db2u-operator
29
- events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
30
29
  uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
31
- sls_version: 3.12.8 # Updated # Operator version 3.12.7 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
32
- tsm_version: 1.7.6 # Updated # Operator version 1.7.6 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
30
+ sls_version: 3.12.8 # No Update # Operator version 3.12.7 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
31
+ tsm_version: 1.7.6 # No Update # Operator version 1.7.6 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
33
32
  dd_version: 1.1.23 # No Update # Operator version 1.1.23 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases)
34
33
  appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking to 6.2.0 version # Please do Not Change
35
34
  wsl_version: 11.0.0+20250521.202913.73 # used for wsl and wsl_runtimes unless wsl_runtimes_version also specified
@@ -54,17 +53,21 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
54
53
  # https://github.com/opendatahub-io/opendatahub-operator/releases
55
54
  odh_version: 2.32.0
56
55
 
56
+ # Dependencies - Minio
57
+ # -----------------------------------------------------------------------------
58
+ minio_extras_version: 1.0.0
59
+
57
60
  # Maximo Application Suite
58
61
  # -----------------------------------------------------------------------------
59
62
  mas_core_version:
60
- 9.2.x-feature: 9.2.0-pre.stable_21734 # Updated
61
- 9.1.x: 9.1.16 # Updated
62
- 9.0.x: 9.0.24 # Updated
63
- 8.10.x: 8.10.37 # Updated
64
- 8.11.x: 8.11.34 # Updated
63
+ 9.2.x-feature: 9.2.0-pre.stable_21734 # No Update
64
+ 9.1.x: 9.1.18 # Updated
65
+ 9.0.x: 9.0.26 # Updated
66
+ 8.10.x: 8.10.37 # No Update
67
+ 8.11.x: 8.11.34 # No Update
65
68
  mas_assist_version:
66
- 9.1.x: 9.1.10 # Updated
67
- 9.0.x: 9.0.16 # Updated
69
+ 9.1.x: 9.1.11 # Updated
70
+ 9.0.x: 9.0.17 # Updated
68
71
  8.10.x: 8.7.8 # No Update
69
72
  8.11.x: 8.8.7 # No Update
70
73
  mas_hputilities_version:
@@ -73,44 +76,44 @@ mas_hputilities_version:
73
76
  8.10.x: 8.6.7 # No Update
74
77
  8.11.x: "" # Not Supported
75
78
  mas_iot_version:
76
- 9.2.x-feature: 9.2.0-pre.stable_21024 # Updated
77
- 9.1.x: 9.1.10 # Updated
78
- 9.0.x: 9.0.19 # Updated
79
- 8.10.x: 8.7.33 # Updated
80
- 8.11.x: 8.8.30 # Updated
79
+ 9.2.x-feature: 9.2.0-pre.stable_21024 # No Update
80
+ 9.1.x: 9.1.11 # Updated
81
+ 9.0.x: 9.0.20 # Updated
82
+ 8.10.x: 8.7.33 # No Update
83
+ 8.11.x: 8.8.30 # No Update
81
84
  mas_manage_version:
82
- 9.2.x-feature: 9.2.0-pre.stable_21956 # Updated
83
- 9.1.x: 9.1.17 # Updated
84
- 9.0.x: 9.0.25 # Updated
85
- 8.10.x: 8.6.38 # Updated
86
- 8.11.x: 8.7.32 # Updated
85
+ 9.2.x-feature: 9.2.0-pre.stable_21956 # No Update
86
+ 9.1.x: 9.1.18 # Updated
87
+ 9.0.x: 9.0.26 # Updated
88
+ 8.10.x: 8.6.38 # No Update
89
+ 8.11.x: 8.7.32 # No Update
87
90
  mas_monitor_version:
88
- 9.2.x-feature: 9.2.0-pre.stable_21784 # Updated
89
- 9.1.x: 9.1.10 # Updated
90
- 9.0.x: 9.0.20 # Updated
91
- 8.10.x: 8.10.30 # Updated
92
- 8.11.x: 8.11.28 # Updated
93
- mas_optimizer_version:
94
- 9.2.x-feature: 9.2.0-pre.stable_21493 # Updated
91
+ 9.2.x-feature: 9.2.0-pre.stable_21784 # No Update
95
92
  9.1.x: 9.1.11 # Updated
96
- 9.0.x: 9.0.22 # Updated
97
- 8.10.x: 8.4.28 # Updated
98
- 8.11.x: 8.5.28 # Updated
93
+ 9.0.x: 9.0.20 # No Update
94
+ 8.10.x: 8.10.30 # No Update
95
+ 8.11.x: 8.11.28 # No Update
96
+ mas_optimizer_version:
97
+ 9.2.x-feature: 9.2.0-pre.stable_21493 # No Update
98
+ 9.1.x: 9.1.12 # Updated
99
+ 9.0.x: 9.0.23 # Updated
100
+ 8.10.x: 8.4.28 # No Update
101
+ 8.11.x: 8.5.28 # No Update
99
102
  mas_predict_version:
100
- 9.2.x-feature: 9.2.0-pre.stable_22454 # Updated
101
- 9.1.x: 9.1.7 # Updated
102
- 9.0.x: 9.0.14 # Updated
103
- 8.10.x: 8.8.15 # Updated
104
- 8.11.x: 8.9.17 # Updated
103
+ 9.2.x-feature: 9.2.0-pre.stable_22454 # No Update
104
+ 9.1.x: 9.1.8 # Updated
105
+ 9.0.x: 9.0.15 # Updated
106
+ 8.10.x: 8.8.15 # No Update
107
+ 8.11.x: 8.9.17 # No Update
105
108
  mas_visualinspection_version:
106
109
  9.2.x-feature: 9.2.0-pre.stable_12598 # No Update
107
- 9.1.x: 9.1.12 # Updated
108
- 9.0.x: 9.0.19 # Updated
110
+ 9.1.x: 9.1.17 # Updated
111
+ 9.0.x: 9.0.20 # Updated
109
112
  8.10.x: 8.8.4 # No Update
110
- 8.11.x: 8.9.21 # Updated
113
+ 8.11.x: 8.9.21 # No Update
111
114
  mas_facilities_version:
112
115
  9.2.x-feature: 9.2.0-pre.stable_16853 # No Update
113
- 9.1.x: 9.1.10 # Updated
116
+ 9.1.x: 9.1.11 # Updated
114
117
  9.0.x: "" # Not Supported
115
118
  8.10.x: "" # Not Supported
116
119
  8.11.x: "" # Not Supported
@@ -119,11 +122,11 @@ mas_facilities_version:
119
122
  # Maximo AI Service
120
123
  # ------------------------------------------------------------------------------
121
124
  aiservice_version:
122
- 9.2.x-feature: 9.2.0-pre.stable_21747 # Updated
123
- 9.1.x: 9.1.14 # Updated
125
+ 9.2.x-feature: 9.2.0-pre.stable_21747 # No Update
126
+ 9.1.x: 9.1.15 # Updated
124
127
 
125
128
  aiservice_tenant_version:
126
- 9.2.x-feature: 9.2.0-pre.stable_21714 # Updated
129
+ 9.2.x-feature: 9.2.0-pre.stable_21714 # No Update
127
130
 
128
131
 
129
132
  # Extra Images for UDS
@@ -166,25 +169,21 @@ redis_extras_version: 2.1.40 # No Update
166
169
  # ------------------------------------------------------------------------------
167
170
  cpd_product_version_default: 5.2.0 # No Update
168
171
 
169
- manage_extras_913: 9.1.3
170
172
  minio_version: RELEASE.2025-06-13T11-33-47Z
171
173
 
172
174
  editorial:
173
175
  whats_new:
174
176
  - title: '**Security updates and bug fixes**'
175
177
  details:
176
- - IBM Maximo Application Suite Core Platform [v8.10.37](https://www.ibm.com/support/pages/node/7270974), [v8.11.34](https://www.ibm.com/support/pages/node/7270975), [v9.0.24](https://www.ibm.com/support/pages/node/7270976) and [v9.1.16](https://www.ibm.com/support/pages/node/7270977)
177
- - IBM Maximo Manage [v8.6.38](https://www.ibm.com/support/pages/node/7270968), [v8.7.32](https://www.ibm.com/support/pages/node/7270969), [v9.0.25](https://www.ibm.com/support/pages/node/7270970) and [v9.1.17](https://www.ibm.com/support/pages/node/7270971)
178
- - IBM Maximo IoT [v8.7.33](https://www.ibm.com/support/pages/node/7270683), [v8.8.30](https://www.ibm.com/support/pages/node/7270684), [v9.0.19](https://www.ibm.com/support/pages/node/7270685) and [v9.1.10](https://www.ibm.com/support/pages/node/7270686)
179
- - IBM Maximo Monitor [v8.10.30](https://www.ibm.com/support/pages/node/7271126), [v8.11.28](https://www.ibm.com/support/pages/node/7271125), [v9.0.20](https://www.ibm.com/support/pages/node/7271124) and [v9.1.10](https://www.ibm.com/support/pages/node/7270981)
180
- - IBM Maximo Optimizer [v8.4.28](https://www.ibm.com/support/pages/node/7266732),[v8.5.28](https://www.ibm.com/support/pages/node/7270110), [v9.0.22](https://www.ibm.com/support/pages/node/7270109) and [v9.1.11](https://www.ibm.com/support/pages/node/7270108)
181
- - IBM Maximo Assist/Collaborate [v9.0.16](https://www.ibm.com/support/pages/node/7270678), [v9.1.10](https://www.ibm.com/support/pages/node/7270662)
182
- - IBM Maximo Predict [v8.8.15](https://www.ibm.com/support/pages/node/7270810), [v8.9.17](https://www.ibm.com/support/pages/node/7270809), [v9.0.14](https://www.ibm.com/support/pages/node/7270807) and [v9.1.7](https://www.ibm.com/support/pages/node/7270808)
183
- - IBM Maximo Visual Inspection [v8.9.21](https://www.ibm.com/support/pages/node/7270958), [v9.0.19](https://www.ibm.com/support/pages/node/7270959), [v9.1.12](https://www.ibm.com/support/pages/node/7270961)
184
- - IBM Maximo Real Estate and Facilities [v9.1.10](https://www.ibm.com/support/pages/node/7270843)
185
- - IBM Maximo AI Service [v9.1.14](https://www.ibm.com/support/pages/node/7270125)
186
- - IBM Truststore Manager v1.7
187
- - IBM Suite License Service v3.12
188
-
178
+ - IBM Maximo Application Suite Core Platform [v9.0.26](https://www.ibm.com/support/pages/node/7273948) and [v9.1.18](https://supportcontent.ibm.com/support/pages/node/7273949)
179
+ - IBM Maximo Manage [v9.0.26](https://www.ibm.com/support/pages/node/7274051) and [v9.1.18](https://www.ibm.com/support/pages/node/7274052)
180
+ - IBM Maximo IoT [v9.0.20](https://www.ibm.com/support/pages/node/7273937) and [v9.1.11](https://www.ibm.com/support/pages/node/7273938)
181
+ - IBM Maximo Monitor [v9.1.11](https://www.ibm.com/support/pages/node/7274017)
182
+ - IBM Maximo Optimizer [v9.0.23]( https://www.ibm.com/support/pages/node/7273440) and [v9.1.12](https://www.ibm.com/support/pages/node/7273443)
183
+ - IBM Maximo Assist/Collaborate [v9.0.17](https://www.ibm.com/support/pages/node/7273929), [v9.1.11](https://www.ibm.com/support/pages/node/7273930)
184
+ - IBM Maximo Predict [v9.0.15](https://www.ibm.com/support/pages/node/7273940) and [v9.1.8](https://www.ibm.com/support/pages/node/7273939)
185
+ - IBM Maximo Visual Inspection [v9.0.20](https://www.ibm.com/support/pages/node/7274038), [v9.1.17](https://www.ibm.com/support/pages/node/7274039)
186
+ - IBM Maximo Real Estate and Facilities [v9.1.11](https://www.ibm.com/support/pages/node/7273955)
187
+ - IBM Maximo AI Service [v9.1.15](https://www.ibm.com/support/pages/node/7273795)
189
188
  known_issues:
190
- - title: A know issue in IBM Maximo Real Estate and Facilities, users may encounter failures during upgrade scenarios (9.1.9 → 9.2 FC).
189
+ - title: NA
@@ -1,11 +1,11 @@
1
1
  ---
2
- # Case bundle configuration for IBM Maximo Operator Catalog 260430 (PPC)
2
+ # Case bundle configuration for IBM Maximo Operator Catalog 260527 (PPC)
3
3
  # -----------------------------------------------------------------------------
4
4
  # In the future this won't be necessary as we'll be able to mirror from the
5
5
  # catalog itself, but not everything in the catalog supports this yet (including MAS)
6
6
  # so we need to use the CASE bundle mirror process still.
7
7
 
8
- catalog_digest: sha256:7f709aa2f1d94fa433c2e6f2d4e96b0662e649aa73b4b9c98dead21db62058c4
8
+ catalog_digest: sha256:0af46c1ec2e76ea50fe00ff138f9cb3af434e2f02b78a5d8483d404e07eecf6b
9
9
 
10
10
  ocp_compatibility:
11
11
  - "4.16"
@@ -16,22 +16,23 @@ ocp_compatibility:
16
16
  - "4.21"
17
17
 
18
18
  uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
19
- sls_version: 3.12.8 # Updated # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
20
- tsm_version: 1.7.6 # Updated # Operator version 1.7.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
21
- db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 to find the version 7.3.1+20250821.161005.16793, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
19
+ sls_version: 3.12.8 # No Update # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
20
+ tsm_version: 1.7.6 # No Update # Operator version 1.7.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
21
+ db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
22
+ db2_channel_default: v110509.0 # Default Channel version for db2u-operator
22
23
 
23
24
  # Maximo Application Suite
24
25
  # -----------------------------------------------------------------------------
25
26
  mas_core_version:
26
- 9.2.x-feature: 9.2.0-pre.stable_21734 # Updated
27
- 9.1.x: 9.1.16 # Updated
28
- 9.0.x: 9.0.24 # Updated
27
+ 9.2.x-feature: 9.2.0-pre.stable_21734 # No Update
28
+ 9.1.x: 9.1.18 # Updated
29
+ 9.0.x: 9.0.26 # Updated
29
30
  8.10.x: "" # Not Supported
30
31
  8.11.x: "" # Not Supported
31
32
  mas_manage_version:
32
- 9.2.x-feature: 9.2.0-pre.stable_21956 # Updated
33
- 9.1.x: 9.1.17 # Updated
34
- 9.0.x: 9.0.25 # Updated
33
+ 9.2.x-feature: 9.2.0-pre.stable_21956 # No Update
34
+ 9.1.x: 9.1.18 # Updated
35
+ 9.0.x: 9.0.26 # Updated
35
36
  8.10.x: "" # Not Supported
36
37
  8.11.x: "" # Not Supported
37
38
 
@@ -54,9 +55,7 @@ editorial:
54
55
  whats_new:
55
56
  - title: '**Security updates and bug fixes**'
56
57
  details:
57
- - IBM Maximo Application Suite Core Platform [v9.0.24](https://www.ibm.com/support/pages/node/7270976) and [v9.1.16](https://www.ibm.com/support/pages/node/7270977)
58
- - IBM Maximo Manage [v9.0.25](https://www.ibm.com/support/pages/node/7270970) and [v9.1.17](https://www.ibm.com/support/pages/node/7270971)
59
- - IBM Truststore Manager v1.7
60
- - IBM Suite License Service v3.12
58
+ - IBM Maximo Application Suite Core Platform [v9.0.26](https://www.ibm.com/support/pages/node/7273948) and [v9.1.18](https://supportcontent.ibm.com/support/pages/node/7273949)
59
+ - IBM Maximo Manage [v9.0.26](https://www.ibm.com/support/pages/node/7274051) and [v9.1.18](https://www.ibm.com/support/pages/node/7274052)
61
60
  known_issues:
62
- - title: A know issue in IBM Maximo Real Estate and Facilities, users may encounter failures during upgrade scenarios (9.1.9 → 9.2 FC).
61
+ - title: NA