Skip to content

Commit

Permalink
Merge pull request #8 from TelekomLabs/update-common
Browse files Browse the repository at this point in the history
updating common files
  • Loading branch information
chris-rock committed Sep 30, 2014
2 parents db9e916 + 17fba99 commit 6315a84
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .kitchen.yml
@@ -1,56 +1,43 @@
---

driver:
name: vagrant

provisioner:
name: chef_solo
test_repo_uri: "https://github.com/TelekomLabs/tests-postgres-hardening.git"

test_repo_uri: https://github.com/TelekomLabs/tests-postgres-hardening.git
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box

- name: ubuntu-14.04
driver_config:
box: opscode-ubuntu-14.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box

- name: centos-6.4
driver_config:
box: opscode-centos-6.4
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box

- name: centos-6.5
driver_config:
box: opscode-centos-6.5
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box

box: opscode-centos-6.5
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
- name: oracle-6.4
driver_config:
box: oracle-6.4
box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box

- name: oracle-6.5
driver_config:
box: oracle-6.5
box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box

- name: debian-6
driver_config:
box: debian-6
# source: https://github.com/ffuenf/vagrant-boxes
box_url: https://googledrive.com/host/0B83ZToJ3fGtDeE9KWm1sWndZdGs/debian-6.0.9-amd64_virtualbox.box

box_url: https://googledrive.com/host/0B83ZToJ3fGtDeE9KWm1sWndZdGs/debian-6.0.10-amd64_virtualbox.box
- name: debian-7
driver_config:
box: debian-7
# source: https://github.com/ffuenf/vagrant-boxes
box_url: https://googledrive.com/host/0B83ZToJ3fGtDVC1DeVVzc3lkc0U/debian-7.5.0-amd64_virtualbox.box

box_url: https://googledrive.com/host/0B83ZToJ3fGtDVC1DeVVzc3lkc0U/debian-7.6.0-amd64_virtualbox.box
suites:
- name: default
run_list:
- role[postgresql]
- role[postgresql]

0 comments on commit 6315a84

Please sign in to comment.