Skip to content

Commit 31fc07e

Browse files
authored
Create rhosp_director_glance_image_cache.rst
1 parent ff1ae92 commit 31fc07e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Implementing Glance Image Cache for Cinder in Red Hat OpenStack Platform
2+
========================================================================
3+
4+
.. _glance_cache_rhosp:
5+
6+
Overview
7+
--------
8+
9+
This section should be used in conjunction with `Deploying Pure Storage FlashArray
10+
Cinder driver in a Red Hat OpenStack Platform <../cinder/configuration/cinder_config_files/section_rhosp162_director_flasharray_configuration.html>`__.
11+
12+
.. note::
13+
14+
For more information about RHOSP, please refer to its `documentation pages
15+
<https://access.redhat.com/documentation/en-us/red_hat_openstack_platform>`_.
16+
17+
Deployment Steps
18+
----------------
19+
20+
Prepare the environment files
21+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22+
23+
RHOSP makes use of **TripleO Heat Templates (THT)**, which allows you to define
24+
the Overcloud resources by creating environment files.
25+
26+
To ensure that your RHOSP environment is correctly configured to use Glance
27+
Image Cache on Pure Storage FlashArrays edit your version of `cinder-pure-config.yaml <https://raw.githubusercontent.com/PureStorage-OpenConnect/tripleo-deployment-configs/master/RHOSP16.2/cinder-pure-config.yaml>`__
28+
and add the following information:
29+
30+
.. code-block:: yaml
31+
:name: custom-config.yaml
32+
parameter_defaults:
33+
ControllerExtraConfig:
34+
cinder::config::cinder_config:
35+
DEFAULT/cinder_internal_tenant_project_id:
36+
value: PROJECT_ID
37+
cinder::config::cinder_config:
38+
DEFAULT/cinder_internal_tenant_user_id:
39+
value: USER_ID
40+
This will render the required parameters in the ``cinder.conf`` file as:
41+
42+
.. code-block::
43+
:name: cinder.conf
44+
[DEFAULT]
45+
cinder_internal_tenant_project_id=PROJECT_ID
46+
cinder_internal_tenant_user_id=USER_ID

0 commit comments

Comments
 (0)