diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-06-04 15:35:14 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-06-04 15:35:14 -0700 |
commit | d1e2e7b6b4b3f767dd0a291255b7ac2100fb1a19 (patch) | |
tree | 32436a8b2deb59a97d95c589aa94299d4bf7396b | |
parent | 72a6767eb353820233415980c36e2d06a5626bd6 (diff) | |
download | ceph-d1e2e7b6b4b3f767dd0a291255b7ac2100fb1a19.tar.gz |
doc: Modified pre-flight checklist for ceph-deploy packages.
fixes: #5253
-rw-r--r-- | doc/rados/deployment/preflight-checklist.rst | 39 |
1 files changed, 4 insertions, 35 deletions
diff --git a/doc/rados/deployment/preflight-checklist.rst b/doc/rados/deployment/preflight-checklist.rst index 5b79c23b042..b4d1737048b 100644 --- a/doc/rados/deployment/preflight-checklist.rst +++ b/doc/rados/deployment/preflight-checklist.rst @@ -84,43 +84,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 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 |