Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

nathan-gs/puppet-storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 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