Remove tosca.nodes.nfv.FP, as it does not appear in csd04
Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/fba9d312 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/fba9d312 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/fba9d312 Branch: refs/heads/ARIA-275-update-NFV-profile-to-csd04 Commit: fba9d3123621af808c885091dcd32dbddae6248b Parents: 49373ef Author: Avia Efrat <[email protected]> Authored: Tue Jun 6 00:45:31 2017 +0300 Committer: Avia Efrat <[email protected]> Committed: Tue Jun 6 00:45:31 2017 +0300 ---------------------------------------------------------------------- .../profiles/tosca-simple-nfv-1.0/nodes.yaml | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/fba9d312/extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/nodes.yaml ---------------------------------------------------------------------- diff --git a/extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/nodes.yaml b/extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/nodes.yaml index b123aab..5bd002d 100644 --- a/extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/nodes.yaml +++ b/extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/nodes.yaml @@ -321,26 +321,6 @@ node_types: # monitoring_parameters: # modeled as ad hoc (named) capabilities in node template - tosca.nodes.nfv.FP: - _extensions: - shorthand_name: FP # ARIA NOTE: the spec must be mistaken here, says "VL" - type_qualified_name: tosca:FP - specification: tosca-simple-nfv-1.0 - specification_section: 10.5.1 - specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd03/tosca-nfv-v1.0-csd03.html#_Toc447714722' - description: >- - The NFV FP node type represents a logical network forwarding path entity as defined by [ETSI GS NFV-MAN 001 v1.1.1]. - derived_from: tosca.nodes.Root - properties: - policy: - description: >- - A policy or rule to apply to the NFP - type: string - required: false - requirements: - - forwarder: - capability: tosca.capabilities.nfv.Forwarder - tosca.nodes.nfv.VL.ELine: _extensions: shorthand_name: VL.ELine # ARIA NOTE: omitted in the spec
