Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]'
```