mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 18:47:55 +03:00
adding ovn4nfv in kubespray (#6381)
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
This commit is contained in:
committed by
GitHub
parent
bf6168fca8
commit
90e5f8ffe1
15
roles/network_plugin/ovn4nfv/defaults/main.yml
Normal file
15
roles/network_plugin/ovn4nfv/defaults/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
ovn_control_plane_cpu_request: 500m
|
||||
ovn_control_plane_memory_request: 300Mi
|
||||
ovn_controller_cpu_request: 200m
|
||||
ovn_controller_memory_request: 300Mi
|
||||
ovn_controller_cpu_limit: 1000m
|
||||
ovn_controller_memory_limit: 800Mi
|
||||
ovn4nfv_cni_cpu_request: 100m
|
||||
ovn4nfv_cni_memory_request: 50Mi
|
||||
ovn4nfv_cni_cpu_limit: 100m
|
||||
ovn4nfv_cni_memory_limit: 50Mi
|
||||
nfn_agent_cpu_request: 100m
|
||||
nfn_agent_memory_request: 50Mi
|
||||
nfn_agent_cpu_limit: 100m
|
||||
nfn_agent_memory_limit: 50Mi
|
||||
Reference in New Issue
Block a user