Integrate MON and Prometheus
[osm/devops.git] / installers / charm / osm-mon / config.yaml
index 2b80711..e9fda19 100644 (file)
@@ -59,19 +59,23 @@ options:
   grafana-url:
     description: Grafana URL
     type: string
   grafana-url:
     description: Grafana URL
     type: string
-    default: http://grafana:3000
   grafana-user:
     description: Grafana user
     type: string
   grafana-user:
     description: Grafana user
     type: string
-    default: admin
   grafana-password:
     description: Grafana password
     type: string
   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
   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: |
   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:
 
       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 <unit name> --wait`
+        `juju run-action <unit name> get-debug-mode-information --wait`
 
       The previous command returns the command you need to execute, and the SSH password that was set.
 
 
       The previous command returns the command you need to execute, and the SSH password that was set.