[baremetal] MaaS: Fix DHCP dynamic range (2)
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-ocata-odl-router / openstack / compute.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-ocata-common.openstack_compute
11   - cluster.virtual-mcp-ocata-odl-router
12 parameters:
13   opendaylight:
14     client:
15       ovsdb_server_iface: ptcp:6639:127.0.0.1
16       ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640
17       tunnel_ip: ${_param:tenant_address}
18       provider_mappings: physnet1:br-floating
19   linux:
20     network:
21       gateway: ${_param:openstack_gateway_address}
22       interface:
23         external_interface:
24           enabled: true
25           name: ${_param:external_interface}
26           mtu: ${_param:interface_mtu}
27           proto: manual
28           type: eth
29         br-mesh:
30           enabled: true
31           type: bridge
32           proto: static
33           address: ${_param:tenant_address}
34           netmask: 255.255.255.0
35           gateway: 10.1.0.110
36           use_interfaces:
37             - ${_param:tenant_interface}
38         br-floating:
39           enabled: true
40           type: ovs_bridge
41           mtu: ${_param:interface_mtu}
42         float-to-ex:
43           enabled: true
44           type: ovs_port
45           mtu: ${_param:interface_mtu}
46           bridge: br-floating
47         br-ex:
48           enabled: true
49           type: bridge
50           mtu: ${_param:interface_mtu}
51           address: ${_param:external_address}
52           netmask: 255.255.255.0
53           use_interfaces:
54             - ${_param:external_interface}
55           use_ovs_ports:
56             - float-to-ex