Skip to content

Commit 528fc95

Browse files
committed
catalog
1 parent 2c12138 commit 528fc95

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
## 1.0.1
3+
Added support terraform, schematics and IBM Catalog

ibm_catalog.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"products": [
3+
{
4+
"name": "nodejs-MEAN-stack",
5+
"label": "nodejs MEAN stack",
6+
"product_kind": "solution",
7+
"version": "1.0.0",
8+
"tags": [
9+
"MEAN-stack",
10+
"Technology"
11+
],
12+
"keywords": [
13+
"MEAN",
14+
"code-engine",
15+
"mongodb"
16+
],
17+
"short_description": "MEAN stack using Code Engine and Mongodb",
18+
"long_description": "A demonstration deployable architecture based on the MEAN stack. Leverages Code Engine to host the application and Mongodb for the database.",
19+
"offering_docs_url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack",
20+
"support_details": "This is a demonstration and no official support is given.",
21+
"flavors": [
22+
{
23+
"label": "Standard",
24+
"name": "mean-stack",
25+
"install_type": "fullstack",
26+
"licenses": [
27+
{
28+
"name": "Apache License 2.0",
29+
"url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/LICENSE.md"
30+
}
31+
],
32+
"outputs": [
33+
{
34+
"resource_group_name": "resource_group_name",
35+
"endpoint": "endpoint"
36+
}
37+
],
38+
"compliance": {
39+
"authority": "scc-v3",
40+
"controls": [
41+
{
42+
"profile": {
43+
"name": "IBM Cloud Security Best Practices",
44+
"version": "1.1.0"
45+
},
46+
"names": [
47+
"4.39"
48+
]
49+
}
50+
]
51+
},
52+
"iam_permissions": [
53+
{
54+
"service_name": "iam-groups",
55+
"role_crns": [
56+
"crn:v1:bluemix:public:iam::::role:Administrator"
57+
]
58+
},
59+
{
60+
"service_name": "codeengine",
61+
"role_crns": [
62+
"crn:v1:bluemix:public:iam::::role:Administrator"
63+
]
64+
},
65+
{
66+
"service_name": "databases-for-mongodb",
67+
"role_crns": [
68+
"crn:v1:bluemix:public:iam::::role:Administrator"
69+
]
70+
}
71+
],
72+
"release_notes_url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/CHANGELOG.md",
73+
"architecture": {
74+
"diagrams": [
75+
{
76+
"diagram": {
77+
"caption": "Architecture diagram",
78+
"url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/ReadME-Images/Architecture.png",
79+
"metadata": []
80+
},
81+
"description": "MEAN stack."
82+
}
83+
]
84+
}
85+
}
86+
]
87+
}
88+
]
89+
}

0 commit comments

Comments
 (0)