Update docs to ensure Ceph is deployed passing storage-environment.yaml

The change also mentions need to use --templates instead of Tuskar.

Change-Id: Id56089d5e343686d4ccba2f1315ec673b3d8abd7
This commit is contained in:
Giulio Fidente 2015-08-17 18:25:06 +02:00
parent a68251833c
commit 42f58515c5
1 changed files with 7 additions and 3 deletions

View File

@ -258,10 +258,14 @@ Deploy the Overcloud
.. admonition:: Ceph
:class: ceph
When deploying Ceph, specify the number of Ceph OSD nodes to be deployed
by passing::
When deploying Ceph it is necessary to use the regular Heat templates
instead of Tuskar, to specify the number of Ceph OSD nodes to be
deployed and to provide some additional parameters to enable usage
of Ceph for Glance, Cinder, Nova or all.
Make a copy of the file ``/usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml``
and edit it as appropriate, then pass the following additional arguments::
--ceph-storage-scale <number of nodes>
--ceph-storage-scale <number of nodes> --templates -e /path/to/customized/storage-environment.yaml
to the deploy command below.