From 438811d03fcf5f0aa9e7bb99c895ba67b7a034b0 Mon Sep 17 00:00:00 2001 From: Alfredo Palhares Date: Fri, 20 Feb 2015 17:29:34 +0000 Subject: [PATCH] Add test-kitchen configuration file --- .kitchen.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml new file mode 100644 index 0000000..d9c06bf --- /dev/null +++ b/.kitchen.yml @@ -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