summaryrefslogtreecommitdiffstats
path: root/example_cfg
blob: 09880d6c098af455ef21823ec5aa4f70aa93e733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
distros:
    -
        initrd: /scratch/initrd.img
        kernel: /scratch/vmlinuz
        kernel_options: ''
        name: fc5
    -
        initrd: '/xenboot'
        kernel: '/xenboot'
        kernel_options: ''
        name: xenfc5
profiles:
    -
        distro: xenfc5
        kernel_options: ''
        kickstart: /scratch/fc5.cfg
        name: xenfc5machine
        xen_file_size: 5
        xen_mac: ''
        xen_name: koan_fc5guest
        xen_paravirt: True
        xen_ram: 256
    -
        distro: fc5
        kernel_options: ''
        kickstart: /scratch/fc5.cfg
        name: fc5machine
        xen_file_size: 5
        xen_mac: ''
        xen_name: na
        xen_paravirt: True
        xen_ram: 2048
systems:
    -
        kernel_options: ''
        name: mdehaan
        profile: fc5machine