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