Skip to content

Commit

Permalink
Merge pull request #122 from abays/fix_sriov_va_edpm_nic_map
Browse files Browse the repository at this point in the history
Fix EDPM NIC mapping in SRIOV VA
  • Loading branch information
Jaganathancse authored Mar 12, 2024
2 parents 9274b1d + 1c8f9df commit 7d35a7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/va/nfv/sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ data:
# These vars are edpm_network_config role vars
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_os_net_config_mappings:
edpm-compute:
nic2: enp7s0
nic3: eno4
edpm-compute-0:
nic2: enp7s0 # CHANGEME
nic3: eno4 # CHANGEME
edpm-compute-1:
nic2: enp7s0 # CHANGEME
nic3: eno4 # CHANGEME
edpm_network_config_template: |
---
{% set mtu_list = [ctlplane_mtu] %}
Expand Down

0 comments on commit 7d35a7f

Please sign in to comment.