New Saltstack Salt 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.

81 satır
1.7KB

  1. virt:
  2. disk:
  3. three_disks:
  4. - system:
  5. size: 4096
  6. image: ubuntu.qcow
  7. - repository_snapshot:
  8. size: 8192
  9. image: snapshot.qcow
  10. - cinder-volume:
  11. size: 2048
  12. nic:
  13. control:
  14. - name: nic01
  15. bridge: br-pxe
  16. model: virtio
  17. - name: nic02
  18. bridge: br-cp
  19. model: virtio
  20. - name: nic03
  21. bridge: br-store-front
  22. model: virtio
  23. - name: nic04
  24. bridge: br-public
  25. model: virtio
  26. - name: nic05
  27. bridge: br-prv
  28. model: virtio
  29. virtualport:
  30. type: openvswitch
  31. salt:
  32. minion:
  33. enabled: true
  34. master:
  35. host: config01.dc01.domain.com
  36. control:
  37. enabled: true
  38. virt_enabled: true
  39. size:
  40. small:
  41. cpu: 1
  42. ram: 1
  43. medium:
  44. cpu: 2
  45. ram: 4
  46. large:
  47. cpu: 4
  48. ram: 8
  49. medium_three_disks:
  50. cpu: 2
  51. ram: 4
  52. disk_profile: three_disks
  53. cluster:
  54. vpc20_infra:
  55. domain: neco.virt.domain.com
  56. engine: virt
  57. config:
  58. engine: salt
  59. host: master.domain.com
  60. node:
  61. ubuntu1:
  62. provider: node01.domain.com
  63. image: ubuntu.qcow
  64. size: medium
  65. img_dest: /var/lib/libvirt/ssdimages
  66. ubuntu2:
  67. provider: node02.domain.com
  68. image: bubuntu.qcomw
  69. size: small
  70. img_dest: /var/lib/libvirt/hddimages
  71. ubuntu3:
  72. provider: node03.domain.com
  73. image: meowbuntu.qcom2
  74. size: medium_three_disks
  75. rng:
  76. backend: /dev/urandom
  77. model: random
  78. rate:
  79. period: '1800'
  80. bytes: '1500'