Merge "[baremetal] MaaS: Reduce timeout values"
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-pike-common-ha / openstack_interface_vcp_biport.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 parameters:
10   _param:
11     dhcp_nic: ${_param:opnfv_vcp_vm_primary_interface}
12     single_nic: ${_param:opnfv_vcp_vm_secondary_interface}
13   linux:
14     network:
15       interface:
16         dhcp:
17           enabled: true
18           type: eth
19           proto: dhcp
20           name: ${_param:dhcp_nic}
21         single:
22           enabled: true
23           type: eth
24           proto: static
25           name: ${_param:single_nic}
26           address: ${_param:single_address}
27           netmask: 255.255.255.0