Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleService that needs Router
linenumberstrue
collapsetrue
node_types:
  router:
    derived_from: tosca.nodes.nfv.NF
    capabilities:
      onap.capabilities.PacketForwarding


topology_template:
  node_templates:
    # can match the PNF or the VNF
    chooseRouterAtRuntime:
      type: router


    pnfRouter:
      type: VendorABC.nodes.MyPhysicalRouter


    vnfRouter:
      type: VendorXYZ.nodes.MyVirtualRouter
      

...