1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

minor clean up for metering docs

This commit is contained in:
Kevin Lamenzo
2019-09-12 13:48:06 -04:00
committed by openshift-cherrypick-robot
parent fef85fb6a8
commit 7a6ce0d4c8
5 changed files with 15 additions and 6 deletions

View File

@@ -816,6 +816,8 @@ Topics:
File: metering-about-reports
- Name: Using metering
File: metering-using-metering
- Name: Troubleshooting and debugging
File: metering-troubleshooting-debugging
---
Name: Telemetry
Dir: telemetry

View File

@@ -1,5 +1,5 @@
[id="metering-configure-persistent-storage"]
= Configuring Persistent Storage
= Configuring persistent storage
include::modules/common-attributes.adoc[]
:context: metering

View File

@@ -10,3 +10,9 @@ Before installing Metering into your cluster, review the following sections.
include::modules/metering-about-install.adoc[leveloffset=+1]
include::modules/metering-install-prerequisites.adoc[leveloffset=+1]
== Additional Resources
* For more information on configuration steps and available storage platforms, see xref:../../metering/configuring-metering/metering-configure-persistent-storage.adoc#metering-configure-persistent-storage[Configuring persistent storage].
* For the steps to configure Hive, see xref:../../metering/configuring-metering/metering-configure-hive-metastore.adoc#metering-configure-hive-metastore[Configuring the Hive metastore].

View File

@@ -18,12 +18,13 @@ To install the metering stack, create a `MeteringConfig` resource and add your c
Before creating your `MeteringConfig`:
* Review the installation options in xref:../metering/metering-about-installing-metering.adoc#metering-about-install_about-installing-metering[About installing metering]
* At a minimum, you need to xref:../metering/configuring-metering/metering-configure-persistent-storage.adoc#metering-configure-persistent-storage[configure persistent storage] and xref:../metering/configuring-metering/metering-configure-hive-metastore.adoc#metering-configure-hive-metastore[configure the Hive metastore].
After entering you configuration details, the MeteringConfig resource installs all the necessary metering components inside the openshift-metering namespace.
After entering your configuration details, the `MeteringConfig` resource installs all the necessary metering components inside the openshift-metering namespace.
[IMPORTANT]
====
There can only be one MeteringConfig resource in the `openshift-metering` namespace. Any other configuration is not supported.
There can only be one `MeteringConfig` resource in the `openshift-metering` namespace. Any other configuration is not supported.
====
.Procedure
@@ -40,7 +41,7 @@ You can review example configuration files and all supported configuration optio
. Enter your configuration details into the YAML editor and click *Create*.
The MeteringConfig resource will beging to create the necessary resources for your metering stack. You can now move on to verifying your installation.
The `MeteringConfig` resource begins to create the necessary resources for your metering stack. You can now move on to verifying your installation.
[id="metering-install-verify_{context}"]
== Verify Installation

View File

@@ -6,5 +6,5 @@
= About Installing Metering
Metering leverages a SQL database called Presto.
Presto itself does not actually store the data itself; instead its storage is decoupled from it, often in the form of object storage.
This means, at a minimum, you need to configure persistent storage to hold reporting data, and the Hive metastore to hold metadata about database tables managed by Presto and Hive.
Presto does not store the data itself. Instead, its storage is decoupled from it, often in the form of object storage.
This means at a minimum you need to configure persistent storage to hold reporting data, and the Hive metastore to hold metadata about database tables managed by Presto and Hive.