f23a8a164fe3f6b6b1547be117690e302d1d15e3
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: Compute node type with capability with an atribute of type list
4
5 capability_types:
6
7   tosca.capabilities.indigo.Endpoint:
8     derived_from: tosca.capabilities.Endpoint
9     attributes:
10       credential:
11         type: list
12         entry_schema:
13           type: tosca.datatypes.Credential
14
15 node_types:
16
17   tosca.nodes.ComputeWithCapWithAttr:
18     derived_from: tosca.nodes.Compute
19     capabilities:
20       endpoint:
21         type: tosca.capabilities.indigo.Endpoint
22