Add license headers where missing
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-ovs-ha / 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.baremetal-mcp-ocata-common.openstack_compute
11   - cluster.baremetal-mcp-ocata-ovs-ha.infra
12 parameters:
13   _param:
14     tenant_nic: ${_param:opnfv_baremetal_secondary_nic}
15   linux:
16     network:
17       interface:
18         tenant_nic:
19           enabled: true
20           type: eth
21           proto: manual
22           name: ${_param:tenant_nic}
23         br-mesh:
24           enabled: true
25           type: bridge
26           address: ${_param:tenant_address}
27           netmask: 255.255.255.0
28           mtu: 1500
29           use_interfaces:
30             - ${_param:tenant_nic}.${_param:opnfv_net_tenant_vlan}
31         tenant-vlan:
32           enabled: true
33           proto: manual
34           type: vlan
35           name: ${_param:tenant_nic}.${_param:opnfv_net_tenant_vlan}
36           use_interfaces:
37             - ${_param:tenant_nic}