From 755b05ab8bde3c01940cec590741715f85d097ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Thu, 1 Oct 2015 11:25:02 +0200 Subject: [PATCH] Change example to create nodes from VR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f7429c..79338e22 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Some very simple cluster setup: ```bash cd /vagrant -solar resource create node1 resources/ro_node/ '{"ip":"10.0.0.3", "ssh_key" : "/vagrant/.vagrant/machines/solar-dev1/virtualbox/private_key", "ssh_user":"vagrant"}' +solar resource create nodes templates/nodes.yaml '{"count": 2}' solar resource create mariadb_service resources/mariadb_service '{"image": "mariadb", "root_password": "mariadb", "port": 3306}' solar resource create keystone_db resources/mariadb_db/ '{"db_name": "keystone_db", "login_user": "root"}' solar resource create keystone_db_user resources/mariadb_user/ user_name=keystone user_password=keystone # another valid format