Skip to content
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

Remove chef_version user variable & remove Chef installation option. #362

Merged
merged 2 commits into from
May 26, 2015

Conversation

fnichol
Copy link
Contributor

@fnichol fnichol commented May 26, 2015

In an effort to simplify the potential for behavior proliferation that
user variables allows, the chef_version user variable is being
dropped. The default behavior was to not install Chef for all Bento
boxes as downstream tooling such as Test Kitchen or vagrant-omnibus can
handle Chef installations at boot time.

In an effort to simplify the potential for behavior proliferation that
user variables allows, the `chef_version` user variable is being
dropped. The default behavior was to *not* install Chef for all Bento
boxes as downstream tooling such as Test Kitchen or vagrant-omnibus can
handle Chef installations at boot time.
@fnichol fnichol self-assigned this May 26, 2015
@fnichol
Copy link
Contributor Author

fnichol commented May 26, 2015

@yzl, @scotthain: Can either of you foresee the need the preserve the "install Chef" behavior in Bento?

@scotthain
Copy link

👍 I like the boxes agnostic :)

@@ -102,21 +102,18 @@
],
"post-processors": [
{
"output": "builds/{{.Provider}}/opscode_centos-5.11-i386_chef-{{user `chef_version`}}.box",
"output": "builds/{{.Provider}}/opscode_centos-5.11-i386.box",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These kinds of strings are hardcoded here:

https://github.com/test-kitchen/kitchen-vagrant/blob/master/lib/kitchen/driver/vagrant.rb#L112

Needs to still be "_chef-provisionerless.box"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that's a good catch. I'm hoping to update kitchen-vagrant just as soon as we can get boxes publishing up to Atlas. That could mean in the very short term that the box would have to be renamed when uploading to the S3 bucket. About 2 PRs down the road, I'm hoping to change the box file names even more so this is going to be important to keep in mind.

@lamont-granquist
Copy link

Yeah 👍, keep these boxes simple and provisonerless. We don't need to spend time supporting chef and puppet and ansible and salt and that entire bikeshed.

@yzl
Copy link

yzl commented May 26, 2015

👍 I'd rather keep the boxes agnostic.

fnichol added a commit that referenced this pull request May 26, 2015
Remove `chef_version` user variable & remove Chef installation option.
@fnichol fnichol merged commit 61290b3 into master May 26, 2015
@fnichol fnichol deleted the remove-chef-version branch May 26, 2015 22:00
@fnichol fnichol removed the Reviewing label May 26, 2015
@fnichol fnichol removed their assignment May 26, 2015
@fnichol fnichol mentioned this pull request May 29, 2015
@tas50 tas50 added Type: Enhancement Adds new functionality. and removed Improvement labels Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants