From 348539ebe82cf40c0961c6ef2e2421d18bd9e1f9 Mon Sep 17 00:00:00 2001 From: muhammadh Date: Tue, 28 Sep 2021 14:38:54 +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 5890a71c..9838cae3 100644 --- a/internal_variables.txt +++ b/internal_variables.txt @@ -364,6 +364,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