
This adds ceilometer-specific contents of the OpenStack Installation Guide in the ceilometer repo per [1]. A separate change will remove the ceilometer contents from the OpenStack Installation Guide for Newton per [2]. The ceilometer install-guide structure is based on Install Guide Cookiecutter [3]. Also adds tox.ini environment for install-guide and adds openstackdocs-theme to test-requirements.txt. [1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html [2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html [3] https://review.openstack.org/#/c/314229/ Partially-Implements: blueprint projectspecificinstallguide Change-Id: Iffc5d7243e9eeb74c9dd7b559ef3de7123269293
37 lines
1.0 KiB
ReStructuredText
37 lines
1.0 KiB
ReStructuredText
Prerequisites
|
|
-------------
|
|
|
|
The Telemetry service requires access to the Object Storage service
|
|
using the ``ResellerAdmin`` role. Perform these steps on the controller
|
|
node.
|
|
|
|
#. Source the ``admin`` credentials to gain access to admin-only
|
|
CLI commands.
|
|
|
|
.. code-block:: console
|
|
|
|
$ . admin-openrc
|
|
|
|
#. Create the ``ResellerAdmin`` role:
|
|
|
|
.. code-block:: console
|
|
|
|
$ openstack role create ResellerAdmin
|
|
+-----------+----------------------------------+
|
|
| Field | Value |
|
|
+-----------+----------------------------------+
|
|
| domain_id | None |
|
|
| id | 462fa46c13fd4798a95a3bfbe27b5e54 |
|
|
| name | ResellerAdmin |
|
|
+-----------+----------------------------------+
|
|
|
|
#. Add the ``ResellerAdmin`` role to the ``ceilometer`` user:
|
|
|
|
.. code-block:: console
|
|
|
|
$ openstack role add --project service --user ceilometer ResellerAdmin
|
|
|
|
.. note::
|
|
|
|
This command provides no output.
|