Skip to content

Commit

Permalink
Add exhibitor framework
Browse files Browse the repository at this point in the history
  • Loading branch information
wallies committed Feb 19, 2016
1 parent d2f1163 commit c42796b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/dcos_cli/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dcos_cli_sources: '["https://github.com/Capgemini/universe/archive/version-1.x.z
dcos_cli_frameworks_list:
- cassandra
- chronos
- exhibitor
# Type flag allows you to set up a command which you want to use to run an app.
# To run one app use "type: app" and to run group of apps use "type: group".
dcos_cli_apps_list:
Expand Down
9 changes: 9 additions & 0 deletions roles/dcos_cli/templates/exhibitor-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"exhibitor": {
"zk_servers": "{{ zookeeper_peers_nodes }}",
"app-id": "exhibitor",
"cpus": {{ dcos_cli_framework_exhibitor_cpus }},
"mem": {{ dcos_cli_framework_exhibitor_mem }},
"docker-image": "{{ dcos_cli_framework_exhibitor_image }}"
}
}
4 changes: 4 additions & 0 deletions roles/dcos_cli/vars/exhibitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dcos_cli_framework_exhibitor_enabled: false
dcos_cli_framework_exhibitor_mem: 3072.0
dcos_cli_framework_exhibitor_cpus: 1
dcos_cli_framework_exhibitor_image: mesosphere/exhibitor-dcos

0 comments on commit c42796b

Please sign in to comment.