Merge pull request #110 from pigmej/jnowak/riak_example_readme

Added riak example README
This commit is contained in:
CGenie 2015-09-04 14:18:33 +02:00
commit e93f55cc27

44
examples/riak/README.md Normal file
View File

@ -0,0 +1,44 @@
Example of 3 node riak cluster.
At first run:
`python riak-example.py deploy`
It will prepare riak nodes etc.
Then you can continue with standard solar things:
```
solar changes stage -d
solar changes process
solar changes run-once last
watch -n 1 solar changes report last
```
After that you can add HAProxy on each node:
`python riak-example.py add_haproxies`
Then again normal solar stuff
```
solar changes stage -d
solar changes process
solar changes run-once last
watch -n 1 solar changes report last
```
After that you have basic 3 node riak cluster running.
You can also modify riak http port by:
`solar resource update riak_service1 riak_port_http=18100`
And then again standard stuff:
```
solar changes stage -d
solar changes process
solar changes run-once last
watch -n 1 solar changes report last
```