From 8792dd569d9cba4484b4a5cbe2f445694673efc8 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Wed, 13 Jan 2016 13:06:57 +0100 Subject: [PATCH] Adjusted paths after splitting repos --- examples/hosts_file/README.md | 4 ++-- examples/lxc/README.md | 2 +- examples/openstack/README.md | 2 +- examples/riak/README.md | 4 ++-- examples/torrent/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/hosts_file/README.md b/examples/hosts_file/README.md index 7760f9a..d08d0a3 100644 --- a/examples/hosts_file/README.md +++ b/examples/hosts_file/README.md @@ -2,7 +2,7 @@ Very simple solar example two nodes + hosts file mapping Run: -`python examples/hosts_file/hosts.py` +`python solar-resources/examples/hosts_file/hosts.py` 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 ``` -python examples/hosts_file/hosts.py deploy +python solar-resources/examples/hosts_file/hosts.py deploy ``` User is able to discard all changes with diff --git a/examples/lxc/README.md b/examples/lxc/README.md index 7b177ef..63eff99 100644 --- a/examples/lxc/README.md +++ b/examples/lxc/README.md @@ -2,7 +2,7 @@ Bootstraping lxc containers using solar and roles from os-ansible-deployment At first run: -`python examples/lxc/example-lxc.py deploy` +`python solar-resources/examples/lxc/example-lxc.py deploy` It will do several things: diff --git a/examples/openstack/README.md b/examples/openstack/README.md index c63eb50..6e0ead7 100644 --- a/examples/openstack/README.md +++ b/examples/openstack/README.md @@ -2,7 +2,7 @@ Deploying simple two node OpenStack env. 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: diff --git a/examples/riak/README.md b/examples/riak/README.md index edc0364..d4ff1d1 100644 --- a/examples/riak/README.md +++ b/examples/riak/README.md @@ -2,7 +2,7 @@ Example of 3 node riak cluster. At first run: -`python examples/riak/riaks.py deploy` +`python solar-resources/examples/riak/riaks.py deploy` It will prepare riak nodes etc. @@ -18,7 +18,7 @@ watch -n 1 solar orch report last Wait until all actions have state `SUCCESS` 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 diff --git a/examples/torrent/README.md b/examples/torrent/README.md index 13b6a33..9927e82 100644 --- a/examples/torrent/README.md +++ b/examples/torrent/README.md @@ -5,7 +5,7 @@ The example contains single node with single host mapping + transports. Execute: ``` -python examples/torrent/example.py +python solar-resources/examples/torrent/example.py solar changes stage solar changes process solar orch run-once last