summaryrefslogtreecommitdiffstats
path: root/sw_config/bmra/all.yml
diff options
context:
space:
mode:
authorRihab Banday <rihab.banday@ericsson.com>2020-08-12 15:39:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-08-12 15:39:02 +0000
commit332652ce8bb53ea580d3a2a1f9b12e7d311ae29b (patch)
tree4525d34e5eec310009581f0c153c5a139d68e88e /sw_config/bmra/all.yml
parent2269cffee0006eaf7415cb50261f0a1d34e9f37f (diff)
parent15af69c32d0338d7a659ddcf23cfb339973d18e2 (diff)
Merge "Implement linting process"
Diffstat (limited to 'sw_config/bmra/all.yml')
-rw-r--r--sw_config/bmra/all.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw_config/bmra/all.yml b/sw_config/bmra/all.yml
index a1140d3..45300e3 100644
--- a/sw_config/bmra/all.yml
+++ b/sw_config/bmra/all.yml
@@ -10,12 +10,12 @@ nfd_sleep_interval: 30s
# Intel CPU Manager for Kubernetes
cmk_enabled: false
cmk_namespace: kube-system
-cmk_use_all_hosts: false # 'true' will deploy CMK on the master nodes too
-cmk_hosts_list: node1,node2 # allows to control where CMK nodes will run, leave this option commented out to deploy on all K8s nodes
-cmk_shared_num_cores: 2 # number of CPU cores to be assigned to the "shared" pool on each of the nodes
-cmk_exclusive_num_cores: 2 # number of CPU cores to be assigned to the "exclusive" pool on each of the nodes
-#cmk_shared_mode: packed # choose between: packed, spread, default: packed
-#cmk_exclusive_mode: packed # choose between: packed, spread, default: packed
+cmk_use_all_hosts: false # 'true' will deploy CMK on the master nodes too
+cmk_hosts_list: node1,node2 # allows to control where CMK nodes will run, leave this option commented out to deploy on all K8s nodes
+cmk_shared_num_cores: 2 # number of CPU cores to be assigned to the "shared" pool on each of the nodes
+cmk_exclusive_num_cores: 2 # number of CPU cores to be assigned to the "exclusive" pool on each of the nodes
+# cmk_shared_mode: packed # choose between: packed, spread, default: packed
+# cmk_exclusive_mode: packed # choose between: packed, spread, default: packed
# Intel SRIOV Network Device Plugin
sriov_net_dp_enabled: false
@@ -65,11 +65,11 @@ example_net_attach_defs:
sriov_net_dp: false
## Proxy configuration ##
-#http_proxy: "http://proxy.example.com:1080"
-#https_proxy: "http://proxy.example.com:1080"
-#additional_no_proxy: ".example.com"
+# http_proxy: "http://proxy.example.com:1080"
+# https_proxy: "http://proxy.example.com:1080"
+# additional_no_proxy: ".example.com"
-#Topology Manager flags
+# Topology Manager flags
kubelet_node_custom_flags:
- "--feature-gates=TopologyManager=true"
- "--topology-manager-policy=none"