[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / buildconsolidationdata / dependsonresource / noDependency / inputfiles / input.yaml
1 heat_template_version: '2014-10-16'
2
3 parameters:
4   base_image_name:
5     description: The base ID or name of the image to boot with
6     type: string
7   cdr_network:
8     description: A string specifying a symbolic name for the network
9     type: string
10   domain_name:
11     description: The servers domain
12     type: string
13   manager_name_0:
14     description: VM Name for Manager VM 0
15     type: string
16   manager_oam_direct_ip_0:
17     description: The public ip address of the manager
18     type: string
19   oam_private_net_name:
20     description: A string specifying a symbolic name for the network
21     type: string
22   packet_internal_network_name:
23     description: A string specifying a symbolic name for the network
24     type: string
25   packet_internal_network_subnet_alloc_end:
26     description: End address for the allocation pool
27     type: string
28   packet_internal_network_subnet_alloc_start:
29     description: Start address for the allocation pool
30     type: string
31   packet_internal_network_subnet_cidr:
32     description: The Classless Inter-Domain Routing
33     type: string
34   packet_internal_network_subnet_name:
35     description: The name of the subnet
36     type: string
37   packet_mirror_network_name:
38     description: A string specifying a symbolic name for the network
39     type: string
40   packet_mirror_network_subnet_alloc_end:
41     description: End address for the allocation pool
42     type: string
43   packet_mirror_network_subnet_alloc_start:
44     description: Start address for the allocation pool
45     type: string
46   packet_mirror_network_subnet_cidr:
47     description: The Classless Inter-Domain Routing
48     type: string
49   packet_mirror_network_subnet_name:
50     description: The name of the subnet
51     type: string
52   availability_zone_0:
53     description: Name of the availability zone for server placement
54     type: string
55   region_name:
56     description: Name of region to be used
57     type: string
58   rpmrepository_ip_0:
59     description: The public ip address of the repository
60     type: string
61   tenant_name:
62     description: Name of tenant to be used
63     type: string
64   availability_zone_1:
65     description: Name of the availability zone for server placement
66     type: string
67 resources:
68   packet_internal_network:
69     properties:
70       name:
71         get_param: packet_internal_network_name
72     type: OS::Neutron::Net
73   packet_mirror_network:
74     properties:
75       name:
76         get_param: packet_mirror_network_name
77     type: OS::Neutron::Net
78   QRouter:
79     properties:
80       availability_zone: Availability-test
81       config_drive: true
82       flavor: FLAVOR-test
83       image: Image-test
84       name: QRouter-name
85       networks:
86       - port:
87           get_resource: oam_private_net_network_port
88       - port:
89           get_resource: cdr_network_port
90     type: OS::Nova::Server
91   cdr_network_port:
92     properties:
93       network:
94         get_param: cdr_network
95     type: OS::Neutron::Port
96   oam_private_net_network_port:
97     properties:
98       network:
99         get_param: oam_private_net_name
100     type: OS::Neutron::Port
101