blob: 71cf37f1063d0236eb083bbbefe273a7564ba74d [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
Dzmitry Stremkouskib8acf1f2018-06-28 12:56:23 +020012 nic:
13 control:
14 - name: nic01
15 bridge: br-pxe
16 model: virtio
17 - name: nic02
18 bridge: br-cp
19 model: virtio
20 - name: nic03
21 bridge: br-store-front
22 model: virtio
23 - name: nic04
24 bridge: br-public
25 model: virtio
26 - name: nic05
27 bridge: br-prv
28 model: virtio
29 virtualport:
30 type: openvswitch
Mateusz Los4c7cd2d2018-01-09 11:46:07 +010031salt:
32 minion:
33 enabled: true
34 master:
35 host: config01.dc01.domain.com
36 control:
37 enabled: true
38 virt_enabled: true
39 size:
40 small:
41 cpu: 1
42 ram: 1
43 medium:
44 cpu: 2
45 ram: 4
46 large:
47 cpu: 4
48 ram: 8
49 medium_three_disks:
50 cpu: 2
51 ram: 4
52 disk_profile: three_disks
53 cluster:
54 vpc20_infra:
55 domain: neco.virt.domain.com
56 engine: virt
57 config:
58 engine: salt
59 host: master.domain.com
60 node:
61 ubuntu1:
62 provider: node01.domain.com
63 image: ubuntu.qcow
64 size: medium
65 img_dest: /var/lib/libvirt/ssdimages
66 ubuntu2:
67 provider: node02.domain.com
68 image: bubuntu.qcomw
69 size: small
70 img_dest: /var/lib/libvirt/hddimages
71 ubuntu3:
72 provider: node03.domain.com
73 image: meowbuntu.qcom2
74 size: medium_three_disks
Dzmitry Stremkouski7ee23402018-04-10 00:43:48 +020075 rng:
76 backend: /dev/urandom
77 model: random
78 rate:
79 period: '1800'
80 bytes: '1500'