-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to change chef_environment #163
Comments
@mike10010100 see #162 where I've asked about the same. It turns out you CAN set those things in your .kitchen.yml under the See this .kitchen.yml from a cookbook I just added Dokken to instead of the crazy Vagrant setup that required a lot of host side configs and installs. |
@espoelstra Ah, perfect, it's able to see the environment now, but oddly I'm unable to get Dokken to recognize my example node:
Does the nodes_path section work with Dokken? |
I believe it sets the node attributes automatically, I'm not sure if it supports passing them in as I didn't need to supply any node information in my testing. |
See also #129 |
I'd like to be able to change my chef_environment for Dokken, but am currently unable to do so.
How it works using other test kitchen provisioners: https://docwhat.org/setting-environment-test-kitchen
The text was updated successfully, but these errors were encountered: