grycap.storm
Apache Storm Role
This role helps you install Apache Storm.
It has only been tested on Ubuntu 16, so it may not work on other operating systems.
Role Variables
Here are the variables used in this role:
zk_version
: "3.6.2"zk_download_mirror
: "https://archive.apache.org/dist/zookeeper"zk_system_user_name
: zookeeperzk_system_group_name
: zookeeperstorm_download_mirror
: "http://apache.rediris.es/storm"storm_version
: "2.2.0"num_supervisors
: 1storm_type_of_node
: front # options are front or wnstorm_system_user_name
: stormstorm_system_group_name
: storm
Example Playbook
- hosts: server
roles:
- { role: 'grycap.storm' }
Contributing to the Role
To keep the code organized, you cannot push changes directly to the master branch. If you want to help, please create a branch, make your changes, and then submit a pull request.
Thank you!