From 65b0fd80b8976beb4cb8539230420e08d18ebaf9 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Wed, 17 Apr 2019 13:03:28 +0200 Subject: [PATCH] SOL005: Fix in NS Lifecycle mgmt data types --- .../NSLifecycleManagement/NSLifecycleManagement.yaml | 1 - .../definitions/NSLifecycleManagement_def.yaml | 12 ++++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml index 57f5e12..194a3e9 100644 --- a/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -1,5 +1,4 @@ swagger: "2.0" - info: version: "1.1.0" title: "SOL005 - NS Lifecycle Management Interface" diff --git a/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml index 524e737..d86760a 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml @@ -22,11 +22,10 @@ definitions: items: $ref: "#/definitions/HealVnfData" - CancelMode: description: > This type represents a parameter to select the mode of canceling an ongoing NS LCM operation occurrence. - It shall comply with the provisions defined in Table 6.5.2.16-1.. + It shall comply with the provisions defined in Table 6.5.2.16-1. type: object required: - cancelMode @@ -36,6 +35,15 @@ definitions: Cancellation mode to apply. $ref: "#/definitions/CancelModeType" + CancelModeType: + description: > + The enumeration CancelModeType defines the valid modes of cancelling a NS LCM operation occurrence. + It shall comply with the provisions defined in Table 6.5.4.10-1. + type: string + enum: + - GRACEFUL + - FORCEFUL + HealNsData: description: > This type represents the information used to heal a NS. -- GitLab