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:
70615ab
)
Feature 10983: changes to ns_migrate JSON schema to allow the specification of the...
41/14541/8
author
Pedro Pereira
<pedrocjdpereira@av.it.pt>
Fri, 23 Aug 2024 09:40:28 +0000
(10:40 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Thu, 12 Dec 2024 13:20:33 +0000
(14:20 +0100)
Change-Id: Id6926057833d33a7d69dd12b588dd3bed4399e80
Signed-off-by: Pedro Pereira <pedrocjdpereira@av.it.pt>
osm_nbi/validation.py
patch
|
blob
|
history
diff --git
a/osm_nbi/validation.py
b/osm_nbi/validation.py
index
75d16ca
..
95556ff
100644
(file)
--- a/
osm_nbi/validation.py
+++ b/
osm_nbi/validation.py
@@
-599,6
+599,7
@@
ns_migrate = {
"nsInstanceId": id_schema,
"vnfInstanceId": id_schema,
"migrateToHost": string_schema,
+ "targetHostK8sLabels": object_schema,
"vdu": {
"type": "object",
"properties": {