Browse Source

Fix tests

tags/0.4
Filip Pytloun 8 years ago
parent
commit
587cab3fd1
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      tests/pillar/control_virt.sls

+ 5
- 3
tests/pillar/control_virt.sls View File

salt: salt:
minion:
enabled: true
control: control:
enabled: true enabled: true
virt_enabled: true virt_enabled: true
node: node:
ubuntu1: ubuntu1:
provider: node01.domain.com provider: node01.domain.com
image: ubuntu.qcow
image: "salt://ubuntu.qcow"
size: medium size: medium
ubuntu2: ubuntu2:
provider: node02.domain.com provider: node02.domain.com
image: bubuntu.qcomw
size: small
image: "http://ubuntu.com"
size: small

Loading…
Cancel
Save