Skip to content

Commit

Permalink
Fix stacks for flux
Browse files Browse the repository at this point in the history
  • Loading branch information
sunix committed Nov 23, 2016
1 parent d5c2914 commit 2dc8739
Showing 1 changed file with 33 additions and 20 deletions.
53 changes: 33 additions & 20 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1272,45 +1272,58 @@
"id": "flux",
"creator": "rnavagamuwa",
"name": "Flux",
"description": "Eclipse flux stack with java, node and rabbitmq",
"description": "Eclipse flux stack with java, node and rabbitmq.",
"scope": "advanced",
"tags": [
"Java",
"JDK",
"Maven",
"Tomcat",
"Subversion",
"Ubuntu",
"Git",
"Node",
"Rabbitmq"
"RabbitMQ",
"Flux"
],
"components": [
{
"name": "JDK",
"version": "1.8.0_45"
},
{
"name": "Maven",
"version": "3.2.2"
},
{
"name": "Tomcat",
"version": "8.0.24"
}
],
"source": {
"type": "image",
"origin": "rnavagamuwa/fluxworkspace"
},
"workspaceConfig": {
"environments": [
{
"name": "default",
"recipe": null,
"machineConfigs": [
{
"name": "default",
"limits": {
"ram": 1000
},
"source": {
"location": "stub",
"type": "dockerfile"
},
"type": "docker",
"dev": true
"environments": {
"default": {
"machines": {
"dev-machine": {
"agents": [
"org.eclipse.che.terminal", "org.eclipse.che.ws-agent", "org.eclipse.che.ssh"
],
"servers": {},
"attributes" : {
"memoryLimitBytes": "2147483648"
}
}
]
},
"recipe": {
"location": "rnavagamuwa/fluxworkspace",
"type": "dockerimage"
}
}
],
},
"name": "default",
"defaultEnv": "default",
"description": null,
Expand Down

0 comments on commit 2dc8739

Please sign in to comment.