-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
platform centos-6.4, centos-6.5 cannot be downloaded #663
Comments
- centos-6.4 is no longer available from opscode-vm-bento. - Didn't fix kitchen_list_command.feature, which is also dependant on centos-6.4-with-small-mem which doesn't seem to have an updated version of.
Just today, I started seeing this same behavior with centos-7.1. It's still listed under VirtualBox on the Bento list, and specifying it as opscode-centos-7.1 works. |
+1 |
A better error message would be nice IMHO..... something along the lines of "hey jerk face, that box no longer exists, you should update your box URL" ;) |
@johntdyer you had me at jerk face. |
This update attempts to improve on a2ef401 which remains a workaround until the work of continuously publishing Bento boxes to Atlas is completed. The rationale and rules in the above mentioned commit remain, but now only the platform name is checked. In other words, if the platform name begins with one of the following (case-sensitive): * `centos` * `debian` * `fedora` * `freebsd` * `opensuse` * `ubuntu` then the platform is assumed to have a Bento box, hosted in the pre-determined S3 bucket. References #165 References test-kitchen/test-kitchen#707 References test-kitchen/test-kitchen#663 References chef-boneyard/chef-dk#382 References chef-boneyard/chef-dk#378
@lloydde Thank you for resolving this and sorry it took so long. I'll follow this PR up with a further freshening of the platform list so that we can match chef-boneyard/chef-dk#382. |
The updated platforms are: - ubuntu-14.04 - centos-7.1 References #707 References #663 References chef-boneyard/chef-dk#382 References chef-boneyard/chef-dk#378
The updated platforms are: - ubuntu-14.04 - centos-7.1 References #707 References #663 References chef-boneyard/chef-dk#382 References chef-boneyard/chef-dk#378
Is it possible to find a centos-6.4 vagrant box anywhere anymore? Sadly, we have a lot of cookbooks that are written in a way that are dependent on this specific version of CentOS. |
platform centos-6.4, centos-6.5 cannot be downloaded
kitchen init
populates.kitchen.yml
with "centos-6.4"http://kitchen.ci/ screenshot shows "centos-6.5"
Both of these images are not able to be downloaded.
ADDITIONAL DETAILS
If I update 6.5 to "chef/centos-6.5" that works, but there is no 6.4 listed at https://atlas.hashicorp.com/chef/ .
When I update it to 7.0, "centos-7.0", I see the URL is https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.0_chef-provisionerless.box
Oh, now, I've found https://github.com/chef/bento#virtualbox and see that 6.6 is the oldest 6.x image.
http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.6_chef-provisionerless.box
This also makes me think that the cucumber tests in features/ have not been run for some time.
The text was updated successfully, but these errors were encountered: