Skip to content

Commit

Permalink
Merge pull request #100 from Jaganathancse/nic_mapping_changes
Browse files Browse the repository at this point in the history
os-net-config nic alias mapping changes
  • Loading branch information
fultonj committed Feb 12, 2024
2 parents 6a78be2 + f405ba4 commit 1ac0edd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions examples/va/nfv/ovs-dpdk/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ data:
- hostname: clock.redhat.com
# CPU pinning settings
# edpm nfv ovs dpdk config
# CHANGEME
edpm_kernel_args: "default_hugepagesz=1GB hugepagesz=1G hugepages=64 iommu=pt intel_iommu=on tsx=off isolcpus=2-11,14-23"
edpm_tuned_profile: "cpu-partitioning-powersave"
edpm_tuned_isolated_cores: "2-11,14-23"
Expand All @@ -42,10 +43,15 @@ 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: eno2
nic3: eno3
nic4: eno4
# 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
edpm_network_config_template: |
---
{% set mtu_list = [ctlplane_mtu] %}
Expand Down Expand Up @@ -105,7 +111,7 @@ data:
# These vars are for the network config templates themselves and are
# considered EDPM network defaults.
neutron_physical_bridge_name: br-ex
neutron_public_interface_name: eth0
neutron_public_interface_name: nic1
# edpm_nodes_validation
edpm_nodes_validation_validate_controllers_icmp: false
edpm_nodes_validation_validate_gateway_icmp: false
Expand Down

0 comments on commit 1ac0edd

Please sign in to comment.