Feature 10920: Monitoring of NFVI-leve VNF metrics form Prometheus TSDB 52/11952/2
authorvegall <lvega@whitestack.com>
Wed, 27 Apr 2022 15:31:49 +0000 (15:31 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 18 May 2022 08:49:29 +0000 (10:49 +0200)
Change-Id: Icd8632036d01368b72fd44a06678ef9403ee8009
Signed-off-by: vegall <lvega@whitestack.com>
osm_nbi/validation.py

index 4db456a..9bbde28 100644 (file)
@@ -516,6 +516,7 @@ vim_account_edit_schema = {
         "vim_password": passwd_schema,
         "vca": id_schema,
         "config": {"type": "object"},
+        "prometheus-config": {"type": "object"},
     },
     "additionalProperties": False,
 }
@@ -540,6 +541,7 @@ vim_account_new_schema = {
         "vim_password": passwd_schema,
         "vca": id_schema,
         "config": {"type": "object"},
+        "prometheus-config": {"type": "object"},
     },
     "required": [
         "name",