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.

33 lines
653B

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