From a532cf6b41223e184f1ce57e60961ecdd596662b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Wed, 21 Oct 2015 14:41:02 +0200 Subject: [PATCH] Update README --- examples/openstack/README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/examples/openstack/README.md b/examples/openstack/README.md index d33f827..de9c2f3 100644 --- a/examples/openstack/README.md +++ b/examples/openstack/README.md @@ -1,12 +1,15 @@ -Deploying simple OpenStack env. In this example `orchestration` engine is NOT used. +Deploying simple two node OpenStack env. -You need to run it from main solar directory. To deploy run: +You need to run it from main solar directory. To prepare resources run: -`python examples/openstack/openstack.py deploy` +`python examples/openstack/openstack.py create` -To clean nodes, run: +Then to start deployment: -`python examples/openstack/openstack.py undeploy` +`solar changes stage +solar changes process +solar orch run-once last` +To see the progress: -#### Currently this example does not use solar orchestration. We will change it in near future. For now just don't run `solar orch` or `solar changes` stuff with this example. +`solar orch report`