virt: | |
disk: | |
three_disks: | |
- system: | |
size: 4096 | |
image: ubuntu.qcow | |
- repository_snapshot: | |
size: 8192 | |
image: snapshot.qcow | |
- cinder-volume: | |
size: 2048 | |
nic: | |
control: | |
- name: nic01 | |
bridge: br-pxe | |
model: virtio | |
- name: nic02 | |
bridge: br-cp | |
model: virtio | |
- name: nic03 | |
bridge: br-store-front | |
model: virtio | |
- name: nic04 | |
bridge: br-public | |
model: virtio | |
- name: nic05 | |
bridge: br-prv | |
model: virtio | |
virtualport: | |
type: openvswitch | |
salt: | |
minion: | |
enabled: true | |
master: | |
host: config01.dc01.domain.com | |
control: | |
enabled: true | |
virt_enabled: true | |
size: | |
small: | |
cpu: 1 | |
ram: 1 | |
medium: | |
cpu: 2 | |
ram: 4 | |
large: | |
cpu: 4 | |
ram: 8 | |
medium_three_disks: | |
cpu: 2 | |
ram: 4 | |
disk_profile: three_disks | |
cluster: | |
vpc20_infra: | |
domain: neco.virt.domain.com | |
engine: virt | |
config: | |
engine: salt | |
host: master.domain.com | |
node: | |
ubuntu1: | |
provider: node01.domain.com | |
image: ubuntu.qcow | |
size: medium | |
img_dest: /var/lib/libvirt/ssdimages | |
ubuntu2: | |
provider: node02.domain.com | |
image: bubuntu.qcomw | |
size: small | |
img_dest: /var/lib/libvirt/hddimages | |
ubuntu3: | |
provider: node03.domain.com | |
image: meowbuntu.qcom2 | |
size: medium_three_disks | |
rng: | |
backend: /dev/urandom | |
model: random | |
rate: | |
period: '1800' | |
bytes: '1500' |