Merge pull request #111 from pigmej/jnowak/riak_example_readme

jnowak/riak example readme improvements
This commit is contained in:
Łukasz Oleś 2015-09-04 14:30:37 +02:00
commit d1402ddef2

View File

@ -2,7 +2,7 @@ Example of 3 node riak cluster.
At first run: At first run:
`python riak-example.py deploy` `python examples/riak/riaks.py deploy`
It will prepare riak nodes etc. It will prepare riak nodes etc.
@ -15,9 +15,10 @@ solar changes run-once last
watch -n 1 solar changes report last watch -n 1 solar changes report last
``` ```
Wait until all actions have state `SUCCESS`
After that you can add HAProxy on each node: After that you can add HAProxy on each node:
`python riak-example.py add_haproxies` `python examples/riak/riaks.py add_haproxies`
Then again normal solar stuff Then again normal solar stuff
@ -28,6 +29,8 @@ solar changes run-once last
watch -n 1 solar changes report last watch -n 1 solar changes report last
``` ```
Wait until all actions have state `SUCCESS`
After that you have basic 3 node riak cluster running. After that you have basic 3 node riak cluster running.
You can also modify riak http port by: You can also modify riak http port by: