Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete unused handlers #88

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
---
- name: run riak_disk_tune
command: /bin/bash /usr/local/bin/riak_disk_tune.sh

- name: wait for http
wait_for: port={{ riak_http_port }}

- name: wait for kv
riak: wait_for_service=kv http_conn={{ riak_http_bind_ip }}:{{ riak_http_port }}

- name: commit cluster changes
riak: command=commit http_conn={{ riak_http_bind_ip }}:{{ riak_http_port }}

- name: wait for handoffs
riak: wait_for_handoffs=1200 http_conn={{ riak_http_bind_ip }}:{{ riak_http_port }}

- name: wait for ring
riak: wait_for_ring=600 http_conn={{ riak_http_bind_ip }}:{{ riak_http_port }}
2 changes: 1 addition & 1 deletion tasks/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: "Install Java & libselinux-python"
- name: "Install libselinux-python"
package: "name={{ item }} state=present"
tags: RedHat
with_items:
Expand Down