aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/loadBalancer/loadBalancer.yml
blob: abd3cf3fd509d8cb4fb032d6768dbc40f94cf680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.LoadBalancer:
    derived_from: tosca.nodes.Root 
    properties:
      # TBD
      algorithm :
        type: string
        required: false
        status: experimental
    capabilities :
      client: 
        type: tosca.capabilities.Endpoint.Public
        occurrences: [0, UNBOUNDED]
        description: the Floating (IP) client's on the public network can connect to
    requirements: 
      - application: 
          capability: tosca.capabilities.Endpoint
          relationship: tosca.relationships.RoutesTo
          occurrences: [0, UNBOUNDED]