blob: 6ca02ad36ff6b78ff1afdc78346e268411021320 [file] [log] [blame]
Mateusz Los4c7cd2d2018-01-09 11:46:07 +01001virt:
2 disk:
3 three_disks:
4 - system:
5 size: 4096
6 image: ubuntu.qcow
7 - repository_snapshot:
8 size: 8192
9 image: snapshot.qcow
10 - cinder-volume:
11 size: 2048
12salt:
13 minion:
14 enabled: true
15 master:
16 host: config01.dc01.domain.com
17 control:
18 enabled: true
19 virt_enabled: true
20 size:
21 small:
22 cpu: 1
23 ram: 1
24 medium:
25 cpu: 2
26 ram: 4
27 large:
28 cpu: 4
29 ram: 8
30 medium_three_disks:
31 cpu: 2
32 ram: 4
33 disk_profile: three_disks
34 cluster:
35 vpc20_infra:
36 domain: neco.virt.domain.com
37 engine: virt
38 config:
39 engine: salt
40 host: master.domain.com
41 node:
42 ubuntu1:
43 provider: node01.domain.com
44 image: ubuntu.qcow
45 size: medium
46 img_dest: /var/lib/libvirt/ssdimages
47 ubuntu2:
48 provider: node02.domain.com
49 image: bubuntu.qcomw
50 size: small
51 img_dest: /var/lib/libvirt/hddimages
52 ubuntu3:
53 provider: node03.domain.com
54 image: meowbuntu.qcom2
55 size: medium_three_disks
Dzmitry Stremkouski7ee23402018-04-10 00:43:48 +020056 rng:
57 backend: /dev/urandom
58 model: random
59 rate:
60 period: '1800'
61 bytes: '1500'