2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
13 net_config: &net_config
29 kubespray: &idf_kubespray
31 node1: [k8s-cluster, kube-master, etcd, vault]
32 node2: [k8s-cluster, kube-master, etcd]
33 node3: [k8s-cluster, kube-master, etcd]
34 node4: [k8s-cluster, kube-node]
35 node5: [k8s-cluster, kube-node]
52 # Management network used by installer components to communicate
57 net_config: *net_config
59 # net_config network to be used by the PXE
62 # net_config network to be used for the internet access
63 public_network: public
65 # interface to be used by the PXE
69 kubespray: *idf_kubespray
95 sriov_dpdk_vfs_per_port: 4
106 cpus: "4-19,24-39,44-59,64-79" # Not used when autogenerate is true
111 num_exclusive_cores: 3
114 policy: "best-effort"
122 update_drivers: false