projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1186b0
)
Feature 10920: Monitoring of NFVI-leve VNF metrics form Prometheus TSDB
52/11952/2
author
vegall
<lvega@whitestack.com>
Wed, 27 Apr 2022 15:31:49 +0000
(15:31 +0000)
committer
garciadeblas
<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
patch
|
blob
|
history
diff --git
a/osm_nbi/validation.py
b/osm_nbi/validation.py
index
4db456a
..
9bbde28
100644
(file)
--- a/
osm_nbi/validation.py
+++ b/
osm_nbi/validation.py
@@
-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",