base image: Explicitly call kpartx
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-pike-odl-noha / openstack / gateway.yml
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 classes:
10   - cluster.virtual-mcp-pike-common-noha.openstack_gateway
11   - system.neutron.gateway.opendaylight.single
12   - cluster.virtual-mcp-pike-odl-noha
13 parameters:
14   _param:
15     neutron_agents:
16       - neutron-dhcp-agent
17       - neutron-metadata-agent
18   neutron:
19     gateway:
20       pkgs: ${_param:neutron_agents}
21       services: ${_param:neutron_agents}
22       backend:
23         router: ${_param:opendaylight_router}
24   opendaylight:
25     client:
26       ovsdb_server_iface: ptcp:6639:127.0.0.1
27       ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640
28       tunnel_ip: ${_param:tenant_address}
29       provider_mappings: physnet1:br-floating
30   linux:
31     network:
32       interface:
33         br-mesh:
34           enabled: true
35           type: bridge
36           mtu: ${_param:interface_mtu}
37           proto: static
38           address: ${_param:tenant_address}
39           netmask: 255.255.255.0
40           use_interfaces:
41             - ${_param:tenant_interface}