cloud-native-stack
cloud-native-stack copied to clipboard
Added NIC Cluster Policy CR
What this PR does / why we need it?
In 24.11.2 release, Network Operator is upgraded to 24.10.1 but the corresponding updates to network-operator-values.yaml is missing. Earlier, Network Operator Helm Chart used to create the NIC Cluster policy, but this feature is removed from NetOp 24.10.0 version , requiring users to create it separately.
Because of this missing step, important components like MOFED Driver, multus, whereabouts are not getting deployed. Since MOFED Driver is missing, installing the GPU Operator with RDMA causes the nvidia-driver-daemonset pod to get stuck.
Changes:
- Added NIC Cluster Policy CR
- Introduced a new variable
deploy_ofedto handle the deployment of MOFED Driver via NIC Cluster Policy for NetOp 24.10.1.