From b8a3a8a79913fa6d179710627a15cb85aebef484 Mon Sep 17 00:00:00 2001 From: Preethika Date: Fri, 17 Jun 2022 07:43:44 +0000 Subject: [PATCH] issue #62 Implementation of Mcio data from IFA011ed431 Signed-off-by: Preethika --- src/yang/etsi-nfv-vnf.yang | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 37214e2..bcc498d 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -676,6 +676,34 @@ submodule etsi-nfv-vnf { } } } + + container mcio-identification-data { + leaf name { + mandatory true; + type string; + description + "The name of the mcio."; + } + + leaf type { + mandatory true; + type enumeration { + enum "Deployment"; + enum "StatefulSet"; + } + description + "The type of the mcio."; + } + + description + "Name and type of the MCIO that realizes this VDU.It allows + the VNFM to identify the MCIO e.g. when querying the CISM. + It shall be present when the VDU is realized by one or a + set of OS containers and shall be absent otherwise."; + reference + "GS NFV IFA011: Section 7.1.6.2, VDU Information + element."; + } } list virtual-compute-desc { -- GitLab