厨师独奏示例
我们正在学习厨师独奏,需要一个很好的例子来更好地理解。在网上搜索了很多,但想法很混乱。任何人都可以建议一些例子..以及如何运行它们..我们已经安装了chef-0.8.16 gem,但不知道如何使用它..我们正在使用Windows平台..它很紧急..
We are learning chef-solo and need a good example for better understanding.. Have searched a lot on net but the ideas are very confusing. can anyone suggest some examples.. and also how to run them.. We have installed chef-0.8.16 gem but couldnt figure out how to work with it.. We are using windows platform..Its urgent..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windows 平台支持是相当新的(版本 0.8 .14),因此它在 Windows 上配置资源的能力相当有限,直到下一个版本将为该平台添加新的资源提供程序。
Chef Solo 的一个很好的资源是它的 Wiki 页面。您还可以从 IRC 频道 和 邮件列表。
Windows platform support is quite new (version 0.8.14), so its ability to configure resources on Windows is fairly limited until the next release which will add new resource providers for the platform.
A good resource for Chef Solo is its page on the Wiki. You can also get help from the IRC channel and mailing lists.
我在这里创建了一个引导脚本,用于在 ec2 中测试 Chef-solo。它还包括一个非常简单的运行配方。
https://github.com/conormullen/chef-bootstrap
对于更复杂的食谱,您可以有看这里:
https://github.com/opscode/chef
I have created a bootstrap script here for testing out chef-solo in ec2. It includes a very trivial recipe to run also.
https://github.com/conormullen/chef-bootstrap
for more complex recipes you could have a look here:
https://github.com/opscode/chef