Updates Kuberef to use BMRA v21.08
[kuberef.git] / hw_config / equinix-metal / idf.yaml
index 2c61bb6..a1f9ef8 100644 (file)
@@ -1,12 +1,8 @@
 ---
-# SPDX-license-identifier: Apache-2.0
-##############################################################################
-# Copyright (c) 2020
-# 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
-##############################################################################
+
+# SPDX-FileCopyrightText: 2021 Anuket contributors
+#
+# SPDX-License-Identifier: Apache-2.0
 
 idf:
   version: 0.1
@@ -38,3 +34,55 @@ engine:
 
   installers:
     kubespray: *idf_kubespray
+
+bmra:
+  profile: full_nfv
+  network_roles:
+    sriov:
+      - name: eno2
+        pci: "19:00.1"
+        pf_driver: i40e
+        vf_driver: iavf
+    sriov_dpdk:
+      - name: eno4
+        pci: "19:00.3"
+        pf_driver: i40e
+        vf_driver: vfio-pci
+  device_roles:
+#    qat:
+#      - name: crypto01
+#        pci: "0000:ab:00.0"
+#        pci_type: c6xx
+#        vfs: 4
+  runtime: docker # 'docker' and 'containerd' supported
+  features:
+    sriov:
+      enable: true
+      sriov_vfs_per_port: 2
+      sriov_dpdk_vfs_per_port: 4
+    sriov_cni: true
+    sriov_net_dp: true
+    hugepages:
+      enable: true
+      default: 2M
+      amount: 10240
+    isolcpus:
+      enable: true
+      autogenerate: true
+      cpus: "8-27,36-55" # Not used when autogenerate is true
+    nfd: true
+    cmk:
+      enable: true
+      num_shared_cores: 3
+      num_exclusive_cores: 3
+    topology_manager:
+      enable: true
+      policy: "best-effort"
+    tas:
+      enable: true
+      demo_policy: false
+    bond_cni: true
+    psp: true
+    qat:
+      enable: false
+      update_drivers: false