Skip to content

Commit 97d3738

Browse files
author
Anurag Guda
authored
Merge pull request #98 from angudadevops/ofed_fix
Network Operator NIC cluster Policy Ofed fix
2 parents bcf6908 + 03fb14a commit 97d3738

12 files changed

+157
-35
lines changed

playbooks/cns_values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_12.0.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_12.1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_12.2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_12.3.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_13.0.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ ngc_registry_email: ""
6161
ngc_registry_username: "$oauthtoken"
6262

6363
# Network Operator Values
64-
## If the Network Operator is yes then make sure enable_rdma as well yes
64+
## If the Network Operator is yes then make sure enable_rdma as well yesgit br
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_13.1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_13.2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no

playbooks/cns_values_14.0.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ ngc_registry_username: "$oauthtoken"
6565
enable_network_operator: no
6666
## Enable RDMA yes for NVIDIA Certification
6767
enable_rdma: no
68+
## Enable for MLNX-OFED Driver Deployment
69+
deploy_ofed: no
6870

6971
# Prxoy Configuration
7072
proxy: no
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nfd:
2+
enabled: true
3+
deployNodeFeatureRules: true

0 commit comments

Comments
 (0)