Introduce ws.next stacks

Change-Id: Iaec703aaa3700cf364506ae6b266736ab62817e8
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
6.19.x
Florent BENOIT 2018-09-06 09:26:17 +02:00
parent 70f25dbebc
commit fa964c3edc
1 changed files with 96 additions and 0 deletions

View File

@ -138,6 +138,102 @@
"mediaType": "image/svg+xml"
}
},
{
"id": "wsnext-helloworld-openshift",
"creator": "ide",
"name": "Workspace Next HelloWorld example on OpenShift",
"description": "Example of a Theia Hello World plug-in + Theia plug-in (openshift)",
"scope": "general",
"tags": [
"ws.next",
"Theia"
],
"workspaceConfig": {
"defaultEnv": "default",
"environments": {
"default": {
"machines": {
"ws/dev": {
"attributes": {},
"servers": {},
"volumes": {
"projects": {
"path": "/projects"
}
},
"installers": [],
"env": {}
}
},
"recipe": {
"type": "openshift",
"content": "---\nkind: List\nitems:\n-\n apiVersion: v1\n kind: Pod\n metadata:\n name: ws\n spec:\n containers:\n -\n image: eclipse/che-dev:nightly\n name: dev",
"contentType": "application/x-yaml"
}
}
},
"projects": [],
"name": "skeleton",
"attributes": {
"editor": "org.eclipse.che.editor.theia:1.0.0",
"plugins": "che-dummy-plugin:0.0.1"
},
"commands": [],
"links": []
},
"stackIcon": {
"name": "type-theia.svg",
"mediaType": "image/svg+xml"
}
},
{
"id": "wsnext-service-openshift",
"creator": "ide",
"name": "Workspace Next REST Service Example on OpenShift",
"description": "Example of a Theia REST Service plug-in + REST server container + Theia plug-in (openshift)",
"scope": "general",
"tags": [
"ws.next",
"Theia"
],
"workspaceConfig": {
"defaultEnv": "default",
"environments": {
"default": {
"machines": {
"ws/dev": {
"attributes": {},
"servers": {},
"volumes": {
"projects": {
"path": "/projects"
}
},
"installers": [],
"env": {}
}
},
"recipe": {
"type": "openshift",
"content": "---\nkind: List\nitems:\n-\n apiVersion: v1\n kind: Pod\n metadata:\n name: ws\n spec:\n containers:\n -\n image: eclipse/che-dev:nightly\n name: dev",
"contentType": "application/x-yaml"
}
}
},
"projects": [],
"name": "skeleton",
"attributes": {
"editor": "org.eclipse.che.editor.theia:1.0.0",
"plugins": "che-service-plugin:0.0.1"
},
"commands": [],
"links": []
},
"stackIcon": {
"name": "type-theia.svg",
"mediaType": "image/svg+xml"
}
},
{
"id": "java-centos-mysql",
"creator": "ide",