From 4291b45bd3ce5c6ba7ae1c805dd523f933459c4d Mon Sep 17 00:00:00 2001 From: Diego Pacheco Date: Mon, 7 Sep 2015 10:58:42 -0700 Subject: [PATCH 1/3] fix issue fix issue --- docs/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index 7147e96..94dfe11 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -17,11 +17,11 @@ cd Simoorg ``` When installing from the source, we recommend that you run all the unit and integration tests that are included with the source code, before starting the installations. You can do this by running the command ``` - python setuptools.py test + sudo python setup.py test ``` Once you have confirmed that the tests have passed, you can install the code by running the command ``` - python setuptools.py install + sudo python setup.py install ``` If you are planning to use ssh handler plugin to induce failures against a specific service cluster, please ensure that the user you are using to run simoorg have Passwordless SSH access to all the nodes in the cluster. You should also ensure that any failure scripts you plan to use are already present on all the nodes in the target service cluster. From ec59d04895f3d948bc897a40bc00211e3b20d455 Mon Sep 17 00:00:00 2001 From: Diego Pacheco Date: Mon, 7 Sep 2015 11:00:16 -0700 Subject: [PATCH 2/3] fix issue . --- docs/user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index 94dfe11..dd12a00 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -28,7 +28,7 @@ If you are planning to use ssh handler plugin to induce failures against a speci ##Basic Usage Simoorg is started using the command *simoorg* which takes the path to your config directory as the only argument. Please check the config document ([link][docs/config.rst]) to better understand the configuration files. The sample config directory packaged with the product can be used to set up your configs. ``` - Ex: simoorg ~/configs/ + Ex: simoorg sample_configs/ ``` ##Usage Example From 73f47d49a313c94afac7e431b899972c975254e7 Mon Sep 17 00:00:00 2001 From: Diego Pacheco Date: Mon, 7 Sep 2015 11:00:53 -0700 Subject: [PATCH 3/3] fix yaml issue fix yaml issue --- sample_configs/plugins/topology/static/topo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_configs/plugins/topology/static/topo.yaml b/sample_configs/plugins/topology/static/topo.yaml index 4bbe19f..5cc2b23 100644 --- a/sample_configs/plugins/topology/static/topo.yaml +++ b/sample_configs/plugins/topology/static/topo.yaml @@ -16,4 +16,4 @@ # Static topology definition # topology: - nodes: ['test-node] + nodes: [test-node]