| heat_template_version: 2013-05-23 |
| HOT template that creates one COR network (direct). |
| description: Name of COR direct network |
| description: Direct network address (CIDR notation) |
| description: Direct network gateway address |
| description: Direct network route-target (RT) |
| type: OS::Contrail::VirtualNetwork |
| name: { get_param: cor_direct_net_name } |
| route_targets: [ get_param: cor_direct_net_RT ] |
| type: OS::Neutron::Subnet |
| network_id: { get_resource: cor_direct_net } |
| cidr: {get_param: cor_direct_net_cidr} |
| gateway_ip: { get_param: cor_direct_net_gateway } |