Add test-kitchen configuration file

This commit is contained in:
Alfredo Palhares 2015-02-20 17:29:34 +00:00
parent 6dd7a6596a
commit 438811d03f

26
.kitchen.yml Normal file
View file

@ -0,0 +1,26 @@
---
driver:
name: vagrant
network:
- ["private_network", { ip: "192.168.33.33" }]
provisioner:
name: salt_solo
formula: postgres
pillars-from-files:
postgres.sls: pillar.example
pillars:
top.sls:
base:
"*":
- postgres
state_top:
base:
"*":
- postgres
platforms:
- name: ubuntu-14.04
suites:
- name: default