diff options
author | FernandoOliveira <fernando.oliveira@verizon.com> | 2021-09-13 12:36:02 -0400 |
---|---|---|
committer | FernandoOliveira <fernando.oliveira@verizon.com> | 2021-09-17 11:36:57 -0400 |
commit | 5a4b01ffbe140732e341d104351f2b60660c621d (patch) | |
tree | 84d31bcf0ca7d8e72f777a9b0a9c920256c7e380 /ONAP_Information_Model/Service.di | |
parent | 3aa63cadf528a3d0146464c5ba65ea308f638ec5 (diff) |
VNF changes from the ETSI IFA011 4.2.1 relative to 4.1.1
- several VipCP changes that are mirrors from 3.X
- Addition of vnfdExtInvariantId to VNF
- Addition of logicalNode, requestedAdditionalCapabilities and mcioConstraintsParams to VDU
Patch 2: Fixed the dos mode so that no insertion of \r.
Patch 4: Added new types to VNF types disgram
Issue-ID: ONAPMODEL-39
Signed-off-by: Fernando Oliveira <fernando.oliveira@verizon.com>
Change-Id: I6e67d72e3f18ac20aa978f7ba2b16f8d2c23f162
Diffstat (limited to 'ONAP_Information_Model/Service.di')
-rw-r--r-- | ONAP_Information_Model/Service.di | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/ONAP_Information_Model/Service.di b/ONAP_Information_Model/Service.di index bf9abab..4204190 100644 --- a/ONAP_Information_Model/Service.di +++ b/ONAP_Information_Model/Service.di @@ -1,2 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"/> +<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> + <sashModel currentSelection="//@sashModel/@windows.0/@children.0"> + <windows> + <children xsi:type="di:TabFolder"> + <children> + <emfPageIdentifier href="papyrus.welcome:dynamic#/"/> + </children> + <children> + <emfPageIdentifier href="Vnf.notation#_ZmiqUDOREeiHat9KcP8uWA"/> + </children> + <children> + <emfPageIdentifier href="Vnf.notation#_tsOFEDQTEeixv_sLOod4lQ"/> + </children> + <children> + <emfPageIdentifier href="Vnf.notation#_XaTYAHPWEeiuFfjlON-CuQ"/> + </children> + <children> + <emfPageIdentifier href="papyrus.welcome:dynamic#/"/> + </children> + </children> + </windows> + </sashModel> +</di:SashWindowsMngr> |