Skip to content

Commit 0480450

Browse files
authored
add-callouts-for-stfconnectorsyaml-in-proc_configuring-the-stf-connection-for-director-operator-for-the-overcloud (#543)
1 parent 2033bb6 commit 0480450

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc-Service-Telemetry-Framework/modules/proc_configuring-the-stf-connection-for-director-operator-for-the-overcloud.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ data:
5858
CollectdSensubilityResultsChannel: sensubility/cloud1-telemetry
5959
----
6060

61+
* The `resource_registry` configuration directly loads the collectd service because you do not include the `collectd-write-qdr.yaml` environment file for multiple cloud deployments.
62+
* Replace the `host` sub-parameter of `MetricsQdrConnectors` with the value that you retrieved in xref:retrieving-the-qdr-route-address_assembly-completing-the-stf-configuration[].
63+
* Replace the `<password_from_stf>` portion of the `saslPassword` sub-parameter of `MetricsQdrConnectors` with the value you retrieved in xref:retrieving-the-qdr-password_assembly-completing-the-stf-configuration[].
64+
ifdef::include_when_13,include_when_17[]
65+
* Replace the `caCertFileContent` parameter with the contents retrieved in xref:getting-ca-certificate-from-stf-for-overcloud-configuration_assembly-completing-the-stf-configuration[].
66+
endif::include_when_13,include_when_17[]
67+
* Set `topic` value of `CeilometerQdrMetricsConfig.topic` to define the topic for Ceilometer metrics. The value is a unique topic identifier for the cloud such as `cloud1-metering`.
68+
* Set `CollectdAmqpInstances` sub-parameter to define the topic for collectd metrics. The section name is a unique topic identifier for the cloud such as `cloud1-telemetry`.
69+
ifndef::include_when_13[]
70+
* Set `CollectdSensubilityResultsChannel` to define the topic for collectd-sensubility events. The value is a unique topic identifier for the cloud such as `sensubility/cloud1-telemetry`.
71+
endif::[]
72+
6173
[role="_additional-resources"]
6274
.Additional resources
6375
* For more information about the `stf-connectors.yaml` environment file, see xref:configuring-the-stf-connection-for-the-overcloud_assembly-completing-the-stf-configuration[].

0 commit comments

Comments
 (0)