From 05b92513c8c6c1ed035630ec490fec4c70aa7544 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Tue, 31 Aug 2021 16:25:56 +0200 Subject: [PATCH] doc/dashboard: Fix kcli pool and network requirements documentation Signed-off-by: Pere Diaz Bou --- doc/dev/developer_guide/dash-devel.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 17920913f968f..dc2355094455b 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -435,9 +435,9 @@ Prerequisites: you need to install `KCLI Configure KCLI plan requirements:: $ sudo chown -R $(id -un) /var/lib/libvirt/images - $ mkdir -p /var/lib/libvirt/images/ceph-dashboard dashboard - $ kcli create pool -p /var/lib/libvirt/images/ceph-dashboard dashboard - $ kcli create network -c 192.168.100.0/24 dashboard + $ mkdir -p /var/lib/libvirt/images/ceph-dashboard + $ kcli create pool -p /var/lib/libvirt/images/ceph-dashboard ceph-dashboard + $ kcli create network -c 192.168.100.0/24 ceph-dashboard Note: This script is aimed to be run as jenkins job so the cleanup is triggered only in a jenkins @@ -1760,7 +1760,7 @@ We generate the dashboard json files directly from this jsonnet file by running command in the grafana/dashboards directory: ``jsonnet -m . jsonnet/grafana_dashboards.jsonnet``. (For the above command to succeed we need ``jsonnet`` package installed and ``grafonnet-lib`` -directory cloned in our machine. Please refer - +directory cloned in our machine. Please refer - ``https://grafana.github.io/grafonnet-lib/getting-started/`` in case you have some trouble.) To update an existing grafana dashboard or to create a new one, we need to update @@ -1800,7 +1800,7 @@ and then use these functions inside the dashboard definition like - } The valid grafonnet-lib attributes can be found here - ``https://grafana.github.io/grafonnet-lib/api-docs/``. - + How to listen for manager notifications in a controller? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.39.5