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.

78 line
1.7KB

  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. vhost_socket_dir:
  20. name: "openvswitch-vhost"
  21. path: "/run/openvswitch-vhost"
  22. interface:
  23. dpdk0:
  24. name: enp5s0f1
  25. pci: "0000:05:00.1"
  26. driver: igb_uio
  27. bond: dpdkbond0
  28. enabled: true
  29. type: dpdk_ovs_port
  30. dpdk1:
  31. name: enp5s0f2
  32. pci: "0000:05:00.2"
  33. driver: igb_uio
  34. bond: dpdkbond0
  35. enabled: true
  36. type: dpdk_ovs_port
  37. dpdk2:
  38. name: enp6s0f1
  39. pci: "0000:06:00.1"
  40. driver: igb_uio
  41. bond: dpdkbond1
  42. enabled: true
  43. type: dpdk_ovs_port
  44. dpdk3:
  45. name: enp6s0f2
  46. pci: "0000:06:00.2"
  47. driver: igb_uio
  48. bond: dpdkbond1
  49. enabled: true
  50. type: dpdk_ovs_port
  51. dpdkbond0:
  52. enabled: true
  53. bridge: br-prv
  54. type: dpdk_ovs_bond
  55. mode: active-backup
  56. dpdkbond1:
  57. enabled: true
  58. bridge: br-mesh
  59. type: dpdk_ovs_bond
  60. mode: balance-slb
  61. br-prv:
  62. enabled: true
  63. type: dpdk_ovs_bridge
  64. br-mesh:
  65. tag: 1302
  66. enabled: true
  67. type: dpdk_ovs_bridge
  68. address: 1.2.3.4
  69. netmask: 255.255.255.252
  70. dummy0:
  71. enabled: true
  72. name: dummy0
  73. proto: manual
  74. ovs_port_type: OVSIntPort
  75. type: ovs_port
  76. ovs_bridge: br-prv
  77. bridge: br-prv