Skip to content

Commit 5419b7d

Browse files
committed
fixed repo clone bug and added index.json to OSM
Signed-off-by: Aditya Chaterjee <[email protected]>
1 parent 70c9a51 commit 5419b7d

File tree

3 files changed

+46
-6
lines changed

3 files changed

+46
-6
lines changed

Meshery-Adapters/consul-meshery-adapter/assets/consul-installed.png:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

Meshery-Adapters/consul-meshery-adapter/assets/imagehub-deployed.png:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"title": "Working with Meshery and Open Service Mesh",
3+
"description": "Meshing around with the Meshery Adapter for Open Service Mesh",
4+
"difficulty": "Beginner",
5+
"time": "10 minutes",
6+
"details": {
7+
"steps": [
8+
{
9+
"title": "Initialize Kubernetes...",
10+
"text": "step1.md",
11+
"code": "step1-foreground.sh"
12+
},
13+
{
14+
"title": "Deploy Open Service Mesh",
15+
"text": "step2.md"
16+
},
17+
{
18+
"title": "Run a sample app",
19+
"text": "step3.md"
20+
}
21+
],
22+
"intro": {
23+
"text": "intro.md"
24+
},
25+
"finish": {
26+
"text": "finish.md"
27+
},
28+
"assets": {
29+
"host01": [
30+
{"file": "wait.sh", "target": "/usr/local/bin/", "chmod": "+x"}
31+
]
32+
}
33+
},
34+
"environment": {
35+
"uieditorpath": "/root/example",
36+
"hideHiddenFiles": true,
37+
"exclusionPatterns": ["*test", "./test/*", "./logs"],
38+
"showdashboard": true,
39+
"dashboards": [{"name": "Meshery Server", "port": 9081},{"name": "Image Hub", "port": 8080}],
40+
"uilayout": "terminal-iframe"
41+
},
42+
43+
"backend": {
44+
"imageid": "kubernetes-cluster-running:1.18"
45+
}
46+
}

0 commit comments

Comments
 (0)