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.

control_virt_custom.sls 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. salt:
  13. minion:
  14. enabled: true
  15. master:
  16. host: config01.dc01.domain.com
  17. control:
  18. enabled: true
  19. virt_enabled: true
  20. size:
  21. small:
  22. cpu: 1
  23. ram: 1
  24. medium:
  25. cpu: 2
  26. ram: 4
  27. large:
  28. cpu: 4
  29. ram: 8
  30. medium_three_disks:
  31. cpu: 2
  32. ram: 4
  33. disk_profile: three_disks
  34. cluster:
  35. vpc20_infra:
  36. domain: neco.virt.domain.com
  37. engine: virt
  38. config:
  39. engine: salt
  40. host: master.domain.com
  41. node:
  42. ubuntu1:
  43. provider: node01.domain.com
  44. image: ubuntu.qcow
  45. size: medium
  46. img_dest: /var/lib/libvirt/ssdimages
  47. ubuntu2:
  48. provider: node02.domain.com
  49. image: bubuntu.qcomw
  50. size: small
  51. img_dest: /var/lib/libvirt/hddimages
  52. ubuntu3:
  53. provider: node03.domain.com
  54. image: meowbuntu.qcom2
  55. size: medium_three_disks