From 84ea5503d836a3c81e07334e4f58f8cd79110d87 Mon Sep 17 00:00:00 2001 From: Branan Purvine-Riley Date: Tue, 1 May 2012 10:59:49 -0700 Subject: [PATCH] README cleanups/fixes * Fix the instructions * Add some formatting around commands and classes --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3252a8a..b6398b1 100644 --- a/README.md +++ b/README.md @@ -27,41 +27,37 @@ They are also in the process of being verified against Fedora 17. 1. Install Puppet - $ apt-get install puppet + `$ apt-get install puppet` 2. Install other project dependencies: - $ apt-get install rake git + `$ apt-get install rake git` 3. Download the Puppet OpenStack module - $ cd ~ && git clone git://github.com/puppetlabs/puppetlabs-openstack.git + `$ cd ~ && git clone git://github.com/puppetlabs/puppetlabs-openstack.git` 4. Copy the module into the modulepath - $ sudo cp -R ~/puppetlabs-openstack/modules/* /etc/puppet/modules/ + `$ sudo cp -R ~/puppetlabs-openstack /etc/puppet/modules/openstack` 5. Use the rake task to install all other module dependencies: -
-  rake modules:clone_all
-
+ `cd puppetlabs-openstack && sudo rake modules:clone` -This rake task is driven by the following configuration file: + This rake task is driven by the following configuration file: -
-  other_repos.yaml
-
+ `other_repos.yaml` ## Classes This module currently provides 3 classes that can be used to deploy openstack. -openstack::all - can be used to deploy a single node all in one environemnt +`openstack::all` - can be used to deploy a single node all in one environemnt -openstack::controller - can be used to deploy an openstack controller +`openstack::controller` - can be used to deploy an openstack controller -openstack::compute - can be used to deploy an openstack compute node. +`openstack::compute` - can be used to deploy an openstack compute node. ## Example Usage