summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/all-mcp-arch-common/infra/config_dpdk_pdf.yml.j2
blob: 062e8a4fa9e56ec1f1d42d295e0f88c41b704c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
##############################################################################
# Copyright (c) 2018 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
{%- if conf.idf is defined and conf.idf.net_config is defined -%}
    {#- NOTE: Currently, we assume all cluster nodes use the same mapping -#}

    {#- Determine interface index for each network (plumbing vars) -#}
    {%- set idx_private = conf['idf']['net_config']['private']['interface'] -%}

    {#- Physical interface OS name for each network (e.g. em1, enp1s0f1) -#}
    {%- set node = conf['idf']['fuel']['network']['node'][0] -%}
    {%- set nic_private = node['interfaces'][idx_private] -%}

    {#- PCI addresses (only for DPDK on private) -#}
    {%- set bus_private = node['busaddr'][idx_private] -%}
{%- endif -%}
---
parameters:
  reclass:
    storage:
      node:
        openstack_compute_node01:
          params:
            dpdk0_name: {{ nic_private }}
            dpdk0_pci: '"{{ bus_private }}"'
        openstack_compute_node02:
          params:
            dpdk0_name: {{ nic_private }}
            dpdk0_pci: '"{{ bus_private }}"'