Starting a new thread..

I have checked out latest core and run into  "crowbar-bootstrap" cookbook
not found when I do  ... any thoughts ?  Below is the error log. I do have
internet connectivity from within the docker container.


root@raghu-VirtualBox:/home/raghu/core# ./production.sh smoke.crowbar.test
Mon Apr 14 11:00:01 CDT 2014
Generating locales...
  en_US.UTF-8... up-to-date
Generation complete.
[2014-04-14T11:00:02-05:00] WARN: *****************************************
[2014-04-14T11:00:02-05:00] WARN: Did not find config file:
/opt/opencrowbar/core/bootstrap/chef-solo.rb, using command line options.
[2014-04-14T11:00:02-05:00] WARN: *****************************************
[2014-04-14T11:00:02-05:00] WARN:
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
SSL validation of HTTPS requests is disabled. HTTPS connections are still
encrypted, but chef is not able to detect forged replies or man in the
middle
attacks.

To fix this issue add an entry like this to your configuration file:

```
  # Verify all HTTPS connections (recommended)
  ssl_verify_mode :verify_peer

  # OR, Verify only connections to chef-server
  verify_api_cert true
```

To check your SSL configuration, or troubleshoot errors, you can use the
`knife ssl check` command like so:

```
  knife ssl check -c /opt/opencrowbar/core/bootstrap/chef-solo.rb
```

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *

Starting Chef Client, version 11.12.2
[2014-04-14T11:00:04-05:00] WARN: Run List override has been provided.
[2014-04-14T11:00:04-05:00] WARN: Original Run List: []
[2014-04-14T11:00:04-05:00] WARN: Overridden Run List:
[recipe[crowbar-bootstrap]]
Compiling Cookbooks...

Running handlers:
[2014-04-14T11:00:04-05:00] ERROR: Running exception handlers
Running handlers complete

[2014-04-14T11:00:04-05:00] ERROR: Exception handlers complete
[2014-04-14T11:00:04-05:00] FATAL: Stacktrace dumped to
/var/chef/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated in 2.099178391 seconds
[2014-04-14T11:00:04-05:00] ERROR: Cookbook crowbar-bootstrap not found. If
you're loading crowbar-bootstrap from another cookbook, make sure you
configure the dependency in your metadata
[2014-04-14T11:00:04-05:00] FATAL: Chef::Exceptions::ChildConvergeError:
Chef run process exited unsuccessfully (exit code 1)
Chef-solo bootstrap run failed
Failed to bootstrap the Crowbar UI
root@raghu-VirtualBox:/home/raghu/core#
_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to