Auto Generated INFO.yaml file
[fuel.git] / mcp / reclass / classes / cluster / mcp-pike-ovn-noha / openstack / compute.yml
1 ##############################################################################
2 # Copyright (c) 2018 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   - service.neutron.compute.ovn.single
11   - cluster.mcp-pike-common-noha.openstack_compute
12   - cluster.mcp-pike-ovn-noha
13 parameters:
14   neutron:
15     compute:
16       controller_vip: ${_param:cluster_local_address}
17   linux:
18     network:
19       interface:
20         external_interface:
21           enabled: true
22           name: ${_param:external_interface}
23           mtu: ${_param:interface_mtu}
24           proto: manual
25           type: eth
26         br-mesh:
27           enabled: true
28           type: bridge
29           proto: static
30           address: ${_param:tenant_address}
31           netmask: 255.255.255.0
32           use_interfaces:
33             - ${_param:tenant_interface}
34         br-floating:
35           enabled: true
36           type: ovs_bridge
37           mtu: ${_param:interface_mtu}
38         float-to-ex:
39           enabled: true
40           type: ovs_port
41           mtu: ${_param:interface_mtu}
42           bridge: br-floating
43         br-ex:
44           enabled: true
45           type: bridge
46           mtu: ${_param:interface_mtu}
47           address: ${_param:external_address}
48           netmask: 255.255.255.0
49           use_interfaces:
50             - ${_param:external_interface}
51           use_ovs_ports:
52             - float-to-ex