Role rabbitmq_server for OpenStack-Ansible
Go to file
Jesse Pretorius c26f9d1276 Revise all lint tests and add consolidated 'linters' tox environment
OpenStack-Infra has requested that lint tests be pipelined into the 'linters'
tox target in order to make more efficient use of nodepool resources.

This patch:

- Ensures that a complete set of lints tests is available in individual
  tox targets.
- Adds a 'linters' target which executes all the other lints tests.

Change-Id: I98feb85a9a3a530f291c50bc46ec9c639327162a
2016-02-03 13:22:50 +00:00
defaults first commit 2015-12-09 09:25:11 -06:00
doc first commit 2015-12-09 09:25:11 -06:00
files first commit 2015-12-09 09:25:11 -06:00
meta first commit 2015-12-09 09:25:11 -06:00
tasks Update SSL key / cert distribution 2016-01-05 16:01:01 +00:00
templates first commit 2015-12-09 09:25:11 -06:00
tests changed the rabbitmq command test 2016-01-05 17:58:57 +00:00
.gitignore updated repo pathing for new org 2015-12-10 20:16:01 -06:00
.gitreview updated repo pathing for new org 2015-12-10 20:16:01 -06:00
CONTRIBUTING.rst first commit 2015-12-09 09:25:11 -06:00
LICENSE first commit 2015-12-09 09:25:11 -06:00
README.rst first commit 2015-12-09 09:25:11 -06:00
run_tests.sh first commit 2015-12-09 09:25:11 -06:00
setup.cfg first commit 2015-12-09 09:25:11 -06:00
setup.py first commit 2015-12-09 09:25:11 -06:00
test-requirements.txt Merge bashate/pep8 lint jobs in common job 2015-12-15 09:57:15 +00:00
tox.ini Revise all lint tests and add consolidated 'linters' tox environment 2016-02-03 13:22:50 +00:00

README.rst

OpenStack rabbitmq server

tags

openstack, rabbitmq, server, cloud, ansible

category

*nix

Role to deploy rabbitmq and cluster it when there are more than one nodes.

- name: Install rabbitmq server
  hosts: rabbitmq_all
  max_fail_percentage: 20
  user: root
  roles:
    - { role: "rabbitmq_server", tags: [ "rabbitmq-server" ] }
  vars:
    rabbitmq_cookie_token: secrete
    container_address: "{{ ansible_ssh_host }}"