diff --git a/docs/user_guide.md b/docs/user_guide.md index 7147e96..dd12a00 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -17,18 +17,18 @@ 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. ##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 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]