Adjusted paths after splitting repos

This commit is contained in:
Jedrzej Nowak 2016-01-13 13:06:57 +01:00
parent 8b48bbf8b8
commit 8792dd569d
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ Very simple solar example two nodes + hosts file mapping
Run: Run:
`python examples/hosts_file/hosts.py` `python solar-resources/examples/hosts_file/hosts.py`
Then you can continue with standard solar things: Then you can continue with standard solar things:
@ -78,7 +78,7 @@ How to discard pending changes ?
After database was populated by some example, lets say After database was populated by some example, lets say
``` ```
python examples/hosts_file/hosts.py deploy python solar-resources/examples/hosts_file/hosts.py deploy
``` ```
User is able to discard all changes with User is able to discard all changes with

View File

@ -2,7 +2,7 @@ Bootstraping lxc containers using solar and roles from os-ansible-deployment
At first run: At first run:
`python examples/lxc/example-lxc.py deploy` `python solar-resources/examples/lxc/example-lxc.py deploy`
It will do several things: It will do several things:

View File

@ -2,7 +2,7 @@ Deploying simple two node OpenStack env.
You need to run it from main solar directory. To prepare resources run: You need to run it from main solar directory. To prepare resources run:
`python examples/openstack/openstack.py create_all` `python solar-resources/examples/openstack/openstack.py create_all`
Then to start deployment: Then to start deployment:

View File

@ -2,7 +2,7 @@ Example of 3 node riak cluster.
At first run: At first run:
`python examples/riak/riaks.py deploy` `python solar-resources/examples/riak/riaks.py deploy`
It will prepare riak nodes etc. It will prepare riak nodes etc.
@ -18,7 +18,7 @@ watch -n 1 solar orch report last
Wait until all actions have state `SUCCESS` 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 examples/riak/riaks.py add_haproxies` `python solar-resources/examples/riak/riaks.py add_haproxies`
Then again normal solar stuff Then again normal solar stuff

View File

@ -5,7 +5,7 @@ The example contains single node with single host mapping + transports.
Execute: Execute:
``` ```
python examples/torrent/example.py python solar-resources/examples/torrent/example.py
solar changes stage solar changes stage
solar changes process solar changes process
solar orch run-once last solar orch run-once last