Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

.kitchen.yml: Rename Vagrant boxes "chef" -> "bento" #134

Merged
merged 1 commit into from
Feb 12, 2016

Conversation

legal90
Copy link
Contributor

@legal90 legal90 commented Feb 5, 2016

All Vagrant boxes from "chef" account on Atlas have been moved to the "bento" namespace:
https://atlas.hashicorp.com/chef

P.s. By the way, is it still reasonable to freeze Chef Client version in .kitchen.yml?

require_chef_omnibus: 11.16.2

require_chef_omnibus: 11.16.2

All vagrant boxes from "chef" account on Atlas have been moved to the "bento" namespace.
@maj-translucent
Copy link

LGTM

linc01n added a commit that referenced this pull request Feb 12, 2016
.kitchen.yml: Rename Vagrant boxes "chef" -> "bento"
@linc01n linc01n merged commit 08a190a into bflad:master Feb 12, 2016
@legal90 legal90 deleted the rename-kitchen-boxes branch February 12, 2016 13:37
@linc01n
Copy link
Collaborator

linc01n commented Feb 12, 2016

@legal90 after removing the version pinning on omnibus I get this warning when running kitchen test

  WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

   You are installing an omnibus package without a version pin.  If you are installing
   on production servers via an automated process this is DANGEROUS and you will
   be upgraded without warning on new releases, even to new major releases.
   Letting the version float is only appropriate in desktop, test, development or
   CI/CD environments.

   WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNIN

@legal90
Copy link
Contributor Author

legal90 commented Feb 12, 2016

@linc01n Ah, OK, I've seen this message. So, the last sentence means that this is OK for test environment.
Also, it's useful to test the cookbook on the latest Chef Client version, isn't it?

@linc01n linc01n added the fix label Feb 12, 2016
@linc01n
Copy link
Collaborator

linc01n commented Feb 12, 2016

@legal90 You are right. I want to test the cookbook against the latest chef client. Let me remove the version pinning.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants