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
15 changes: 15 additions & 0 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,21 @@ authentication will fail if this configuration is absent. See `upstream
Keystone change <https://review.opendev.org/c/openstack/keystone/+/833876>`__
for more details.

OS Capacity exporter and dashboard enabled by default
-----------------------------------------------------

The OS Capacity exporter will automatically be deployed after the upgrade.
During the upgrade, HAProxy config, Prometheus config and Grafana dashboards
will also be updated to use the exporter. If you want to disable this, change
the following in ``kayobe-config/etc/kayobe/stackhpc-monitoring.yml``:

.. code-block:: yaml

# Whether the OpenStack Capacity exporter is enabled.
# Enabling this flag will result in HAProxy configuration and Prometheus scrape
# targets being templated during deployment.
stackhpc_enable_os_capacity: false

Known issues
============

Expand Down
Loading