Created
July 28, 2012 00:29
-
-
Save jayd3e/3191194 to your computer and use it in GitHub Desktop.
Chef Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:/opt/clusterstack$ sudo /var/lib/gems/1.8/gems/chef-0.10.8/bin/chef-solo -j roles/clusterflunk_dev.json -c solo.rb | |
[2012-07-28T00:28:17+00:00] INFO: *** Chef 0.10.8 *** | |
[2012-07-28T00:28:17+00:00] INFO: Setting the run_list to ["role[web_server]", "role[smtp_server]", "recipe[clusterflunk]"] from JSON | |
[2012-07-28T00:28:17+00:00] ERROR: Role web_server is in the runlist but does not exist. Skipping expand. | |
[2012-07-28T00:28:17+00:00] ERROR: Role smtp_server is in the runlist but does not exist. Skipping expand. | |
[2012-07-28T00:28:17+00:00] FATAL: Stacktrace dumped to /opt/clusterstack/chef-stacktrace.out | |
[2012-07-28T00:28:17+00:00] FATAL: Chef::Exceptions::MissingRole: Chef::Exceptions::MissingRole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment