-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibm_catalog.json
94 lines (94 loc) · 2.82 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
{
"products": [
{
"name": "demo-offering",
"label": "Simple deployable architecture",
"product_kind": "solution",
"version": "1.0.25",
"tags": [
"network_vpc",
"Technology"
],
"keywords": [
"vpc"
],
"short_description": "A simple deployable architecture",
"long_description": "A simple deployable architecture to use as a starting point and test things around.",
"offering_docs_url": "https://raw.githubusercontent.com/l2fprod/simple-da/main/README.md",
"support_details": "This is a demonstration and no official support is given.",
"flavors": [
{
"label": "Standard",
"name": "simple-da",
"install_type": "fullstack",
"licenses": [
{
"name": "Apache License 2.0",
"url": "https://raw.githubusercontent.com/l2fprod/simple-da/main/LICENSE"
}
],
"configuration": [
{
"key": "prefix",
"required": false
}
],
"outputs": [
{
"key": "vpc_id"
}
],
"compliance": {
"authority": "scc-v3",
"controls": [
{
"profile": {
"name": "IBM Cloud Security Best Practices",
"version": "1.1.0"
},
"names": [
"4.39"
]
}
]
},
"iam_permissions": [
{
"service_name": "iam-groups",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
]
},
{
"service_name": "is.vpc",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
]
}
],
"release_notes_url": "https://raw.githubusercontent.com/l2fprod/simple-da/main/CHANGELOG.md",
"architecture": {
"diagrams": [
{
"diagram": {
"caption": "Architecture diagram",
"url": "https://raw.githubusercontent.com/l2fprod/simple-da/main/xdocs/architecture.svg",
"metadata": []
},
"description": "A simple deployable architecture."
},
{
"diagram": {
"caption": "Terraform resources",
"url": "https://raw.githubusercontent.com/l2fprod/simple-da/main/xdocs/graph.svg",
"metadata": []
},
"description": "A view of the Terraform constructs used within the deployable architecture."
}
]
}
}
]
}
]
}