From: Pedro Pereira Date: Fri, 23 Aug 2024 09:40:28 +0000 (+0100) Subject: Feature 10983: changes to ns_migrate JSON schema to allow the specification of the... X-Git-Tag: v17.0.0~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=5f4809d1e748f0dcd36f162c296075d5f12adc2b;p=osm%2FNBI.git Feature 10983: changes to ns_migrate JSON schema to allow the specification of the targetNodeK8sLabels parameter Change-Id: Id6926057833d33a7d69dd12b588dd3bed4399e80 Signed-off-by: Pedro Pereira --- diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 75d16ca..95556ff 100644 --- 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": {