Procházet zdrojové kódy

Merge "[dpdk] Support ovs bridge tagging"

pull/139/head
Jakub Josef před 7 roky
rodič
revize
6f2f6a2905
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      README.rst
  2. +1
    -1
      linux/network/dpdk.sls

+ 1
- 0
README.rst Zobrazit soubor

@@ -1433,6 +1433,7 @@ If VXLAN is used as tenant segmentation then ip address must be set on br-prv
type: dpdk_ovs_bridge
address: 192.168.50.0
netmask: 255.255.255.0
tag: 101
mtu: 9000

Linux storage

+ 1
- 1
linux/network/dpdk.sls Zobrazit soubor

@@ -110,7 +110,7 @@ linux_network_dpdk_bond_mode_{{ interface_name }}:

linux_network_dpdk_bridge_interface_{{ interface_name }}:
cmd.run:
- name: "ovs-vsctl add-br {{ interface_name }} -- set bridge {{ interface_name }} datapath_type=netdev"
- name: "ovs-vsctl add-br {{ interface_name }} -- set bridge {{ interface_name }} datapath_type=netdev{% if interface.tag is defined %} -- set port {{ interface_name }} tag={{ interface.tag }}{% endif %}"
- unless: "ovs-vsctl show | grep {{ interface_name }}"

{# OVS dpdk needs ip address for vxlan termination on bridge br-prv #}

Načítá se…
Zrušit
Uložit