Auto Generated INFO.yaml file
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-pike-common-ha / openstack_interface_vcp_triport.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-pike-common-ha.include.proxy
11 parameters:
12   _param:
13     dhcp_nic: ${_param:opnfv_vcp_vm_primary_interface}
14     single_nic: ${_param:opnfv_vcp_vm_secondary_interface}
15     control_nic: ${_param:opnfv_vcp_vm_tertiary_interface}
16   linux:
17     network:
18       interface:
19         dhcp_int:
20           enabled: true
21           type: eth
22           proto: dhcp
23           name: ${_param:dhcp_nic}
24         single_int:
25           enabled: true
26           type: eth
27           proto: static
28           name: ${_param:single_nic}
29           address: ${_param:single_address}
30           netmask: ${_param:opnfv_net_public_mask}
31           route:
32             public:
33               address: 0.0.0.0
34               netmask: 0.0.0.0
35               gateway: ${_param:opnfv_net_public_gw}
36         control_int:
37           enabled: true
38           type: eth
39           proto: static
40           name: ${_param:control_nic}
41           address: ${_param:control_address}
42           netmask: 255.255.255.0