-
Notifications
You must be signed in to change notification settings - Fork 3
/
.kitchen.appveyor.yml
41 lines (38 loc) · 979 Bytes
/
.kitchen.appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
driver:
name: proxy
host: localhost
reset_command: "exit 0"
port: <%= ENV["machine_port"] %>
username: <%= ENV["machine_user"] %>
password: <%= ENV["machine_pass"] %>
provisioner:
name: chef_zero
require_chef_omnibus: 12
platforms:
- name: windows-2012R2
suites:
- name: default
run_list:
- flywaydb_test::default
- flywaydb_test::default
attributes:
flywaydb_test:
parameters:
password: Password12!
placeholders.test_password: test
flyway_conf:
user: notset
url: jdbc:mysql://notset/mysql
schemas: flywaydb_test
locations: filesystem:/tmp/db
cleanDisabled: true
placeholders.test_user: test
alt_conf:
user: root
url: jdbc:mysql://localhost/mysql
mysql_driver: true
sensitive: false
password: 84aXPZugs8xR7xTz # required by windows
flywaydb:
group: Administrators