generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ibm_catalog.json
233 lines (231 loc) · 7.73 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
{
"products": [
{
"name": "deploy-arch-ibm-wazi",
"label": "Wazi as a Service on VPC Landing zone",
"product_kind": "solution",
"tags": [
"virtualservers",
"ibm_created",
"target_terraform",
"terraform",
"solution"
],
"keywords": [
"vpc",
"slz",
"IaC",
"infrastructure as code",
"terraform",
"solution",
"vsi",
"wazi virtual server instance"
],
"short_description": "Creates a secure infrastructure with Wazi virtual servers to run your workloads on a VPC network",
"long_description": "The Wazi VSI on VPC landing zone provides secure and customizable compute resources for running your applications and services. It creates secure and compliant Virtual Server Instances (VSI) on top of an existing Virtual Private Cloud (VPC) network.",
"offering_icon_url": "https://globalcatalog.cloud.ibm.com/api/v1/1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc/artifacts/solution.svg",
"provider_name": "IBM",
"flavors": [
{
"label": "Standard",
"name": "standard",
"working_directory": "solutions/standard",
"compliance": {
},
"iam_permissions": [
{
"service_name": "iam-identity",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Operator"
]
},
{
"service_name": "is.vpc",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Operator"
]
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager"
],
"service_name": "cloud-object-storage"
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager"
],
"service_name": "kms"
}
],
"architecture": {
"descriptions": "",
"features": [
{
"title": "Seperate VPC for edge",
"description": "Yes"
},
{
"title": "Seperate VPC for Workloads",
"description": "Yes"
},
{
"title": "Virtual Server Instances for every subnet",
"description": "Yes"
},
{
"title": "Increases security with Key Management",
"description": "Yes"
},
{
"title": "Collects and stores Internet Protocol (IP) traffic information with Activity Tracker and Flow Logs",
"description": "Yes"
},
{
"title": "Securely connects to multiple networks with a client-to-site/site-to-site virtual private network",
"description": "Yes"
},
{
"title": "Simplifies risk management and demonstrates regulatory compliance with Financial Services",
"description": "Yes"
},
{
"title": "Uses an edge VPC for secure access through the public internet",
"description": "Yes"
},
{
"title": "Uses floating IP addresses for access through the public internet",
"description": "No"
}
],
"diagrams": [
{
"diagram": {
"caption": "Wazi as a service VSI on VPC Landing zone - Standard variation",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-zvsi/main/reference-architecture/Standard-variation.svg",
"type": "image/svg+xml"
},
"description": "Standard Variation"
}
]
},
"configuration": [
{
"custom_config": {
"grouping": "deployment",
"original_grouping": "deployment",
"type": "json_editor"
},
"key": "override_json_string"
},
{
"custom_config": {
"config_constraints": {
"generationType": "2"
},
"grouping": "deployment",
"original_grouping": "deployment",
"type": "vpc_region"
},
"key": "region",
"required": true,
"type": "string"
}
],
"install_type": "fullstack"
},
{
"label": "Quickstart",
"name": "quickstart",
"working_directory": "solutions/quickstart",
"compliance": {
},
"iam_permissions": [
{
"service_name": "is.vpc",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Operator"
]
}
],
"release_notes_url": "",
"architecture": {
"descriptions": "",
"features": [
{
"title": "Seperate VPC for edge",
"description": "No"
},
{
"title": "Seperate VPC for Workloads",
"description": "No"
},
{
"title": "Virtual Server Instances for every subnet",
"description": "No"
},
{
"title": "Increases security with Key Management",
"description": "No"
},
{
"title": "Collects and stores Internet Protocol (IP) traffic information with Activity Tracker and Flow Logs",
"description": "No"
},
{
"title": "Securely connects to multiple networks with a client-to-site/site-to-site virtual private network",
"description": "No"
},
{
"title": "Simplifies risk management and demonstrates regulatory compliance with Financial Services",
"description": "No"
},
{
"title": "Uses an edge VPC for secure access through the public internet",
"description": "No"
},
{
"title": "Uses floating IP addresses for access through the public internet",
"description": "Yes"
}
],
"diagrams": [
{
"diagram": {
"caption": "Wazi as a service VSI on VPC Landing zone - QuickStart variation",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-zvsi/main/reference-architecture/QuickStart.svg",
"type": "image/svg+xml"
},
"description": "Quickstart variation"
}
]
},
"configuration": [
{
"custom_config": {
"grouping": "deployment",
"original_grouping": "deployment",
"type": "json_editor"
},
"key": "override_json_string"
},
{
"custom_config": {
"config_constraints": {
"generationType": "2"
},
"grouping": "deployment",
"original_grouping": "deployment",
"type": "vpc_region"
},
"key": "region",
"required": true,
"type": "string"
}
],
"install_type": "fullstack"
}
]
}
]
}