Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viglesiasce/riak-cs-cluster
roles for setting up multiple Riak CS nodes
https://github.com/viglesiasce/riak-cs-cluster
Last synced: 5 days ago
JSON representation
roles for setting up multiple Riak CS nodes
- Host: GitHub
- URL: https://github.com/viglesiasce/riak-cs-cluster
- Owner: viglesiasce
- License: gpl-2.0
- Created: 2014-03-28T17:46:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T03:51:30.000Z (almost 11 years ago)
- Last Synced: 2024-11-10T18:57:36.649Z (2 months ago)
- Language: Ruby
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
riak-cs-cluster
===============roles for setting up multiple Riak CS nodes
### Usage
#### Install the head node:
```
knife bootstrap a.b.c.d -x root -r 'role[base], role[riak], role[riak_cs], role[stanchion], recipe[riak-cs::control], recipe[riak-cs-create-admin-user]'
```#### Install rest of the nodes and join to the head node
**NOTE:** update the ``cluster_join.rb`` role.
```
knife bootstrap a.b.c.d -x root -r 'role[base], role[riak], role[riak_cs], role[cluster_join]'
```