generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathibm_catalog.json
122 lines (122 loc) · 4.51 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
{
"products": [
{
"name": "deploy-arch-ibm-slz-was-operator",
"label": "WebSphere Liberty operator add-on for the landing zone",
"product_kind": "solution",
"tags": [
"ibm_created",
"target_terraform",
"terraform",
"integration",
"solution"
],
"keywords": [
"vpc",
"slz",
"IaC",
"infrastructure as code",
"terraform",
"solution",
"WAS",
"Operator",
"websphere liberty operator",
"websphere operator",
"was liberty operator",
"was operator"
],
"short_description": "Installs the WebSphere (WAS) Liberty operator on the landing zone (SLZ).",
"long_description": "Installs the WebSphere (WAS) Liberty operator on the landing zone (SLZ).",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-websphere-liberty-operator/blob/main/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-websphere-liberty-operator/main/images/Websphere-icon.svg",
"provider_name": "IBM",
"features": [
{
"description": "Supports configuring the marketplace Catalog Source for the IBM Operators catalog on existing cluster.",
"title": "Configures Catalog Source for the IBM Operators catalog on existing cluster"
},
{
"description": "Supports configuring the Operator Group for the IBM WebSphere Liberty Operator on existing cluster.",
"title": "Configures the Operator Group for the IBM WebSphere Liberty Operator on existing cluster."
},
{
"description": "Supports installing the IBM WebSphere Liberty Operator on existing cluster.",
"title": "Installs the IBM WebSphere Liberty Operator on existing cluster."
},
{
"description": "Supports installing the IBM WebSphere Liberty Operator sample application on existing cluster.",
"title": "Installs the IBM WebSphere Liberty Operator sample application on existing cluster.."
}
],
"flavors": [
{
"label": "Standard",
"name": "standard",
"install_type": "fullstack",
"working_directory": "extensions/landing-zone",
"dependency_version_2": true,
"dependencies": [
{
"flavors": [
"quickstart"
],
"id": "95fccffc-ae3b-42df-b6d9-80be5914d852-global",
"name": "deploy-arch-ibm-slz-ocp",
"version": "v5.20.0",
"optional": true
}
],
"configuration": [
{
"custom_config": {
"config_constraints": {
"generationType": "2"
},
"grouping": "deployment",
"original_grouping": "deployment",
"type": "vpc_region"
},
"key": "region",
"required": true
}
],
"architecture": {
"descriptions": "",
"features": [
{
"title": "Works with the landing zone",
"description": "Yes"
},
{
"title": "Installs catalog source the IBM Operator catalog on the existing cluster",
"description": "Yes"
},
{
"title": "Supports configuring the Operator Group for the IBM WebSphere Liberty Operator on existing cluster",
"description": "Yes"
},
{
"title": "Supports installing the IBM WebSphere Liberty Operator on existing cluster",
"description": "Yes"
},
{
"title": "Supports installing the IBM WebSphere Liberty Operator sample application on existing cluster",
"description": "Yes"
}
],
"diagrams": [
{
"diagram": {
"caption": "Websphere installation on a landing zone VPC cluster.",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-websphere-liberty-operator/main/reference-architecture/was_operator.svg",
"type": "image/svg+xml"
},
"description": "Websphere installation on a landing zone VPC cluster."
}
]
}
}
]
}
]
}