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

Added environments support for chef-solo #235

Merged
merged 2 commits into from
Nov 1, 2013

Conversation

ekrupnik
Copy link

@ekrupnik ekrupnik commented Nov 1, 2013

In response to #199, I have added environment support for chef-solo.

To configure this support, the .kitchen.yml file will look like:

suites:
  - name: default
    encrypted_data_bag_secret_key_path: "encrypted_data_bag_secret"
    data_bags_path: "../../data_bags"
    roles_path: "../../roles"
    environments_path: "../../environments"
    environment: "dev"
    run_list: ["recipe[foo]", "recipe[minitest-handler]"]

If no environment is defined, the _default environment will still be applied when chef-solo runs.

@sethvargo sethvargo merged commit 8b2d560 into test-kitchen:master Nov 1, 2013
BrentOnRails pushed a commit to BrentOnRails/test-kitchen that referenced this pull request Jul 17, 2017
Adding support for tenancy parameter in placement config.
@test-kitchen test-kitchen locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants