Skip to content

RiotGames-Archive/chef-cube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" }}
  ]
}

About

"Installs/Configures cube"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%