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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
departure/
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ To collect metrics, events, or both, and to send them to the {Project} ({Project

** To deploy data collection and transport to {ProjectShort} on {OpenStackShort} 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[]
** To disable the data collector services, see xref:disabling-openstack-services-used-with-stf_assembly-completing-the-stf-configuration[].

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 @@ -39,11 +37,6 @@ include::../modules/proc_deploying-the-overcloud.adoc[leveloffset=+2]
include::../modules/proc_validating-clientside-installation.adoc[leveloffset=+2]
include::../modules/proc_disabling-openstack-services-used-with-stf.adoc[leveloffset=+1]

//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 @@ -39,7 +39,7 @@ endif::[]
.Additional resources

* For more information about Operators, see the https://docs.openshift.com/container-platform/{NextSupportedOpenShiftVersion}/operators/understanding/olm-what-operators-are.html[_Understanding Operators_] guide.
* For more information about how to remove {ProjectShort} from the {OpenShift} environment, see xref:assembly-removing-stf-from-the-openshift-environment_assembly[].
//* For more information about how to remove {ProjectShort} from the {OpenShift} environment, see xref:assembly-removing-stf-from-the-openshift-environment_{}[].

include::../modules/proc_deploying-stf-to-the-openshift-environment.adoc[leveloffset=+1]
include::../modules/proc_creating-a-servicetelemetry-object-in-openshift.adoc[leveloffset=+1]
Expand Down
2 changes: 1 addition & 1 deletion doc-Service-Telemetry-Framework/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include::assemblies/assembly_advanced-features.adoc[leveloffset=+1]
include::assemblies/assembly_renewing-the-amq-interconnect-certificate.adoc[leveloffset=+1]

// upgrading to 1.4
include::assemblies/assembly_upgrading-service-telemetry-framework-to-version-1-4.adoc[leveloffset=+1]
//include::assemblies/assembly_upgrading-service-telemetry-framework-to-version-1-4.adoc[leveloffset=+1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻


// removing
include::assemblies/assembly_removing-stf-from-the-openshift-environment.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ To configure the base parameters to provide a compatible data collection and tra
[IMPORTANT]
====
Setting `EventPipelinePublishers` and `PipelinePublishers` to empty lists results in no event or metric data passing to {OpenStackShort} 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 {OpenStackShort} telemetry components, and you must increase the interval to a larger value, such as `300`. Increasing the value to a longer polling interval results 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[]
====
+
.enable-stf.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[role="_abstract"]
Disable the services used when deploying {OpenStack} ({OpenStackShort}) and connecting it to {Project} ({ProjectShort}). There is no removal of logs or generated configuration files as part of the disablement of the services.

[WARNING]
Do not use this procedure when also using the xref:sending-metrics-to-gnocchi-and-to-stf_assembly-completing-the-stf-configuration[] procedure because the `gnocchi-connectors.yaml` does not contain all dependencies required. If you want to remove {ProjectShort}-related services on {OpenStackShort}, ensure that you update your environment to enable data collection and data storage dependencies.

.Procedure

. Log in to the {OpenStackShort} undercloud as the `stack` user.
Expand Down

This file was deleted.