X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Fcharm%2Fosm-mon%2Fconfig.yaml;h=e9fda199bc54b6d0e9ac4a5b7a37a742ae7daa1d;hb=refs%2Fchanges%2F84%2F13584%2F14;hp=2b8071112c02ec049acbc7cd3c4383c44f934135;hpb=8ea1f3734719ae55538a22eebe9c9e372ea29baa;p=osm%2Fdevops.git diff --git a/installers/charm/osm-mon/config.yaml b/installers/charm/osm-mon/config.yaml index 2b807111..e9fda199 100644 --- a/installers/charm/osm-mon/config.yaml +++ b/installers/charm/osm-mon/config.yaml @@ -59,19 +59,23 @@ options: grafana-url: description: Grafana URL type: string - default: http://grafana:3000 grafana-user: description: Grafana user type: string - default: admin grafana-password: description: Grafana password type: string - default: admin + prometheus-url: + description: Prometheus URL + type: string keystone-enabled: description: MON will use Keystone backend type: boolean default: false + vm-infra-metrics: + description: Enables querying the VIMs asking for the status of the VMs + type: boolean + default: true certificates: type: string description: | @@ -92,7 +96,7 @@ options: After enabling the debug-mode, execute the following command to get the information you need to start debugging: - `juju run-action get-debug-mode-information --wait` + `juju run-action get-debug-mode-information --wait` The previous command returns the command you need to execute, and the SSH password that was set.