Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ As part of an {OpenStack} overcloud deployment, you might need to configure addi

* To deploy data collection and transport to {ProjectShort} on {OpenStack} cloud nodes that employ routed L3 domains, such as distributed compute node (DCN) or spine-leaf, see xref:deploying-to-non-standard-network-topologies_assembly-completing-the-stf-configuration[].

ifdef::include_when_16[]
* To send metrics to both Gnocchi and {ProjectShort}, see xref:sending-metrics-to-gnocchi-and-to-stf_assembly-completing-the-stf-configuration[].
endif::include_when_16[]

ifdef::include_when_13[]
* If you synchronized container images to a local registry, you must create an environment file and include the paths to the container images. For more information, see xref:adding-container-images-to-the-undercloud_assembly-completing-the-stf-configuration[].
Expand All @@ -48,7 +50,9 @@ include::../modules/proc_deploying-the-overcloud.adoc[leveloffset=+2]
include::../modules/proc_validating-clientside-installation.adoc[leveloffset=+2]

//Sending metrics to Gnocchi and to STF
ifdef::include_when_16[]
include::../modules/proc_sending-metrics-to-gnocchi-and-to-stf.adoc[leveloffset=+1]
endif::include_when_16[]

// Gather information for deployment in non-standard network topologies in the OSP overcloud
include::../modules/proc_deploying-to-non-standard-network-topologies.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ To configure the base parameters to provide a compatible data collection and tra
====
Setting `EventPipelinePublishers` and `PipelinePublishers` to empty lists results in no event or metric data passing to {OpenStack} legacy telemetry components, such as Gnocchi or Panko. If you need to send data to additional pipelines, the Ceilometer polling interval of 30 seconds as specified in `ExtraConfig` might overwhelm the legacy components, and should be increased to a larger value such as `300`. Increasing the value to a longer polling interval will result in less telemetry resolution in {ProjectShort}.

ifdef::include_when_16[]
To enable collection of telemetry with {ProjectShort} and Gnocchi, see xref:sending-metrics-to-gnocchi-and-to-stf_assembly-completing-the-stf-configuration[]
endif::include_when_16[]
====
+
ifdef::include_when_13[]
Expand Down