[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / nestedOtherScenarios / multiLevel / twoNestedLevelsWithAllPatternsAndConnectivities / in / nested-no-compute.yml
1 heat_template_version: 2013-05-23
2
3 description: nested1
4
5 parameters:
6   p1:
7     type: string
8     description: UID of OAM network
9   p2:
10     type: string
11     description: UID of OAM network
12   security_group_name:
13     type: comma_delimited_list
14     description: CMAUI1, CMAUI2 server names
15   cmaui_names:
16     type: comma_delimited_list
17     description: CMAUI1, CMAUI2 server names
18   cmaui_image:
19     type: string
20     description: Image for CMAUI server
21   availability_zone_0:
22     type: string
23     label: availabilityzone name
24     description: availabilityzone name
25   cmaui_flavor:
26     type: string
27     description: Flavor for CMAUI server
28   cmaui_oam_ips:
29       type: string
30   packet_internal_network_name:
31       type: string
32   packet_external_network_name:
33       type: string
34   net:
35     type: string
36
37 resources:
38   cmaui_port_1:
39     type: OS::Neutron::Port
40     properties:
41       network: {get_resource: packet_internal_network}
42       fixed_ips: [{"ip_address": {get_param: [cmaui_oam_ips, 0]}}]
43       replacement_policy: AUTO
44
45   cmaui_port_2:
46     type: OS::Neutron::Port
47     properties:
48       network: {get_resource: packet_external_network}
49       fixed_ips: [{"ip_address": {get_param: [cmaui_oam_ips, 0]}}]
50       replacement_policy: AUTO
51
52   packet_internal_network:
53     type: OS::Neutron::Net
54     properties:
55       name:
56         get_param: packet_internal_network_name
57
58   packet_external_network:
59     type: OS::Neutron::Net
60     properties:
61       name:
62         get_param: packet_external_network_name
63
64 outputs:
65   no_compute_attr_1:
66     description: no_compute_attr_1
67     value: { get_resource: packet_external_network }