Versions Compared

Key

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

...

Code Block
titleAR Providing Service Topology
linenumberstrue
collapsetrue
topology_template:       
  node_templates:
    my_firewall:
      type: vendorXXX.nodes.MyVerySpecialFirewall
           
  substitution_mappings:
    type: vendorXXX.nodes.FirewallsProvidingService
    capabilities:
      i_can_provide_firewalls: [my_firewall, i_can_provide_firewalls]
       

TODO: separate nodes for the share and the "manager"

Consuming Service


The "Interface node type" of the Consuming Service 

...