-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibm_catalog.json
171 lines (171 loc) · 5.39 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
{
"products": [
{
"name": "deploy-arch-ibm-event-streams",
"label": "Event Streams",
"product_kind": "solution",
"tags": [
"ibm_created",
"target_terraform",
"terraform",
"solution",
"support_ibm",
"integration"
],
"keywords": [
"event streams",
"IaC",
"infrastructure as code",
"terraform",
"solution",
"fscloud"
],
"short_description": "Supports provisioning and configuring IBM Event Streams for IBM Cloud.",
"long_description": "This architecture supports creation and configuration of IBM Cloud Event Streams.",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-event-streams/blob/main/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-event-streams/main/images/event_streams.svg",
"provider_name": "IBM",
"features": [
{
"title": "Create IBM Event Streams for IBM Cloud",
"description": "Create and configure IBM Event Streams to build responsive, durable, and highly available architecture deployments."
},
{
"title": "Creates topics in the Event Streams instance",
"description": "Creates topics in IBM Cloud Event Streams instance."
}
],
"flavors": [
{
"label": "quickstart",
"name": "quickstart",
"install_type": "fullstack",
"working_directory": "solutions/quickstart",
"configuration": [
{
"key": "ibmcloud_api_key"
},
{
"key": "prefix"
},
{
"key": "use_existing_resource_group"
},
{
"key": "resource_group_name"
},
{
"key": "es_name"
},
{
"key": "region",
"required": true,
"options": [
{
"displayname": "Dallas (us-south)",
"value": "us-south"
},
{
"displayname": "Frankfurt (eu-de)",
"value": "eu-de"
},
{
"displayname": "London (eu-gb)",
"value": "eu-gb"
},
{
"displayname": "Madrid (eu-es)",
"value": "eu-es"
},
{
"displayname": "Osaka (jp-osa)",
"value": "jp-osa"
},
{
"displayname": "Sydney (au-syd)",
"value": "au-syd"
},
{
"displayname": "Tokyo (jp-tok)",
"value": "jp-tok"
},
{
"displayname": "Osaka (jp-osa)",
"value": "jp-osa"
},
{
"displayname": "Sao Paulo (br-sao)",
"value": "br-sao"
},
{
"displayname": "Toronto (ca-tor)",
"value": "ca-tor"
},
{
"displayname": "Washington (us-east)",
"value": "us-east"
}
]
},
{
"key": "resource_tags"
},
{
"key": "plan",
"options": [
{
"displayname": "lite",
"value": "lite"
},
{
"displayname": "standard",
"value": "standard"
}
]
},
{
"key": "topics"
}
],
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager"
],
"service_name": "messagehub"
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "messagehub"
}
],
"architecture": {
"descriptions": "This architecture creates an instance of IBM Event Streams for IBM Cloud in lite and standard plan. It also supports the creation of topics in the Event Streams instance.",
"features": [
{
"title": "Creates an Event Streams instance",
"description": "Creates and configures the IBM Cloud Event Streams instance."
},
{
"title": "Creates topics in the Event Streams instance",
"description": "Creates topics in IBM Cloud Event Streams instance."
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM Event Streams for IBM Cloud.",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-event-streams/main/reference-architecture/da-quickstart.svg",
"type": "image/svg+xml"
},
"description": "This architecture creates an instance of IBM Event Streams for IBM Cloud."
}
]
}
}
]
}
]
}