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.

32 lines
630B

  1. salt:
  2. control:
  3. enabled: true
  4. size:
  5. small:
  6. cpu: 1
  7. ram: 1
  8. hdd: 10
  9. medium:
  10. cpu: 2
  11. ram: 4
  12. hdd: 20
  13. large:
  14. cpu: 4
  15. ram: 8
  16. hdd: 70
  17. cluster:
  18. vpc20_infra:
  19. domain: neco.virt.domain.com
  20. engine: virt
  21. config:
  22. engine: salt
  23. host: master.domain.com
  24. node:
  25. ubuntu1:
  26. provider: node01.domain.com
  27. image: ubuntu.qcow
  28. size: medium
  29. ubuntu2:
  30. provider: node02.domain.com
  31. image: bubuntu.qcomw
  32. size: small