cookbook 'cube', '= 0.2.6'
cube (5) Versions 0.2.6 Follow2
Installs/Configures cube
cookbook 'cube', '= 0.2.6', :supermarket
knife supermarket install cube
knife supermarket download cube
Description
Installs and configures Cube
Requirements
- Node.js
- MongoDB
- UFW
- Tested on Ubuntu 11.10.
Usage
Include default recipe in your run list.
Cube listens on ports 1080 (collector) and 1081 (evaluator) without
any security. As such this cookbook installs the
Uncomplicated Firewall cookbook
locking down all ports except SSH. To white list IP addresses create a
data bag named "firewall" and upload an item like the following:
{ "id": "cube", "rules": [ { "collector-datacenter": { "port": "1080", "source": "192.168.1.1/24" }}, { "evaluator-datacenter": { "port": "1081", "source": "192.168.1.1/24" }} ] }
Dependent cookbooks
nodejs >= 0.0.0 |
ufw >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.