Hi Supun, This could be an issue in devcloud4 latest codebase.
IMO the best option would be to check this with CloudStack Dev list, or you could try to use a stable devcloud4 release. I have a stable fork I used sometime back here [1]. [1] https://github.com/imesh/devcloud4 On Sun, Jan 11, 2015 at 11:08 AM, Supun Muthutantrige <[email protected]> wrote: > Hi, > > Getting the following error which running vagrant up command, terminal > output as follows > > > ------------------------------------------------------------------------------------------------------------------------------------------------ > > ==> management: # > > ==> management: Thank you for installing Chef! > ==> management: Running provisioner: chef_solo... > Generating chef JSON and uploading... > ==> management: Running chef-solo... > ==> management: [2015-01-11T05:05:20+00:00] INFO: Forking chef instance to > converge... > ==> management: [2015-01-11T05:05:20+00:00] WARN: > ==> management: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > * * * * * * * * * * * > ==> management: SSL validation of HTTPS requests is disabled. HTTPS > connections are still > ==> management: encrypted, but chef is not able to detect forged replies > or man in the middle > ==> management: attacks. > ==> management: > ==> management: To fix this issue add an entry like this to your > configuration file: > ==> management: > ==> management: ``` > ==> management: # Verify all HTTPS connections (recommended) > ==> management: ssl_verify_mode :verify_peer > ==> management: > ==> management: # OR, Verify only connections to chef-server > ==> management: verify_api_cert true > ==> management: ``` > ==> management: > ==> management: To check your SSL configuration, or troubleshoot errors, > you can use the > ==> management: `knife ssl check` command like so: > ==> management: > ==> management: ``` > ==> management: knife ssl check -c /tmp/vagrant-chef-2/solo.rb > ==> management: ``` > ==> management: > ==> management: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > * * * * * * * * * * * > ==> management: [2015-01-11T05:05:20+00:00] INFO: *** Chef 11.16.0 *** > ==> management: [2015-01-11T05:05:20+00:00] INFO: Chef-client pid: 2950 > ==> management: [2015-01-11T05:05:25+00:00] INFO: Setting the run_list to > ["recipe[nat-router]", "recipe[cloudstack::management-server]"] from CLI > options > ==> management: [2015-01-11T05:05:25+00:00] INFO: Run List is > [recipe[nat-router], recipe[cloudstack::management-server]] > ==> management: [2015-01-11T05:05:25+00:00] INFO: Run List expands to > [nat-router, cloudstack::management-server] > ==> management: [2015-01-11T05:05:25+00:00] INFO: Starting Chef Run for > localhost > ==> management: [2015-01-11T05:05:25+00:00] INFO: Running start handlers > ==> management: [2015-01-11T05:05:25+00:00] INFO: Start handlers complete. > ==> management: > ==> management: > ================================================================================ > ==> management: Recipe Compile Error > ==> management: > ================================================================================ > ==> management: > ==> management: > ==> management: Chef::Exceptions::RecipeNotFound > ==> management: -------------------------------- > ==> management: could not find recipe client for cookbook mysql > ==> management: > ==> management: > ==> management: [2015-01-11T05:05:26+00:00] ERROR: Running exception > handlers > ==> management: [2015-01-11T05:05:26+00:00] ERROR: Exception handlers > complete > ==> management: [2015-01-11T05:05:26+00:00] FATAL: Stacktrace dumped to > /var/chef/cache/chef-stacktrace.out > ==> management: [2015-01-11T05:05:26+00:00] ERROR: could not find recipe > client for cookbook mysql > ==> management: [2015-01-11T05:05:26+00:00] FATAL: > Chef::Exceptions::ChildConvergeError: Chef run process exited > unsuccessfully (exit code 1) > Chef never successfully completed! Any errors should be visible in the > output above. Please fix your recipes so that they properly complete. > > > ------------------------------------------------------------------------------------------------------------------------------------------------ > > Thank you, > Regards > > > *Supun Rasitha Muthutantrige* > Software Engineer | Intern > WSO2 Inc: http://wso2.com > lean.enterprise.middleware > Mobile: 0758374608 > -- Imesh Gunaratne Technical Lead, WSO2 Committer & PMC Member, Apache Stratos
