generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ibm_catalog.json
144 lines (144 loc) · 5.97 KB
/
ibm_catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"products": [
{
"name": "deploy-arch-ibm-mas",
"label": "Maximo Application Suite",
"product_kind": "solution",
"tags": [
"ibm_created",
"target_terraform",
"terraform",
"reference_architecture",
"solution",
"enterprise_app"
],
"keywords": [
"Enterprise Asset Management",
"Asset Performance Management",
"Asset Lifecycle Management",
"Maximo Application Suite"
],
"short_description": "Deploy an IBM Maximo Application Suite instance in a Red Hat Openshift cluster",
"long_description": "This deployable architecture provides a simple automated way to get started with IBM Maximo Application Suite on IBM Cloud. \n \n IBM Maximo Application Suite is a set of applications for asset monitoring, management, predictive maintenance and reliability planning. \n \n Get the most value from your enterprise assets with Maximo Application Suite. It's a single, integrated cloud-based platform that uses AI, IoT and analytics to optimize performance, extend asset lifecycles and reduce operational downtime and costs. \n \n With market-leading technology from IBM Maximo, you'll have access to configurable CMMS, EAM, APM and RCM applications, along with streamlined installation and administration, plus a better user experience with shared data and workflows.",
"offering_docs_url": "https://cloud.ibm.com/docs/maximo-application-suite",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mas/main/images/ibm-icon.svg",
"provider_name": "IBM",
"features": [
{
"description": "Manage and maintain high-value assets with AI and analytics to optimize performance, extend asset lifecycles and reduce downtime and costs.",
"title": "Enterprise Asset Management"
},
{
"description": "Deliver the right asset operational data and step-by-step guidance to field technicians when and where they need it with remote and AI-power.",
"title": "Mobile EAM."
},
{
"description": "Move beyond time schedules and improve asset reliability by using insights from operational data and analytics for maintenance planning.",
"title": "Predictive maintenance."
},
{
"description": "Jumpstart your operations by capitalizing on the IBM Maximo Reliability Strategies app and Library, based on more than 25years of RCM studio.",
"title": "Reliability centered maintenance."
},
{
"description": "Get advanced remote asset monitoring for real-time visibility, root-cause troubleshooting, anomaly detection, and AI-driven alerts at scale.",
"title": "Remote monitoring."
},
{
"description": "Increase productivity, identify production defects faster and gain operational insight with AI computer vision for automated inspection.",
"title": "Visual Inspection."
}
],
"flavors": [
{
"label": "Existing Cluster",
"name": "ExistingCluster",
"install_type": "extension",
"working_directory": "solutions/existing-cluster",
"dependencies": [
{
"flavors": [
"standard"
],
"id": "95fccffc-ae3b-42df-b6d9-80be5914d852-global",
"name": "deploy-arch-ibm-slz-ocp",
"version": ">=v3.0.0",
"optional": true
}
],
"release_notes_url": "https://cloud.ibm.com/docs/maximo-application-suite?topic=maximo-application-suite-release-notes",
"configuration": [
{
"custom_config": {
"config_constraints": {
"generationType": "2"
},
"grouping": "deployment",
"original_grouping": "deployment",
"type": "deployment_flavor"
},
"key": "deployment_flavor",
"type": "string",
"required": true,
"options": [
{
"displayname": "core",
"value": "core"
},
{
"displayname": "manage",
"value": "manage"
}
]
},
{
"custom_config": {
"config_constraints": {
"generationType": "2"
},
"grouping": "deployment",
"original_grouping": "deployment",
"type": "vpc_region"
},
"key": "region",
"required": true,
"type": "string"
}
],
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "containers-kubernetes"
}
],
"architecture": {
"descriptions": "",
"features": [
{
"title": "Works with the landing zone",
"description": "Yes"
},
{
"title": "Supports installing the Maximo Application Suite on existing Openshift cluster.",
"description": "Yes"
}
],
"diagrams": [
{
"diagram": {
"caption": "Maximo Application Suite on existing IBM landing zone cluster.",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mas/main/reference-architectures/mas_deployable_architecture.svg",
"type": "image/svg+xml"
},
"description": "Maximo Application Suite on existing IBM landing zone cluster."
}
]
}
}
]
}
]
}