You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information about RBAC, see https://docs.openshift.com/container-platform/{NextSupportedOpenShiftVersion}/authentication/using-rbac.html[Using RBAC to define and apply permissions].
Copy file name to clipboardExpand all lines: doc-Service-Telemetry-Framework/modules/proc_configuring-the-stf-connection-for-director-operator-for-the-overcloud.adoc
* 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
+
61
73
[role="_additional-resources"]
62
74
.Additional resources
63
75
* For more information about the `stf-connectors.yaml` environment file, see xref:configuring-the-stf-connection-for-the-overcloud_assembly-completing-the-stf-configuration[].
Copy file name to clipboardExpand all lines: doc-Service-Telemetry-Framework/modules/proc_creating-the-base-configuration-for-director-operator-for-stf.adoc
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,9 @@ data:
54
54
CollectdConnectionType: amqp1
55
55
CollectdAmqpInterval: 30
56
56
CollectdDefaultPollingInterval: 30
57
-
CollectdExtraPlugins:
58
-
- vmem
57
+
# to collect information about the virtual memory subsystem of the kernel
58
+
# CollectdExtraPlugins:
59
+
# - vmem
59
60
60
61
# set standard prefixes for where metrics are published to QDR
61
62
MetricsQdrAddresses:
@@ -74,13 +75,16 @@ data:
74
75
# note: this may need an adjustment if there are many metrics to be sent.
75
76
collectd::plugin::amqp1::send_queue_limit: 5000
76
77
77
-
# receive extra information about virtual memory
78
-
collectd::plugin::vmem::verbose: true
78
+
# to receive extra information about virtual memory, you must enable vmem plugin in CollectdExtraPlugins
79
+
# collectd::plugin::vmem::verbose: true
79
80
80
81
# provide name and uuid in addition to hostname for better correlation
Copy file name to clipboardExpand all lines: doc-Service-Telemetry-Framework/modules/proc_deploying-stf-on-openshift-disconnected-environments.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Since {Project} ({ProjectShort}) version 1.5.4, you can deploy {ProjectShort} in
8
8
9
9
.Prerequisites
10
10
11
-
* {OpenShift} Extended Update Support (EUS) version 4.12 or 4.14 deployed in a restricted network.
11
+
* {OpenShift} Extended Update Support (EUS) version {SupportedOpenShiftVersion} or {NextSupportedOpenShiftVersion} deployed in a restricted network.
12
12
* A mirror registry so that the {OpenShift} cluster can access the required images. For more information about mirror registries, see link:https://access.redhat.com/documentation/en-us/openshift_container_platform/{NextSupportedOpenShiftVersion}/html/installing/disconnected-installation-mirroring[Disconnected installation mirroring] in the {OpenShift} _Installing_ guide.
13
13
* All the {ProjectShort} dependencies are available in the {OpenShift} cluster mirror registry.
0 commit comments