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