8000 GitHub - albertlim/puppet-storm: Nathan Marz' Storm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

albertlim/puppet-storm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet: Storm

Usage

Specify the config:

class { 'storm::config':
    nimbus_host         => 'master.example.com',
    zookeeper_servers   => ['master.example.com', 'n01.example.com', 'n03.example.com' ],
    supervisor_slots    => [ 6700, 6701, 6702, 6703, 6704, 6705, 6708, 6709 ],
    ui_port             => 9088,
}

on the workers

class {'storm::worker': }

On the nimbus node

class {'storm::nimbus':	}
class {'storm::ui':	}

Credits

Author

Nathan Bijnens

About

Nathan Marz' Storm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 100.0%
0