[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heat / outputs / expectedoutputfiles / MainServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: Main
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 topology_template:
8   node_templates:
9     jsa_net:
10       type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
11       properties:
12         shared: true
13         network_name:
14           get_input: jsa_net_name
15     jsa_net_test_full_attribute:
16       type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
17       properties:
18         dhcp_agent_ids:
19         - '1000'
20         - '1001'
21         - '1002'
22         tenant_id: 23456
23         port_security_enabled: true
24         shared: true
25         admin_state_up: false
26         qos_policy: full
27         network_name:
28           get_input: jsa_net_name
29         subnets:
30           jsa_net_test_full_attribute_subnet:
31             cidr:
32               get_input: jsa_cidr
33         value_specs:
34           key1: spec1
35           key2: spec2
36   groups:
37     outputs_group:
38       type: org.openecomp.groups.heat.HeatStack
39       properties:
40         heat_file: ../Artifacts/outputs.yaml
41         description: |
42           Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
43       members:
44       - jsa_net
45       - jsa_net_test_full_attribute
46   outputs:
47     output_regular:
48       description: output_regula
49       value: regular
50     output_func_getParam:
51       description: output_func_getParam
52       value:
53         get_input: jsa_cidr
54     output_func_getAttr:
55       description: output_func_getAttr
56       value:
57         get_attribute:
58         - jsa_net_test_full_attribute
59         - network_name
60     output_func_getResource:
61       description: output_func_getResource
62       value: jsa_net_test_full_attribute