]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added steps for OpenStack install with DevStack
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 14 Jun 2012 16:46:32 +0000 (09:46 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 14 Jun 2012 16:46:32 +0000 (09:46 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/openstack.rst

index 1e4640ca90fa796af3a6491e8f823383d6446230..003e9276d7f6c54f4e7e07d8200274180ece0260 100644 (file)
@@ -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