From 24baee0e241bfa71ad361b2aaa68495b71341016 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 6 Aug 2015 23:17:53 -0700 Subject: [PATCH 1/3] update common kitchen.yml platforms updating common files with changes that are configured in the profiles: kitchen.yml platforms --- .kitchen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 3a3d879..4bba9ff 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -36,15 +36,15 @@ platforms: - name: debian-6 driver_config: box: debian-6 - box_url: https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-6.0.10-amd64_virtualbox.box + box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box - name: debian-7 driver_config: box: debian-7 - box_url: https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-7.7.0-amd64_virtualbox.box + box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box - name: debian-8 driver_config: box: debian-8 - box_url: https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-8.0.0-amd64_virtualbox.box + box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box suites: - name: default manifest: site.pp From 9079b7f5c5acf05cff641861a1aa1d87a226e25b Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 7 Aug 2015 01:10:09 -0700 Subject: [PATCH 2/3] update common kitchen.yml platforms updating common files with changes that are configured in the profiles: kitchen.yml platforms --- .kitchen.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 4bba9ff..d5f5c62 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,11 +8,11 @@ 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 + box_url: https://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 + box_url: https://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 @@ -20,11 +20,11 @@ platforms: - 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_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box - name: centos-7.1 driver_config: box: opscode-centos-7.1 - box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box + box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box - name: oracle-6.4 driver_config: box: oracle-6.4 @@ -36,15 +36,15 @@ platforms: - name: debian-6 driver_config: box: debian-6 - box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box + box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box - name: debian-7 driver_config: box: debian-7 - box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box + box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box - name: debian-8 driver_config: box: debian-8 - box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box + box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box suites: - name: default manifest: site.pp From 683658440c478a6a14c8beaff3f34df96623952a Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sun, 9 Aug 2015 17:05:00 -0700 Subject: [PATCH 3/3] update common kitchen.yml platforms (puppet) updating common files with changes that are configured in the profiles: kitchen.yml platforms (puppet) --- .kitchen.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index d5f5c62..6215d3b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -7,12 +7,12 @@ provisioner: platforms: - name: ubuntu-12.04 driver_config: - box: opscode-ubuntu-12.04 - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box + box: ubuntu/precise64 + box_url: https://atlas.hashicorp.com/ubuntu/boxes/precise64/versions/20150730.1.0/providers/virtualbox.box - name: ubuntu-14.04 driver_config: - box: opscode-ubuntu-14.04 - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box + box: ubuntu/trusty64 + box_url: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150609.0.10/providers/virtualbox.box - name: centos-6.4 driver_config: box: opscode-centos-6.4 @@ -35,16 +35,16 @@ platforms: box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box - name: debian-6 driver_config: - box: debian-6 - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box + box: puppetlabs/debian-6.0.10-64-puppet + box_url: https://atlas.hashicorp.com/puppetlabs/boxes/debian-6.0.10-64-puppet/versions/1.0.2/providers/virtualbox.box - name: debian-7 driver_config: - box: debian-7 - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box + box: debian/wheezy64 + box_url: https://atlas.hashicorp.com/debian/boxes/wheezy64/versions/7.8.5/providers/virtualbox.box - name: debian-8 driver_config: - box: debian-8 - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box + box: debian/jessie64 + box_url: https://atlas.hashicorp.com/debian/boxes/jessie64/versions/8.1.0/providers/virtualbox.box suites: - name: default manifest: site.pp