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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
496B

  1. boot_devices:
  2. - /dev/vda
  3. filesystems:
  4. - device: /dev/vda
  5. fstype: ext4
  6. keep: true
  7. mount_point: /
  8. grub_cmdline_linux_default: quiet console=ttyS0
  9. grub_terminal: serial
  10. swap_devices:
  11. - device: /dev/vdb
  12. uuid: c68b1a91-d322-50a3-9093-cd9b0e7b09fe
  13. virt_console: serial
  14. virt_disks:
  15. - boot: true
  16. name: root
  17. size: 32G
  18. type: qcow2
  19. - name: swap
  20. size: 2G
  21. type: raw
  22. virt_host: tg-srv-0
  23. virt_memory: 1024
  24. virt_uuid: da8b2453-e5c6-4c3f-b0ac-3b127826c385
  25. virt_vcpu: 1