Merge "[virtual] Add haproxy entries for opendaylight"
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-ocata-odl-router / openstack / compute.yml
1 classes:
2 - cluster.virtual-mcp-ocata-common.openstack_compute
3 - cluster.virtual-mcp-ocata-odl-router
4 parameters:
5   opendaylight:
6     client:
7       ovsdb_server_iface: ptcp:6639:127.0.0.1
8       ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640
9       tunnel_ip: ${_param:tenant_address}
10       provider_mappings: physnet1:br-floating
11   linux:
12     network:
13       gateway: ${_param:openstack_gateway_address}
14       interface:
15         external_interface:
16           enabled: true
17           name: ${_param:external_interface}
18           mtu: ${_param:interface_mtu}
19           proto: manual
20           type: eth
21         br-mesh:
22           enabled: true
23           type: bridge
24           proto: static
25           address: ${_param:tenant_address}
26           netmask: 255.255.255.0
27           gateway: 10.1.0.110
28           use_interfaces:
29           - ${_param:tenant_interface}
30         br-floating:
31           enabled: true
32           type: ovs_bridge
33           mtu: ${_param:interface_mtu}
34         float-to-ex:
35           enabled: true
36           type: ovs_port
37           mtu: ${_param:interface_mtu}
38           bridge: br-floating
39         br-ex:
40           enabled: true
41           type: bridge
42           mtu: ${_param:interface_mtu}
43           address: ${_param:external_address}
44           netmask: 255.255.255.0
45           use_interfaces:
46           - ${_param:external_interface}
47           use_ovs_ports:
48           - float-to-ex