This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-42
lines changed Expand file tree Collapse file tree 4 files changed +15
-42
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ provisioner:
5
5
name : ansible_playbook
6
6
test_repo_uri : https://github.com/TelekomLabs/tests-mysql-hardening.git
7
7
hosts : all
8
+ require_ansible_repo : false
9
+ require_ansible_omnibus : true
8
10
platforms :
9
11
- name : ubuntu-12.04
10
12
driver_config :
@@ -30,11 +32,22 @@ platforms:
30
32
driver_config :
31
33
box : oracle-6.5
32
34
box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
35
+ - name : debian-6
36
+ driver_config :
37
+ box : debian-6
38
+ box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box
39
+ - name : debian-7
40
+ driver_config :
41
+ box : debian-7
42
+ box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box
43
+ - name : debian-8
44
+ driver_config :
45
+ box : debian-8
46
+ box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
33
47
suites :
34
48
- name : default
35
49
roles_path : roles
36
50
hosts : all
37
- require_ansible_repo : true
38
51
ansible_verbose : true
39
52
ansible_version : 1.9.2
40
53
provisioner :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -98,12 +98,9 @@ sed -i 's/foobar/iloverandompasswordsbutthiswilldo/g' roles/bennojoy.mysql/defau
98
98
# fast test on one machine
99
99
bundle exec kitchen test default-ubuntu-1204
100
100
101
- # test on all machines except Debian-based machines
101
+ # test on all machines
102
102
bundle exec kitchen test
103
103
104
- # test on Debian-based machines
105
- KITCHEN_YAML=" .kitchen_debian.yml" bundle exec kitchen test
106
-
107
104
# for development
108
105
bundle exec kitchen create default-ubuntu-1204
109
106
bundle exec kitchen converge default-ubuntu-1204
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments