Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
879B

  1. linux:
  2. system:
  3. enabled: true
  4. domain: local
  5. network:
  6. enabled: true
  7. hostname: test01
  8. fqdn: test01.local
  9. network_manager: false
  10. bridge: openvswitch
  11. dpdk:
  12. enabled: true
  13. driver: uio
  14. openvswitch:
  15. pmd_cpu_mask: "0x6"
  16. dpdk_socket_mem: "1024"
  17. dpdk_lcore_mask: "0x400"
  18. memory_channels: "2"
  19. interface:
  20. dpdk0:
  21. name: enp5s0f1
  22. pci: "0000:05:00.1"
  23. driver: igb_uio
  24. bond: dpdkbond0
  25. enabled: true
  26. type: dpdk_ovs_port
  27. dpdk1:
  28. name: enp5s0f2
  29. pci: "0000:05:00.2"
  30. driver: igb_uio
  31. bond: dpdkbond0
  32. enabled: true
  33. type: dpdk_ovs_port
  34. dpdkbond0:
  35. enabled: true
  36. bridge: br-prv
  37. type: dpdk_ovs_bond
  38. mode: active-backup
  39. br-prv:
  40. enabled: true
  41. type: dpdk_ovs_bridge