[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / global_types / expectedoutputfiles / ContrailPortGlobalTypesServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: ContrailPortGlobalTypes
4   template_version: 1.0.0
5 description: Contrail Port TOSCA Global Types
6 imports:
7   common_definitions:
8     file: CommonGlobalTypesServiceTemplate.yaml
9 node_types:
10   org.openecomp.resource.cp.nodes.heat.network.contrail.Port:
11     derived_from: tosca.nodes.network.Port
12     properties:
13       static_routes:
14         type: list
15         description: An ordered list of static routes to be added to this interface
16         required: false
17         status: SUPPORTED
18         entry_schema:
19           type: org.openecomp.datatypes.heat.network.contrail.port.StaticRoute
20       virtual_network:
21         type: string
22         description: Virtual Network for this interface
23         required: true
24         status: SUPPORTED
25       static_route:
26         type: boolean
27         description: Static route enabled
28         required: false
29         default: false
30         status: SUPPORTED
31       allowed_address_pairs:
32         type: list
33         description: List of allowed address pair for this interface
34         required: false
35         status: SUPPORTED
36         entry_schema:
37           type: org.openecomp.datatypes.heat.network.contrail.AddressPair
38       shared_ip:
39         type: boolean
40         description: Shared ip enabled
41         required: false
42         default: false
43         status: SUPPORTED
44       ip_address:
45         type: string
46         description: IP for this interface
47         required: false
48         status: SUPPORTED
49       interface_type:
50         type: string
51         description: Interface type
52         required: true
53         status: SUPPORTED
54         constraints:
55         - valid_values:
56           - management
57           - left
58           - right
59           - other
60     attributes:
61       fq_name:
62         type: string
63         description: fq_name
64         status: SUPPORTED