New Saltstack Salt formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

36 行
697B

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