[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / main / resources / heatToToscaMapping.json
1 {
2   "OS::Contrail::VirtualNetwork": {
3     "properties": {
4       "name": "network_name",
5       "shared": "shared",
6       "external": "external",
7       "route_targets": "route_targets",
8       "forwarding_mode": "forwarding_mode",
9       "flood_unknown_unicast": "flood_unknown_unicast",
10       "allow_transit": "allow_transit"
11     },
12     "attributes": {
13       "fq_name": "fq_name",
14       "name": "network_name",
15       "shared": "shared",
16       "external": "external",
17       "route_targets": "route_targets",
18       "forwarding_mode": "forwarding_mode",
19       "flood_unknown_unicast": "flood_unknown_unicast",
20       "allow_transit": "allow_transit"
21     }
22   },
23   "OS::Contrail::NetworkPolicy": {
24     "properties": {
25       "name": "name",
26       "entries": "entries"
27     },
28     "attributes": {
29       "fq_name": "fq_name",
30       "name": "name",
31       "entries": "entries",
32       "tenant_id": "tenant_id",
33       "rules": "rules",
34       "show": "show"
35     }
36   },
37
38   "OS::ContrailV2::VirtualNetwork": {
39     "properties": {
40       "name": "network_name",
41       "network_ipam_refs": "network_ipam_refs",
42       "network_ipam_refs_data": "network_ipam_refs_data",
43       "network_policy_refs": "network_policy_refs",
44       "network_policy_refs_data": "network_policy_refs_data"
45     },
46     "attributes": {
47       "fq_name": "fq_name",
48       "name": "network_name",
49       "network_ipam_refs": "network_ipam_refs",
50       "network_ipam_refs_data": "network_ipam_refs_data",
51       "network_policy_refs": "network_policy_refs",
52       "network_policy_refs_data": "network_policy_refs_data"
53     }
54   },
55   "OS::ContrailV2::VirtualMachineInterface": {
56     "properties": {
57       "name": "name",
58       "virtual_machine_intefrace_mac_addresses": "virtual_machine_intefrace_mac_addresses",
59       "virtual_network_refs": "virtual_network_refs",
60       "port_tuple_refs": "port_tuple_refs",
61       "security_group_refs": "security_group_refs",
62       "virtual_machine_interface_properties": "virtual_machine_interface_properties"
63     },
64     "attributes": {
65       "name": "name",
66       "virtual_machine_intefrace_mac_addresses": "virtual_machine_intefrace_mac_addresses",
67       "virtual_network_refs": "virtual_network_refs",
68       "port_tuple_refs": "port_tuple_refs",
69       "virtual_machine_interface_properties": "virtual_machine_interface_properties",
70       "fq_name": "fq_name",
71       "show": "show"
72     }
73   },
74   "OS::ContrailV2::NetworkPolicy": {
75     "properties": {
76       "name":"name",
77       "network_policy_entries":"network_policy_entries"
78     },
79     "attributes": {
80       "fq_name": "fq_name",
81       "name":"name",
82       "network_policy_entries":"network_policy_entries"
83     }
84   },
85   "OS::Cinder::Volume": {
86     "properties": {
87       "availability_zone": "availability_zone",
88       "backup_id": "backup_id",
89       "description": "description",
90       "image": "image",
91       "metadata": "metadata",
92       "multiattach": "multiattach",
93       "name": "name",
94       "read_only": "read_only",
95       "scheduler_hints": "scheduler_hints",
96       "size": "size",
97       "snapshot_id": "snapshot_id",
98       "source_volid": "source_volid",
99       "volume_id": "volume_id",
100       "volume_type": "volume_type",
101       "delete_on_termination": "delete_on_termination",
102       "volume_size": "size",
103       "device_type": "device_type",
104       "disk_bus": "disk_bus",
105       "swap_size": "swap_size",
106       "image_id": "image"
107     },
108     "attributes": {
109       "attachments": "attachments",
110       "availability_zone": "availability_zone",
111       "created_at": "created_at",
112       "display_description": "display_description",
113       "display_name": "display_name",
114       "encrypted": "encrypted",
115       "metadata": "metadata",
116       "metadata_values": "metadata_values",
117       "multiattach": "multiattach",
118       "show": "show",
119       "size": "size",
120       "snapshot_id": "snapshot_id",
121       "source_volid": "source_volid",
122       "status": "status",
123       "volume_type": "volume_type"
124     }
125   },
126   "OS::Cinder::VolumeAttachment": {
127     "properties": {
128       "instance_uuid": "instance_uuid",
129       "volume_id": "volume_id",
130       "mountpoint": "location"
131     },
132     "attributes": {
133       "show": "show"
134     }
135   },
136   "OS::Neutron::Net": {
137     "properties": {
138       "name": "network_name",
139       "dhcp_agent_ids": "dhcp_agent_ids",
140       "tenant_id": "tenant_id",
141       "port_security_enabled": "port_security_enabled",
142       "shared": "shared",
143       "admin_state_up": "admin_state_up",
144       "qos_policy": "qos_policy",
145       "value_specs": "value_specs"
146     },
147     "attributes": {
148       "admin_state_up": "admin_state_up",
149       "mtu": "mtu",
150       "name": "network_name",
151       "port_security_enabled": "port_security_enabled",
152       "qos_policy_id": "qos_policy_id",
153       "show": "show",
154       "status": "status",
155       "subnets": "subnets",
156       "tenant_id": "tenant_id"
157     }
158   },
159   "OS::Neutron::Subnet": {
160     "properties": {
161       "allocation_pools": "allocation_pools",
162       "cidr": "cidr",
163       "enable_dhcp": "enable_dhcp",
164       "gateway_ip": "gateway_ip",
165       "host_routes": "host_routes",
166       "ip_version": "ip_version",
167       "ipv6_address_mode": "ipv6_address_mode",
168       "ipv6_ra_mode": "ipv6_ra_mode",
169       "name": "name",
170       "prefixlen": "prefixlen",
171       "subnetpool": "subnetpool",
172       "tenant_id": "tenant_id",
173       "value_specs": "value_specs",
174       "dns_nameservers": "dns_nameservers"
175     }
176   },
177   "OS::Nova::Server": {
178     "properties": {
179       "flavor": "flavor",
180       "admin_pass": "admin_pass",
181       "availability_zone": "availability_zone",
182       "config_drive": "config_drive",
183       "diskConfig": "diskConfig",
184       "flavor_update_policy": "flavor_update_policy",
185       "image": "image",
186       "image_update_policy": "image_update_policy",
187       "key_name": "key_name",
188       "metadata": "metadata",
189       "name": "name",
190       "personality": "personality",
191       "reservation_id": "reservation_id",
192       "scheduler_hints": "scheduler_hints",
193       "security_groups": "security_groups",
194       "software_config_transport": "software_config_transport",
195       "user_data_format": "user_data_format",
196       "user_data_update_policy": "user_data_update_policy"
197     },
198     "attributes": {
199       "accessIPv4": "accessIPv4",
200       "accessIPv6": "accessIPv6",
201       "addresses": "addresses",
202       "console_urls": "console_urls",
203       "instance_name": "instance_name",
204
205       "show": "show"
206     }
207   },
208   "OS::Neutron::Port": {
209     "properties": {
210       "network": "network",
211       "network_id": "network",
212       "admin_state_up": "admin_state_up",
213       "allowed_address_pairs": "allowed_address_pairs",
214       "binding:vnic_type": "binding:vnic_type",
215       "device_id": "device_id",
216       "device_owner": "device_owner",
217       "fixed_ips": "fixed_ips",
218       "mac_address": "mac_address",
219       "name": "name",
220       "port_security_enabled": "port_security_enabled",
221       "qos_policy": "qos_policy",
222       "security_groups": "security_groups",
223       "value_specs": "value_specs",
224       "replacement_policy": "replacement_policy",
225       "fixed_ips.subnet":"subnet",
226       "fixed_ips.ip_address":"ip_address"
227     },
228     "attributes": {
229       "admin_state_up": "admin_state_up",
230       "allowed_address_pairs": "allowed_address_pairs",
231       "device_id": "device_id",
232       "device_owner": "device_owner",
233       "fixed_ips": "fixed_ips",
234       "mac_address": "mac_address",
235       "name": "name",
236       "network_id": "network",
237       "network": "network",
238       "port_security_enabled": "port_security_enabled",
239       "qos_policy": "qos_policy",
240       "security_groups": "security_groups",
241       "show": "show",
242       "status": "status",
243       "subnets": "subnets",
244       "tenant_id": "tenant_id"
245     }
246   },
247   "OS::Nova::ServerGroup": {
248     "properties": {
249       "name": "name"
250     },
251     "attributes": {
252       "show": "show"
253     }
254   },
255   "OS::Neutron::SecurityGroup": {
256     "properties": {
257       "description": "description",
258       "name": "name",
259       "rules": "rules"
260     },
261     "attributes": {
262       "show": "show"
263     }
264   },
265   "OS::Contrail::ServiceTemplate": {
266     "properties": {
267       "name": "service_template_name",
268       "service_mode": "service_mode",
269       "service_type": "service_type",
270       "image_name": "image_name",
271       "availability_zone_enable": "availability_zone_enable",
272       "flavor": "flavor",
273       "service_interface_type_list": "service_interface_type_list",
274       "shared_ip_list": "shared_ip_list",
275       "static_routes_list": "static_routes_list",
276       "ordered_interfaces": "ordered_interfaces"
277     },
278     "attributes": {
279     }
280   },
281   "OS::Contrail::ServiceInstance": {
282     "properties": {
283       "availability_zone": "availability_zone",
284       "interface_list": "interface_list",
285       "name": "service_instance_name"
286     },
287     "attributes": {
288       "fq_name": "fq_name",
289       "name": "service_instance_name",
290       "status": "status",
291       "service_template": "service_template_name",
292       "virtual_machines": "virtual_machines",
293       "active_service_vms": "active_vms",
294       "tenant_id": "tenant_id",
295       "show": "show"
296     }
297   }
298 }