New version of salt-formula from Saltstack
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.sls 1.1KB

8 yıl önce
8 yıl önce
8 yıl önce
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. ubuntu2:
  47. provider: node02.domain.com
  48. image: bubuntu.qcomw
  49. size: small
  50. ubuntu3:
  51. provider: node03.domain.com
  52. image: meowbuntu.qcom2
  53. size: medium_three_disks