From b19b42ed1f52bc0d3ea8c30c88972cd8ce23f4ef Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 18 Apr 2024 10:52:39 +0100 Subject: [PATCH] docs: Remove prometheus and grafana config symlinks These are no longer necessary due to support for kayobe multiple environment merging being backported to Antelope. --- doc/source/configuration/monitoring.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/source/configuration/monitoring.rst b/doc/source/configuration/monitoring.rst index 822a3c02f..069bf4700 100644 --- a/doc/source/configuration/monitoring.rst +++ b/doc/source/configuration/monitoring.rst @@ -42,17 +42,6 @@ The configuration options can be found in .. literalinclude:: ../../../etc/kayobe/stackhpc-monitoring.yml :language: yaml -In order to enable stock monitoring configuration within a particular -environment, create the following symbolic links: - -.. code-block:: console - - cd $KAYOBE_CONFIG_PATH - ln -s ../../../../kolla/config/grafana/ environments/$KAYOBE_ENVIRONMENT/kolla/config/ - ln -s ../../../../kolla/config/prometheus/ environments/$KAYOBE_ENVIRONMENT/kolla/config/ - -and commit them to the config repository. - SMART Drive Monitoring ======================