Solved sdc jenkins jobs triggering
[integration/csit.git] / plans / so / integration-etsi-testing / config / distribution-test-unzipped / unzipped_sdc_csar / v1 / catalog / services / Manualdistributiontestservice / 1.0 / resourceInstances / manualdistributiontestvnf0 / artifacts / resource-ManualdistributiontestvspComputeNodesHeatSimple-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: 67a4bb59-d438-4c83-9c94-ed99b30a9b66
4   UUID: 0c13eeca-9d3b-456a-9d78-73ffd155d940
5   name: Manualdistributiontestvsp.compute.nodes.heat.simple
6   description: Not reusable inner VFC
7   type: VFC
8   category: Generic
9   subcategory: Abstract
10   resourceVendor: Test
11   resourceVendorRelease: '1.0'
12   resourceVendorModelNumber: ''
13 imports:
14 - nodes:
15     file: nodes.yml
16 - datatypes:
17     file: data.yml
18 - capabilities:
19     file: capabilities.yml
20 - relationships:
21     file: relationships.yml
22 - groups:
23     file: groups.yml
24 - policies:
25     file: policies.yml
26 - annotations:
27     file: annotations.yml
28 node_types:
29   org.openecomp.resource.vfc.Manualdistributiontestvsp.abstract.compute.nodes.heat.simple:
30     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
31     description: Not reusable inner VFC
32     properties:
33       admin_pass:
34         type: string
35         description: The administrator password for the server
36         required: false
37       image:
38         type: string
39         description: The ID or name of the image to boot with
40         required: false
41       availability_zone:
42         type: string
43         description: Availability zone to create servers in
44         required: false
45       metadata:
46         type: json
47         description: Arbitrary JSON metadata to store for this server
48         required: false
49       image_update_policy:
50         default: REBUILD
51         type: string
52         description: Policy on how to apply an image-id update
53         required: false
54       contrail_service_instance_ind:
55         default: false
56         type: boolean
57         description: Nova server related to service instance indicator
58         required: false
59       user_data_update_policy:
60         default: REPLACE
61         type: string
62         description: Policy on how to apply a user_data update
63         required: false
64       user_data:
65         type: string
66         description: User data script to be executed by cloud-init
67         required: false
68       flavor_update_policy:
69         default: RESIZE
70         type: string
71         description: Policy on how to apply a flavor update
72         required: false
73       reservation_id:
74         type: string
75         description: A UUID for the set of servers being requested
76         required: false
77       key_name:
78         type: string
79         description: Name of keypair to inject into the server
80         required: false
81       flavor:
82         type: string
83         description: The ID or name of the flavor to boot onto
84         required: true
85       security_groups:
86         default: [
87           ]
88         type: list
89         description: List of security group names or IDs
90         required: false
91         entry_schema:
92           type: string
93       config_drive:
94         type: boolean
95         description: enable config drive on the server
96         required: false
97       software_config_transport:
98         default: POLL_SERVER_CFN
99         type: string
100         description: How the server should receive the metadata required for software configuration
101         required: false
102       personality:
103         default: {
104           }
105         type: map
106         description: A map of files to create/overwrite on the server upon boot
107         required: false
108         entry_schema:
109           type: string
110       user_data_format:
111         default: HEAT_CFNTOOLS
112         type: string
113         description: How the user_data should be formatted for the server
114         required: false
115       diskConfig:
116         type: string
117         description: Control how the disk is partitioned when the server is created
118         required: false
119       scheduler_hints:
120         type: map
121         description: Arbitrary key-value pairs specified by the client to help boot a server
122         required: false
123         entry_schema:
124           type: string
125       name:
126         type: string
127         description: Server name
128         required: false
129     interfaces:
130       Standard:
131         type: tosca.interfaces.node.lifecycle.Standard