From e633f141433a7e87f3bb9f186a66a2ef30aefb04 Mon Sep 17 00:00:00 2001 From: muhammadh Date: Mon, 27 Sep 2021 18:48:31 +0500 Subject: [PATCH] added some missing internal variables to be removed from TAP GUI --- internal_variables.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/internal_variables.txt b/internal_variables.txt index ed9c49b0..85791f1c 100644 --- a/internal_variables.txt +++ b/internal_variables.txt @@ -326,6 +326,14 @@ ${NS_InvariantId} #${tosca_type_VDU_cp} tosca.nodes.nfv.VduCp #${tosca_type_storage} tosca.nodes.nfv.Vdu.VirtualBlockStorage +${tosca_type_NS} tosca.nodes.nfv.NS +${tosca_type_NsVirtualLink} tosca.nodes.nfv.NsVirtualLink +${tosca_type_NsCP} tosca.nodes.nfv.Cp + +${NS_VirtualLink_IDs} +${NsCP_IDs} +${SAP_IDs} + #${VDU_IDs} #${VNF_IDs} #${virtualLink_IDs} -- GitLab