Fix barbican integration on compute nodes
[fuel.git] / mcp / reclass / classes / cluster / mcp-odl-noha / opendaylight / control_pdf.yml.j2
1 ##############################################################################
2 # Copyright (c) 2018 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 {%- import 'net_map.j2' as nm with context %}
9 ---
10 parameters:
11   linux:
12     network:
13       interface:
14         pxe_admin_int:
15           enabled: true
16           name: {{ nm.ctl01.nic_admin }}
17           proto: static
18           type: eth
19           address: ${_param:pxe_admin_address}
20           netmask: ${_param:opnfv_net_admin_mask}
21           gateway: {{ nm.net_admin_gw }}
22           name_servers:
23             - {{ nm.net_admin_gw }}
24         single_int:
25           enabled: true
26           name: {{ nm.ctl01.nic_mgmt }}
27           type: eth
28           proto: static
29           address: ${_param:single_address}
30           netmask: ${_param:opnfv_net_mgmt_mask}