summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-06-04 15:35:56 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-06-04 15:35:56 -0700
commit09a796d724bc51041a79ba85cb0173854ee2780f (patch)
treeedc719f8a4ed0c462edf2cda5f24843584ea9423
parentd1e2e7b6b4b3f767dd0a291255b7ac2100fb1a19 (diff)
downloadceph-09a796d724bc51041a79ba85cb0173854ee2780f.tar.gz
doc: Removed ceph-deploy git, and added ceph-deploy packages.
fixes: #5253 Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/start/quick-start-preflight.rst48
1 files changed, 7 insertions, 41 deletions
diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst
index bfef248c58a..ca96591209c 100644
--- a/doc/start/quick-start-preflight.rst
+++ b/doc/start/quick-start-preflight.rst
@@ -93,46 +93,12 @@ to logging in as the user you created when no username is specified. ::
User ceph
-Install git
-===========
-
-To clone the ``ceph-deploy`` repository, you will need install ``git``
-on your admin node. ::
-
- sudo apt-get install git
-
-
-Clone ceph-deploy
-=================
-
-To begin working with ``ceph-deploy``, clone its repository. ::
-
- git clone https://github.com/ceph/ceph-deploy.git [{directory-name}]
-
-If you do not specify a directory name, ``git clone`` will use the repository
-name ``ceph-deploy``.
-
-
-Install python-virtualenv
-=========================
-
-To bootstrap ``ceph-deploy`` and run it, you must install the
-``python-virtualenv`` package. ::
-
- sudo apt-get install python-virtualenv
-
-
-Bootstrap ceph-deploy
-=====================
-
-After you clone the repository, bootstrap ``ceph-deploy``. ::
+Install ceph-deploy
+===================
- cd ceph-deploy
- ./bootstrap
+To install ``ceph-deploy``, execute the following::
-Add ``ceph-deploy`` to your path (e.g., ``/etc/environment``,
-``~/.pam_environment``) so that you can execute it without remaining in the
-directory that contains ``ceph-deploy``.
+ sudo apt-get install ceph-deploy
Ensure Connectivity
@@ -151,9 +117,9 @@ Once you have completed this pre-flight checklist, you are ready to begin using
Summary
=======
-Once you have passwordless ``ssh`` connectivity, passwordless ``sudo``, a
-bootstrapped ``ceph-deploy``, and appropriate connectivity, proceed to the
-`Object Store Quick Start`_.
+Once you have passwordless ``ssh`` connectivity, passwordless ``sudo``,
+installed ``ceph-deploy``, and you have ensured appropriate connectivity,
+proceed to the `Object Store Quick Start`_.
.. tip:: The ``ceph-deploy`` utility can install Ceph packages on remote
machines from the admin node!