From 2ec99d99b34cc6bddcccee66105813f4d11f78f9 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Tue, 24 Jan 2017 11:50:37 +0100 Subject: [PATCH] Update manila deployoment steps Adds a section how to deploy manila with ceph deployed by overcloud. Change-Id: I52a01302d3a8010dba5ae2fad662c58fe5bbcc56 --- doc/source/advanced_deployment/deploy_manila.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/source/advanced_deployment/deploy_manila.rst b/doc/source/advanced_deployment/deploy_manila.rst index 38940bc9..29620257 100644 --- a/doc/source/advanced_deployment/deploy_manila.rst +++ b/doc/source/advanced_deployment/deploy_manila.rst @@ -4,8 +4,19 @@ Deploying Manila in the Overcloud This guide assumes that your undercloud is already installed and ready to deploy an overcloud with Manila enabled. -Deploying the Overcloud ------------------------ +Deploying the Overcloud with the Internal Ceph Backend +------------------------------------------------------ +Ceph deployed by TripleO can be used as a Manila share backend. Make sure that +Ceph, Ceph MDS and Manila Ceph environment files are included when deploying the +Overcloud:: + + openstack overcloud deploy --templates \ + -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml \ + -e /usr/share/openstack-tripleo-heat-templates/environments/services/ceph-mds.yaml \ + -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml + +Deploying the Overcloud with an External Backend +------------------------------------------------ .. note:: The :doc:`template_deploy` doc has a more detailed explanation of the