-
Notifications
You must be signed in to change notification settings - Fork 0
/
devcontainer-feature.json
353 lines (353 loc) · 12 KB
/
devcontainer-feature.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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
{
"id": "openstack-client",
"version": "1.3.0",
"name": "OpenStack Client (via pipx)",
"documentationURL": "https://github.com/framctr/devcontainer-features/tree/main/src/openstack-client",
"description": "Install an up-to-date version of OpenStack client via pipx.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Select or enter an OpenStack client version."
},
"aodh": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Alarming as a Service client version. To avoid installation use \"none\"."
},
"barbican": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Barbican Key Management API client version. To avoid installation use \"none\"."
},
"blazar": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Blazar Reservation Service client version. To avoid installation use \"none\"."
},
"ceilometer": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Ceilometer API client version. To avoid installation use \"none\"."
},
"cinder": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Cinder Volume API client version. To avoid installation use \"none\"."
},
"cloudkitty": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Cloudkitty Rating as a Service API client version. To avoid installation use \"none\"."
},
"congress": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Congress (open policy framework for the cloud) client version. To avoid installation use \"none\"."
},
"cyborg": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Cyborg API client version. To avoid installation use \"none\"."
},
"designate": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Designate API client version. To avoid installation use \"none\"."
},
"freezer": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Freezer (backup restore and disaster recovery service) client version. To avoid installation use \"none\"."
},
"glance": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Glance client version. To avoid installation use \"none\"."
},
"glare": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack GLare Artifact REpository API client version. To avoid installation use \"none\"."
},
"heat": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Heat client version. To avoid installation use \"none\"."
},
"hplefthand": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack HP LeftHand/StoreVirtual HTTP REST client version. To avoid installation use \"none\"."
},
"ironic": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Ironic (bare metal Service) client version. To avoid installation use \"none\"."
},
"karbor": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Karbor API client version. To avoid installation use \"none\"."
},
"keystone": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Keystone API client version. To avoid installation use \"none\"."
},
"magnum": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Magnum API client version. To avoid installation use \"none\"."
},
"manila": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Manila (shared file system as a service) client version. To avoid installation use \"none\"."
},
"mistral": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Mistral (Workflow as a Service) client version. To avoid installation use \"none\"."
},
"monasca": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Monasca API client version. To avoid installation use \"none\"."
},
"murano": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Murano API client version. To avoid installation use \"none\"."
},
"neutron": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Neutron API client version. To avoid installation use \"none\"."
},
"nova": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Nova API client version. To avoid installation use \"none\"."
},
"octavia": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Octavia Load Balancing client version. To avoid installation use \"none\"."
},
"panko": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Panko version. To avoid installation use \"none\"."
},
"qinling": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Qinling (Function as a Service) version. To avoid installation use \"none\"."
},
"sahara": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Sahara client version. To avoid installation use \"none\"."
},
"searchlight": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Searchlight (Indexing and Search API) client version. To avoid installation use \"none\"."
},
"senlin": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Senlin Clustering API client version. To avoid installation use \"none\"."
},
"swift": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Swift client version. To avoid installation use \"none\"."
},
"tacker": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Tacker client version. To avoid installation use \"none\"."
},
"trove": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Trove client version. To avoid installation use \"none\"."
},
"vitrage": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Vitrage (root cause analysis as a Service) client version. To avoid installation use \"none\"."
},
"watcher": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Watcher (Cloud Optimization as a Service) client version. To avoid installation use \"none\"."
},
"zaqar": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Zaqar Queueing API client version. To avoid installation use \"none\"."
},
"zun": {
"type": "string",
"proposals": [
"latest",
"none"
],
"default": "none",
"description": "Select or enter an OpenStack Zun container management service API client version. To avoid installation use \"none\"."
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}