Skip to content

Commit b6e3dba

Browse files
committed
updated readme
1 parent d67cce6 commit b6e3dba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,31 @@ For example, on an Ubuntu system:
4949
}
5050
}
5151

52+
###Karamel usage
53+
This cookbook is karamelized (www.karamel.io).
54+
You can launch a MySQL Cluster using the following yml file. It will create 5 VMs on EC2, and install ndb datanodes on 4 VMs, and a management server, a MySQL Server, and a Memcached server on 1 VM.
55+
56+
name: MySqlCluster
57+
58+
cookbooks:
59+
ndb:
60+
github: "hopshadoop/ndb-chef"
61+
version: "v0.1"
62+
63+
groups:
64+
datanodes:
65+
size: 4
66+
recipes:
67+
- ndb::ndbd
68+
server:
69+
size: 1
70+
recipes:
71+
- ndb::mysqld
72+
- ndb::memcached
73+
- ndb::mgmd
74+
75+
76+
5277
## Contributing
5378

5479
1. Fork it

0 commit comments

Comments
 (0)