aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importAttResources/HSS/HSS.yml
blob: 060059508acbca88cf2fae82eb369ba764ed8899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
att.nodes.ims.HSS:
  derived_from: tosca.nodes.SoftwareComponent
  capabilities:
    icscf_endpoint:
      type: tosca.capabilities.Endpoint
      relationship: tosca.relationships.ConnectTo
      occurrences: [0, UNBOUNDED]  
      description: Connection with one ore more I-CSCF functions 
    scscf_endpoint:
      type: tosca.capabilities.Endpoint
      relationship: tosca.relationships.ConnectTo
      occurrences: [0, UNBOUNDED]  
      description: Connection with one ore more S-CSCF functions
  requirements:
    database_endpoint: 
      capability: tosca.capabilities.Endpoint.Database  
      node: tosca.nodes.Database
      relationship: tosca.relationships.ConnectsTo