summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2012-06-14 09:46:32 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2012-06-14 09:46:32 -0700
commit0adb33d8670e8d81b9588593a1ba1bab11319b23 (patch)
treea4bf32d6660387c572a7a29ca49c704be6b4584c /doc
parent446e5d8ed29eab242cceb113522e28cb946c043e (diff)
downloadceph-0adb33d8670e8d81b9588593a1ba1bab11319b23.tar.gz
doc: Added steps for OpenStack install with DevStack
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/install/openstack.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/install/openstack.rst b/doc/install/openstack.rst
index 1e4640ca90f..003e9276d7f 100644
--- a/doc/install/openstack.rst
+++ b/doc/install/openstack.rst
@@ -1,3 +1,36 @@
======================
Installing OpenStack
======================
+
+Installing OpenStack with DevStack
+----------------------------------
+
+To install OpenStack with `DevStack`_, you should ensure that your
+packages are up to date and properly upgraded.
+
+.. tip:: For Ubuntu 12.04 installations, ensure that you updgrade
+ your distribution to the latest release.
+
+For example::
+
+ sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
+
+Once you have completed the updates, reboot your system.
+
+Clone the DevStack repository and install OpenStack. ::
+
+ git clone git://github.com/openstack-dev/devstack.git
+ cd devstack; ./stack.sh
+
+The installer will prompt you to enter passwords for the various
+components. Follow the installer to take appropriate notes.
+
+.. _DevStack: http://devstack.org/
+
+Installing OpenStack with Chef
+------------------------------
+Coming Soon!
+
+Installing OpenStack with Crowbar
+---------------------------------
+Coming Soon! \ No newline at end of file