Skip to content

Commit

Permalink
Merge pull request #127 from Jaganathancse/os_net_config_mac_changes
Browse files Browse the repository at this point in the history
EDPM Compute NIC Mapping changes
  • Loading branch information
abays authored Mar 18, 2024
2 parents 62e8443 + 292d5f1 commit 14bc5ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 22 deletions.
14 changes: 6 additions & 8 deletions examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ data:
# Need to provide nic mapping based on system uuid or system product name
# here used systetm uuid
edpm-compute-0: # CHANGEME
dmiString: "system-uuid" # CHANGEME
id: "4c4c4544-0034-3810-8050-cac04f325432" # CHANGEME
nic1: eno1 # CHANGEME
nic2: eno2 # CHANGEME
nic3: eno3 # CHANGEME
nic4: eno4 # CHANGEME
nic5: eno5 # CHANGEME
nic6: eno6 # CHANGEME
nic1: 6c:fe:54:3f:8a:01 # CHANGEME
nic2: 6c:fe:54:3f:8a:02 # CHANGEME
nic3: 6c:fe:54:3f:8a:03 # CHANGEME
nic4: 6c:fe:54:3f:8a:04 # CHANGEME
nic5: 6c:fe:54:3f:8a:05 # CHANGEME
nic6: 6c:fe:54:3f:8a:06 # CHANGEME
edpm_network_config_template: |
---
{% set mtu_list = [ctlplane_mtu] %}
Expand Down
10 changes: 4 additions & 6 deletions examples/va/nfv/ovs-dpdk/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ data:
# Need to provide nic mapping based on system uuid or system product name
# here used systetm uuid
edpm-compute-0: # CHANGEME
dmiString: "system-uuid" # CHANGEME
id: "4c4c4544-0034-3810-8050-cac04f325432" # CHANGEME
nic1: eno1 # CHANGEME
nic2: eno2 # CHANGEME
nic3: eno3 # CHANGEME
nic4: eno4 # CHANGEME
nic1: 6c:fe:54:3f:8a:01 # CHANGEME
nic2: 6c:fe:54:3f:8a:02 # CHANGEME
nic3: 6c:fe:54:3f:8a:03 # CHANGEME
nic4: 6c:fe:54:3f:8a:04 # CHANGEME
edpm_network_config_template: |
---
{% set mtu_list = [ctlplane_mtu] %}
Expand Down
12 changes: 4 additions & 8 deletions examples/va/nfv/sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,11 @@ data:
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_os_net_config_mappings:
edpm-compute-0:
dmiString: "system-uuid" # CHANGEME
id: "4c4c4544-0034-3810-8050-cac04f325432" # CHANGEME
nic2: enp7s0 # CHANGEME
nic3: eno4 # CHANGEME
nic2: 6c:fe:54:3f:8a:02 # CHANGEME
nic3: 6c:fe:54:3f:8a:03 # CHANGEME
edpm-compute-1:
dmiString: "system-uuid" # CHANGEME
id: "cca187e7-6973-4e2e-b95b-8f2098966ecf" # CHANGEME
nic2: enp7s0 # CHANGEME
nic3: eno4 # CHANGEME
nic2: 6b:fe:54:3f:8a:02 # CHANGEME
nic3: 6b:fe:54:3f:8a:03 # CHANGEME
edpm_network_config_template: |
---
{% set mtu_list = [ctlplane_mtu] %}
Expand Down

0 comments on commit 14bc5ca

Please sign in to comment.