[SDC] update configuration template in chef os
[sdc.git] / catalog-fe / src / test / resources / CI / originalResources / normative-types-network.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03
2
3 template_name: tosca-normative-types-network
4 template_author: TOSCA TC
5 template_version: 1.0.0.wd03-SNAPSHOT
6
7 description: Contains the normative types definition.
8 imports:
9   - "tosca-normative-types-root:1.0.0.wd03-SNAPSHOT"
10
11 node_types:
12   tosca.nodes.Network:
13     derived_from: tosca.nodes.Root
14     description: >
15       The TOSCA Network node represents a simple, logical network service.
16     properties:
17       ip_version:
18         type: integer
19         required: false
20         default: 4
21         constraints:
22           - valid_values: [ 4, 6 ]
23       cidr:
24         type: string
25         required: false
26       gateway_ip:
27         type: string
28         required: false
29       network_name:
30         type: string
31         required: false
32       network_id:
33         type: string
34         required: false
35     capabilities:
36       connection:
37         type: tosca.capabilities.Connectivity
38     tags:
39       icon: /images/network.png