Removed not needed files

This commit is contained in:
Jedrzej Nowak
2015-08-14 17:27:26 +02:00
parent c8ea2c63c7
commit fad312b5b0
3 changed files with 2 additions and 24 deletions

View File

@@ -66,8 +66,8 @@ def setup_riak():
React('riak_service1', 'run', 'success', 'riak_service2', 'join'),
React('riak_service1', 'run', 'success', 'riak_service3', 'join'),
React('riak_service2', 'run', 'status', 'riak_service2', 'join'),
React('riak_service3', 'run', 'status', 'riak_service3', 'join'),
React('riak_service2', 'run', 'success', 'riak_service2', 'join'),
React('riak_service3', 'run', 'success', 'riak_service3', 'join'),
React('riak_service3', 'join', 'success', 'riak_service1', 'commit'),
React('riak_service2', 'join', 'success', 'riak_service1', 'commit')

View File

@@ -1,4 +0,0 @@
- hosts: [{{ip}}]
sudo: yes
tasks:
- shell: riak-admin cluster commit

View File

@@ -1,18 +0,0 @@
id: riak_commit
handler: ansible
version: 1.0.0
actions:
commit: actions/commit.yml
input:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
riak_names:
schema: [{riak_name: str}]
value: []