StackLight configuration parameters¶
This section describes the OpenStack-related StackLight configuration keys that
you can specify in the values
section to change StackLight settings as
required. For other available configuration keys, see
Mirantis Container Cloud Operations Guide: StackLight configuration parameters.
Prior to making any changes to StackLight configuration, perform the steps described in StackLight configuration procedure. After changing StackLight configuration, verify the changes as described in Verify StackLight after configuration.
OpenStack¶
Key |
Description |
Example values |
---|---|---|
|
Enables OpenStack monitoring. Set to |
|
|
Defines the namespace within which the OpenStack virtualized control
plane is installed. Set to |
|
Gnocchi¶
Key |
Description |
Example values |
---|---|---|
|
Enables Gnocchi monitoring. Set to |
|
Ironic¶
Key |
Description |
Example values |
---|---|---|
|
Enables Ironic monitoring. Set to |
|
RabbitMQ¶
Key |
Description |
Example values |
---|---|---|
|
Defines the RabbitMQ credentials to use if credentials discovery is disabled or some required parameters were not found during the discovery. |
credentialsConfig:
username: "stacklight"
password: "stacklight"
host: "rabbitmq.openstack.svc"
queue: "notifications"
vhost: "openstack"
|
|
Enables the credentials discovery to obtain the username and password from the secret object. |
credentialsDiscovery:
enabled: true
namespace: openstack
secretName: os-rabbitmq-user-credentials
|
Telegraf¶
Key |
Description |
Example values |
---|---|---|
|
Specifies the OpenStack credentials to use if the credentials discovery is disabled or some required parameters were not found during the discovery. |
credentialsConfig:
identityEndpoint: "" # "http://keystone-api.openstack.svc:5000/v3"
domain: "" # "default"
password: "" # "workshop"
project: "" # "admin"
region: "" # "RegionOne"
username: "" # "admin"
|
|
Enables the credentials discovery to obtain all required parameters from the secret object. |
credentialsDiscovery:
enabled: true
namespace: openstack
secretName: keystone-keystone-admin
|
|
Specifies the interval of metrics gathering from the OpenStack API. Set
to |
|
|
Enables or disables the server certificate chain and host name
verification. Set to |
|
|
Enables or disables HTTP probes for public endpoints from the OpenStack
service catalog. Set to |
|
SSL certificates¶
Key |
Description |
Example values |
---|---|---|
|
External FQDN used to communicate with OpenStack services for
certificates monitoring. The option is deprecated, use
|
|
|
External FQDN used to communicate with OpenStack services. Used for
certificates monitoring. Set to |
|
|
Defines whether to verify the trust chain of the OpenStack endpoint SSL certificates during monitoring. |
insecure:
internal: true
external: false
|
Tungsten Fabric¶
Key |
Description |
Example values |
---|---|---|
|
Enables Tungsten Fabric monitoring. Since MOSK 23.1, the parameter is set
to Before MOSK 23.1, the parameter is set to
|
|
|
Available since MOSK 23.3. Defines the timeout of
the |
tungstenFabricMonitoring:
exportersTimeout: "5s"
|
|
Available since MOSK 24.1. Enables or disables monitoring of the Tungsten Fabric analytics services. In MOSK 24.1, defaults to Since MOSK 24.2, the default value is set automatically based on the real state of the Tungsten Fabric analytics services (enabled or disabled) in the Tungsten Fabric cluster. |
|