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