-
Notifications
You must be signed in to change notification settings - Fork 8
/
do500-raw-config.json
121 lines (121 loc) · 3.13 KB
/
do500-raw-config.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
{
"creator": "a4310588-1d17-4f2d-9b5e-d2119d4f2291",
"tags": [],
"workspaceConfig": {
"commands": [
{
"commandLine": "cd /projects && git clone https://github.com/rht-labs/todolist.git && cd todolist && git checkout -b develop",
"name": "init-todolist",
"type": "custom",
"attributes": {}
},
{
"commandLine": "cd /projects && git clone https://github.com/rht-labs/enablement-ci-cd.git",
"name": "init-ci-cd",
"type": "custom",
"attributes": {}
}
],
"defaultEnv": "default",
"environments": {
"default": {
"recipe": {
"type": "dockerimage",
"content": "quay.io/rht-labs/stacks-node-rhel7-ansible:latest"
},
"machines": {
"dev-pod/main": {
"servers": {
"ide-8080": {
"protocol": "http",
"port": "8080",
"attributes": {}
},
"ide-9000": {
"protocol": "http",
"port": "9000",
"attributes": {}
},
"ide-3000": {
"protocol": "http",
"port": "3000",
"attributes": {}
},
"ide-4200": {
"protocol": "http",
"port": "4200",
"attributes": {}
},
"ide-4444": {
"protocol": "http",
"port": "4444",
"attributes": {}
},
"ide-8081": {
"protocol": "http",
"port": "8081",
"attributes": {}
},
"ide-8082": {
"protocol": "http",
"port": "8082",
"attributes": {}
},
"ide-8083": {
"protocol": "http",
"port": "8083",
"attributes": {}
},
"ide-8084": {
"protocol": "http",
"port": "8084",
"attributes": {}
}
},
"volumes": {
"projects": {
"path": "/projects"
},
"mongo": {
"path": "/projects/mongo"
}
},
"installers": [],
"env": {},
"attributes": {
"memoryLimitBytes": "4294967296"
}
}
}
}
},
"projects": [],
"name": "default",
"attributes": {
"editor": "org.eclipse.che.editor.theia:next",
"plugins": "che-machine-exec-plugin:0.0.1,ms-vscode.node-debug2:1.31.6,redhat.vscode-yaml:0.4.0,redhat.vscode-openshift-connector:0.0.19"
},
"links": []
},
"components": [
{
"version": "---",
"name": "RHEL"
},
{
"version": "---",
"name": "NPM"
},
{
"version": "---",
"name": "Ansible"
},
{
"version": "---",
"name": "Mongo"
}
],
"scope": "general",
"description": "DO500 Stack",
"name": "DO500-stack"
}