From dcfdecf7eaa4e6e2b412137dd59f6316c137f845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Thu, 1 Oct 2015 18:44:17 +0200 Subject: [PATCH] Fix cli example - create nodes from VR - remove old command --- examples/cli/example.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/cli/example.sh b/examples/cli/example.sh index 3622c31e..2319779c 100755 --- a/examples/cli/example.sh +++ b/examples/cli/example.sh @@ -4,9 +4,8 @@ set -eux function deploy { # this two commands will clean db solar resource clear_all - solar connections clear_all - solar resource create node1 /vagrant/resources/ro_node ip=10.0.0.3 ssh_user=vagrant ssh_key='/vagrant/.vagrant/machines/solar-dev1/virtualbox/private_key' + solar resource create nodes templates/nodes.yaml '{"count": 1}' solar resource create mariadb1 /vagrant/resources/mariadb_service image=mariadb port=3306 solar connect node1 mariadb1