From ed634baf2f0a7b5cbbed9a70b874e6db29ec2495 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Thu, 14 May 2015 16:09:40 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47ff4431..e8dbf4ea 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,9 @@ vim tmp/storage/nodes-id.yaml ``` * add `env/test_env` in tags list -* in order to assign resouce to the node use the same the same - method, i.e. add in tags list for node your service e.g. - `service/docker`, `service/mariadb` -* perform deployment +* assign resources to nodes ``` -solar configure --profile prf1 -pa run +# TODO Does not work without default values in golden templates +solar assign -n "env/test_env && node/1" -r resource/mariadb ```