-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chef/centos-7.1 on atlas #346
Comments
This has been released to Atlas. |
So yeah we need to make this more obvious, i ran into this problem myself. We should probably update .kitchen.yml.erb. I just opened: test-kitchen/test-kitchen#730 |
There's a few things going on here in parallel which eventually get us to a better place, so (for the moment) here is our landscape at the moment:
The reason kitchen-vagrant isn't yet using Atlas is that until we release updates to Atlas, the S3 artifacts stand the better chance of being updated. @b-dean, you're right that test-kitchen/kitchen-vagrant#151 was too aggressive and didn't allow for later releases of Bento boxes (which I'm sorry about). The 0.18.0 release of kitchen-vagrant earlier this month tried to loosen the strategy of test-kitchen/kitchen-vagrant#151 in test-kitchen/kitchen-vagrant#166 which should pick up the There's some work ongoing in and around the Bento project to make versionable boxes suitable for uploading to Atlas in an automated way (in #358, #357, #360, #359, #361, #362, and #365 to date) which should help address the box freshness issue and publishing of new templates (hopefully) an easier process. Once the freshness of the Atlas box versions improves, we'll cut kitchen-vagrant over to using Atlas by default, so that a platform called Finally, we updated the default platform versions that In short, yes we're still not at the ideal situation, but there's a good deal of forward movement to getting us there sooner rather than later. I hope this helps with background and context. Thanks! ❤️ |
This is a question as much as it is an issue. I was wondering how often Chef's boxes on Vagrant Cloud / Hashicorp Altas get updated. I'm particularly interested in
chef/centos-7-1
Also using things like
chef/centos-6.4
is the only reasonable way to get older platforms to work with kitchen-test thanks to this change made it so all our tests with multiple older platforms in the.kitchen.yml
start to failstopped working because that's not in their list of "current bento boxes" (which is already out of date, btw @fnichol). Using the atlas boxes seems better, as long as the box is there (and all the "old" ones still are)
Sorry about all the ranting
TL;DR - is
chef/centos-7.1
going to be uploaded to atlas soon?The text was updated successfully, but these errors were encountered: