GithubHelp home page GithubHelp logo

chef-skyline's Introduction

chef-skyline Build Status

Description

Installs/configures Skyline.

Requirements

Platforms

  • CentOS 6
  • Fedora 17, 18, 19
  • Red Hat Enterprise Linux 6
  • Ubuntu 12.04, 12.10, 13.04

Cookbooks

Opscode Cookbooks

Third-Party Cookbooks

Attributes

These attributes are under the node['skyline'] namespace.

Attribute Description Type Default
full_duration See templates/default/settings.py.erb Fixnum 86400
full_namespace See templates/default/settings.py.erb String "metrics."
graphite_host See templates/default/settings.py.erb String http://graphite.example.com
group Skyline group String node['skyline']['user']
log_path See templates/default/settings.py.erb String /var/log/skyline
mini_duration See templates/default/settings.py.erb Fixnum 3600
mini_namespace See templates/default/settings.py.erb String "mini."
oculus_host See templates/default/settings.py.erb String http://oculus.example.com
pid_path See templates/default/settings.py.erb String /var/run/skyline
pip_packages PIP packages for installation Array of Strings See attributes/default.rb
redis_socket_path See templates/default/settings.py.erb String /tmp/redis.sock
user Skyline user String skyline

Analyzer Attributes

These attributes are under the node['skyline']['analyzer'] namespace.

Attribute Description Type Default
algorithms See templates/default/settings.py.erb Array of Strings See attributes/default.rb
analyzer_processes See templates/default/settings.py.erb Fixnum 5
anomaly_dump See templates/default/settings.py.erb String webapp/static/dump/anomalies.json
canary_metric See templates/default/settings.py.erb String statsd.numStats
consensus See templates/default/settings.py.erb Fixnum 5
min_tolerable_length See templates/default/settings.py.erb Fixnum 1
max_tolerable_boredom See templates/default/settings.py.erb Fixnum 100
stale_period See templates/default/settings.py.erb Fixnum 500

Horizon Attributes

These attributes are under the node['skyline']['horizon'] namespace.

Attribute Description Type Default
chunk_size See templates/default/settings.py.erb Fixnum 10
horizon_ip See templates/default/settings.py.erb String nil
max_queue_size See templates/default/settings.py.erb Fixnum 500
max_resolution See templates/default/settings.py.erb Fixnum 1000
pickle_port See templates/default/settings.py.erb Fixnum 2024
roomba_processes See templates/default/settings.py.erb Fixnum 1
skip_list See templates/default/settings.py.erb Array of Strings []
udp_port See templates/default/settings.py.erb Fixnum 2025
worker_processes See templates/default/settings.py.erb Fixnum 2

Source Attributes

These attributes are under the node['skyline']['source'] namespace.

Attribute Description Type Default
repo Source repository String git://github.com/etsy/skyline.git
reference Source reference String master

Webapp Attributes

These attributes are under the node['skyline']['webapp'] namespace.

Attribute Description Type Default
webapp_ip See templates/default/settings.py.erb String 127.0.0.1
webapp_port See templates/default/settings.py.erb Fixnum 1500

Recipes

  • recipe[skyline] default installation/configuration of Skyline
  • recipe[skyline::init] symlinks Skyline init scripts and starts/enables services
  • recipe[skyline::redis] configures Redis for Skyline from template
  • recipe[skyline::source] installs Skyline via source

Usage

Skyline Installation

  • Add recipe[skyline] to your node's run list.

Testing and Development

Here's how you can quickly get testing or developing against the cookbook thanks to Vagrant and Berkshelf.

vagrant plugin install vagrant-berkshelf
vagrant plugin install vagrant-cachier
vagrant plugin install vagrant-omnibus
git clone git://github.com/bflad/chef-skyline.git
cd chef-skyline
vagrant up BOX # BOX being centos5, centos6, debian7, fedora18, fedora19, fedora20, freebsd9, ubuntu1204, ubuntu1210, ubuntu1304, or ubuntu1310

You can then SSH into the running VM using the vagrant ssh BOX command.

The VM can easily be stopped and deleted with the vagrant destroy command. Please see the official Vagrant documentation for a more in depth explanation of available commands.

Contributing

Please use standard Github issues/pull requests and if possible, in combination with testing on the Vagrant boxes.

License and Authors

See LICENSE file for more information.

chef-skyline's People

Contributors

bflad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chef-skyline's Issues

settings.py.erb out of date with master

It appears that the settings template is out of date with master; having missing configuration points:

> [#] Mixlib::ShellOut::ShellCommandFailed
> [#]        ------------------------------------
> [#]        Expected process to exit with [0], but received '1'
> [#]        ---- Begin output of /etc/init.d/skyline-analyzer start ----
> [#]        STDOUT: Starting skyline-analyzer
> [#]        failed to start analyzer-agent
> [#]        STDERR: Traceback (most recent call last):
> [#]          File "/opt/skyline/bin/../src/analyzer/analyzer-agent.py", line 13, in <module>
> [#]            from analyzer import Analyzer
> [#]          File "/opt/skyline/src/analyzer/analyzer.py", line 17, in <module>
> [#]            from algorithms import run_selected_algorithm
> [#]          File "/opt/skyline/src/analyzer/algorithms.py", line 11, in <module>
> [#]            from settings import (
> [#]        ImportError: cannot import name ENABLE_SECOND_ORDER
> [#]        ---- End output of /etc/init.d/skyline-analyzer start ----
> [#]        Ran /etc/init.d/skyline-analyzer start returned 1

could not find recipe epel for cookbook yum

Just checking this out and I am getting the following on CentOS5 and CentOS6. Any reason this sitn working out of the box ?

Thanks

jdyer@retina:~/Projects/skyline/chef-skyline(master○) » vup centos5
Bringing machine 'centos5' up with 'virtualbox' provider...
[centos5] VirtualBox VM is already running.
jdyer@retina:~/Projects/skyline/chef-skyline(master○) » vagrant reload centos5
[centos5] Attempting graceful shutdown of VM...
[centos5] Clearing any previously set forwarded ports...
[Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant.
[Berkshelf] You should check for a newer version of vagrant-berkshelf.
[Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues
[Berkshelf] You can also join the discussion in #berkshelf on Freenode.
[Berkshelf] Updating Vagrant's berkshelf: '/Users/jdyer/.berkshelf/centos5/vagrant/berkshelf-20131227-8350-1fmz86z-centos5'
[Berkshelf] Using skyline (0.3.0)
[Berkshelf] Installing redis (2.1.1) from git: 'git://github.com/miah/chef-redis.git' with branch: 'master' at ref: '5b7e8585b23dcef0de3ec6cfbb31ad75fc912d8e'
[Berkshelf] Installing scipy (0.2.0) from git: 'git://github.com/bflad/chef-scipy.git' with branch: 'master' at ref: '9e7a78f953c8952c4499cd6a6290ce9f75fdcfb2'
[Berkshelf] Using minitest-handler (0.2.1)
[Berkshelf] Using skyline_test (0.1.0) at './test/cookbooks/skyline_test'
[Berkshelf] Using git (2.9.0)
[Berkshelf] Using dmg (2.1.2)
[Berkshelf] Using build-essential (1.4.2)
[Berkshelf] Using windows (1.12.4)
[Berkshelf] Using chef_handler (1.1.4)
[Berkshelf] Using powershell (1.1.2)
[Berkshelf] Using runit (1.5.5)
[Berkshelf] Using yum (3.0.2)
[Berkshelf] Using yum-epel (0.2.0)
[Berkshelf] Using python (1.4.4)
[Berkshelf] Using stunnel (2.0.4)
[Berkshelf] Using discovery (0.2.2)
[Berkshelf] Using apt (2.3.4)
[centos5] Clearing any previously set network interfaces...
[centos5] Preparing network interfaces based on configuration...
[centos5] Forwarding ports...
[centos5] -- 22 => 2222 (adapter 1)
[centos5] Running 'pre-boot' VM customizations...
[centos5] Booting VM...
[centos5] Waiting for machine to boot. This may take a few minutes...
[centos5] Machine booted and ready!
[centos5] Setting hostname...
[centos5] Configuring and enabling network interfaces...
[centos5] Mounting shared folders...
[centos5] -- /vagrant
[centos5] -- /tmp/vagrant-cache
[centos5] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks
[centos5] Installing Chef 11.8.2 Omnibus package...
[centos5] Downloading Chef 11.8.2 for el...
[centos5] downloading https://www.opscode.com/chef/metadata?v=11.8.2&prerelease=false&p=el&pv=5&m=x86_64
[centos5]   to file /tmp/install.sh.4763/metadata.txt
[centos5] trying wget...
[centos5] url   https://opscode-omnibus-packages.s3.amazonaws.com/el/5/x86_64/chef-11.8.2-1.el5.x86_64.rpm
md5 fc9baa4cb01a715826514f3125b7801a
sha256  a024749aef1401f605a0c9a4e5e21cf318917a4277cce70db1044af0be682d55
[centos5] downloaded metadata file looks valid...
[centos5] downloading https://opscode-omnibus-packages.s3.amazonaws.com/el/5/x86_64/chef-11.8.2-1.el5.x86_64.rpm
[centos5]   to file /tmp/install.sh.4763/chef-11.8.2.x86_64.rpm
[centos5] trying wget...
[centos5] Checksum compare with sha256sum succeeded.
[centos5] Installing Chef 11.8.2
[centos5] installing with rpm...
[centos5] warning:
[centos5] /tmp/install.sh.4763/chef-11.8.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 83ef826a
[centos5] Preparing...
[centos5] ##################################################
[centos5]
[centos5] chef
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5] #
[centos5]
[centos5] Thank you for installing Chef!
[centos5]
[centos5] Running provisioner: chef_solo...
[centos5] Configuring cache buckets...
Generating chef JSON and uploading...
Running chef-solo...
[2013-12-28T03:58:15+00:00] INFO: Forking chef instance to converge...
[2013-12-28T03:58:15+00:00] DEBUG: Forked instance now converging
[2013-12-28T03:58:15+00:00] INFO: *** Chef 11.8.2 ***
[2013-12-28T03:58:15+00:00] INFO: Chef-client pid: 7156
[2013-12-28T03:58:15+00:00] DEBUG: Building node object for skyline-centos-5
[2013-12-28T03:58:15+00:00] DEBUG: Extracting run list from JSON attributes provided on command line
[2013-12-28T03:58:15+00:00] INFO: Setting the run_list to ["recipe[skyline]"] from JSON
[2013-12-28T03:58:15+00:00] DEBUG: Applying attributes from json file
[2013-12-28T03:58:15+00:00] DEBUG: Platform is centos version 5.10
[2013-12-28T03:58:15+00:00] INFO: Run List is [recipe[skyline]]
[2013-12-28T03:58:15+00:00] INFO: Run List expands to [skyline]
[2013-12-28T03:58:15+00:00] INFO: Starting Chef Run for skyline-centos-5
[2013-12-28T03:58:15+00:00] INFO: Running start handlers
[2013-12-28T03:58:15+00:00] INFO: Start handlers complete.
[2013-12-28T03:58:15+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chefignore no files will be ignored
[2013-12-28T03:58:16+00:00] DEBUG: Cookbooks to compile: [:"build-essential", :dmg, :yum, :"yum-epel", :runit, :chef_handler, :powershell, :windows, :git, :python, :discovery, :stunnel, :redis, :apt, :scipy, :skyline]
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook yum's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/libraries/matchers.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/provider_runit_service.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/resource_runit_service.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook powershell's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/libraries/helper.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook powershell's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/libraries/powershell_out.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook powershell's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/libraries/windows_architecture_helper.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/libraries/feature_base.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/libraries/helper.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/libraries/registry_helper.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/libraries/version.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/libraries/windows_privileged.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook discovery's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/discovery/libraries/ipaddress.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook discovery's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/discovery/libraries/recipe.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook discovery's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/discovery/libraries/search.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook redis's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/libraries/chef_redis.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook apt's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/libraries/helpers.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook apt's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/libraries/network.rb
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook build-essential's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/build-essential/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute build-essential::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook dmg's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/dmg/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute dmg::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/main.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum::main
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum-epel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum-epel/attributes/epel-debuginfo.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum-epel::epel-debuginfo
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum-epel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum-epel/attributes/epel-source.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum-epel::epel-source
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum-epel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum-epel/attributes/epel-testing-debuginfo.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum-epel::epel-testing-debuginfo
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum-epel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum-epel/attributes/epel-testing-source.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum-epel::epel-testing-source
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum-epel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum-epel/attributes/epel-testing.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum-epel::epel-testing
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook yum-epel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum-epel/attributes/epel.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute yum-epel::epel
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook runit's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute runit::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook chef_handler's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chef_handler/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute chef_handler::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook powershell's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute powershell::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook windows's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute windows::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook git's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/git/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute git::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook python's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute python::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook stunnel's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/stunnel/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute stunnel::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook redis's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute redis::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook redis's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/attributes/config.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute redis::config
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook redis's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/attributes/data_bag.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute redis::data_bag
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook redis's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/attributes/sentinel.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute redis::sentinel
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook apt's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute apt::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook scipy's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/scipy/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute scipy::default
[2013-12-28T03:58:16+00:00] DEBUG: Node skyline-centos-5 loading cookbook skyline's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/skyline/attributes/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loading Attribute skyline::default
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook dmg's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/dmg/providers/package.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/dmg/providers/package.rb into a provider named dmg_package defined in Chef::Provider::DmgPackage
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook dmg's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/dmg/resources/package.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/dmg/resources/package.rb into a resource named dmg_package defined in Chef::Resource::DmgPackage
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/globalconfig.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/globalconfig.rb into a provider named yum_globalconfig defined in Chef::Provider::YumGlobalconfig
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/repository.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/repository.rb into a provider named yum_repository defined in Chef::Provider::YumRepository
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/globalconfig.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/globalconfig.rb into a resource named yum_globalconfig defined in Chef::Resource::YumGlobalconfig
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/repository.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/repository.rb into a resource named yum_repository defined in Chef::Resource::YumRepository
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook chef_handler's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chef_handler/providers/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chef_handler/providers/default.rb into a provider named chef_handler defined in Chef::Provider::ChefHandler
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook chef_handler's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chef_handler/resources/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chef_handler/resources/default.rb into a resource named chef_handler defined in Chef::Resource::ChefHandler
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook powershell's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/providers/default.rb
[2013-12-28T03:58:16+00:00] INFO: Powershell light-weight provider already initialized -- overriding!
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/providers/default.rb into a provider named powershell defined in Chef::Provider::Powershell
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook powershell's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/resources/default.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/powershell/resources/default.rb into a resource named powershell defined in Chef::Resource::Powershell
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/auto_run.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/auto_run.rb into a provider named windows_auto_run defined in Chef::Provider::WindowsAutoRun
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/batch.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/batch.rb into a provider named windows_batch defined in Chef::Provider::WindowsBatch
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/feature_dism.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/feature_dism.rb into a provider named windows_feature_dism defined in Chef::Provider::WindowsFeatureDism
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/feature_powershell.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/feature_powershell.rb into a provider named windows_feature_powershell defined in Chef::Provider::WindowsFeaturePowershell
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/feature_servermanagercmd.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/feature_servermanagercmd.rb into a provider named windows_feature_servermanagercmd defined in Chef::Provider::WindowsFeatureServermanagercmd
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/package.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/package.rb into a provider named windows_package defined in Chef::Provider::WindowsPackage
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/pagefile.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/pagefile.rb into a provider named windows_pagefile defined in Chef::Provider::WindowsPagefile
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/path.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/path.rb into a provider named windows_path defined in Chef::Provider::WindowsPath
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/printer.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/printer.rb into a provider named windows_printer defined in Chef::Provider::WindowsPrinter
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/printer_port.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/printer_port.rb into a provider named windows_printer_port defined in Chef::Provider::WindowsPrinterPort
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/reboot.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/reboot.rb into a provider named windows_reboot defined in Chef::Provider::WindowsReboot
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/registry.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/registry.rb into a provider named windows_registry defined in Chef::Provider::WindowsRegistry
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/shortcut.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/shortcut.rb into a provider named windows_shortcut defined in Chef::Provider::WindowsShortcut
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/task.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/task.rb into a provider named windows_task defined in Chef::Provider::WindowsTask
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/zipfile.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/providers/zipfile.rb into a provider named windows_zipfile defined in Chef::Provider::WindowsZipfile
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/auto_run.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/auto_run.rb into a resource named windows_auto_run defined in Chef::Resource::WindowsAutoRun
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/batch.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/batch.rb into a resource named windows_batch defined in Chef::Resource::WindowsBatch
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/feature.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/feature.rb into a resource named windows_feature defined in Chef::Resource::WindowsFeature
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/package.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/package.rb into a resource named windows_package defined in Chef::Resource::WindowsPackage
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/pagefile.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/pagefile.rb into a resource named windows_pagefile defined in Chef::Resource::WindowsPagefile
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/path.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/path.rb into a resource named windows_path defined in Chef::Resource::WindowsPath
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/printer.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/printer.rb into a resource named windows_printer defined in Chef::Resource::WindowsPrinter
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/printer_port.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/printer_port.rb into a resource named windows_printer_port defined in Chef::Resource::WindowsPrinterPort
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/reboot.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/reboot.rb into a resource named windows_reboot defined in Chef::Resource::WindowsReboot
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/registry.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/registry.rb into a resource named windows_registry defined in Chef::Resource::WindowsRegistry
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/shortcut.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/shortcut.rb into a resource named windows_shortcut defined in Chef::Resource::WindowsShortcut
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/task.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/task.rb into a resource named windows_task defined in Chef::Resource::WindowsTask
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook windows's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/zipfile.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/windows/resources/zipfile.rb into a resource named windows_zipfile defined in Chef::Resource::WindowsZipfile
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/pip.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/pip.rb into a provider named python_pip defined in Chef::Provider::PythonPip
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/virtualenv.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/virtualenv.rb into a provider named python_virtualenv defined in Chef::Provider::PythonVirtualenv
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/pip.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/pip.rb into a resource named python_pip defined in Chef::Resource::PythonPip
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/virtualenv.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/virtualenv.rb into a resource named python_virtualenv defined in Chef::Resource::PythonVirtualenv
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook stunnel's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/stunnel/providers/connection.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/stunnel/providers/connection.rb into a provider named stunnel_connection defined in Chef::Provider::StunnelConnection
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook stunnel's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/stunnel/resources/connection.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/stunnel/resources/connection.rb into a resource named stunnel_connection defined in Chef::Resource::StunnelConnection
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook redis's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/providers/instance.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/providers/instance.rb into a provider named redis_instance defined in Chef::Provider::RedisInstance
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook redis's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/providers/sentinel.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/providers/sentinel.rb into a provider named redis_sentinel defined in Chef::Provider::RedisSentinel
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook redis's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/resources/instance.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/resources/instance.rb into a resource named redis_instance defined in Chef::Resource::RedisInstance
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook redis's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/resources/sentinel.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/redis/resources/sentinel.rb into a resource named redis_sentinel defined in Chef::Resource::RedisSentinel
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb into a provider named apt_preference defined in Chef::Provider::AptPreference
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb into a provider named apt_repository defined in Chef::Provider::AptRepository
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb into a resource named apt_preference defined in Chef::Resource::AptPreference
[2013-12-28T03:58:16+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb
[2013-12-28T03:58:16+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb into a resource named apt_repository defined in Chef::Resource::AptRepository
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe skyline via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe default in cookbook skyline
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe skyline::redis via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe redis in cookbook skyline
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe redis::install via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe install in cookbook redis
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe redis::server_source via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe server_source in cookbook redis
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe build-essential via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe default in cookbook build-essential
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe build-essential::rhel via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe rhel in cookbook build-essential
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe scipy via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Found recipe default in cookbook scipy
[2013-12-28T03:58:16+00:00] DEBUG: Loading Recipe yum::epel via include_recipe
[2013-12-28T03:58:16+00:00] DEBUG: Re-raising exception: Chef::Exceptions::RecipeNotFound - could not find recipe epel for cookbook yum
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/cookbook_version.rb:226:in `load_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:151:in `load_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:132:in `block in include_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `each'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `include_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/dsl/include_recipe.rb:26:in `include_recipe'
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/scipy/recipes/default.rb:6:in `from_file'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `instance_eval'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `from_file'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/cookbook_version.rb:237:in `load_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:151:in `load_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:132:in `block in include_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `each'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `include_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/dsl/include_recipe.rb:26:in `include_recipe'
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/skyline/recipes/default.rb:3:in `from_file'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `instance_eval'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `from_file'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/cookbook_version.rb:237:in `load_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:151:in `load_recipe'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:139:in `block in compile_recipes'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:137:in `each'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:137:in `compile_recipes'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:74:in `compile'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:86:in `load'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:250:in `setup_run_context'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:498:in `do_run'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:199:in `block in run'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:193:in `fork'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:193:in `run'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application.rb:208:in `run_chef_client'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application/solo.rb:221:in `block in run_application'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application/solo.rb:213:in `loop'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application/solo.rb:213:in `run_application'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application.rb:66:in `run'
  /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/bin/chef-solo:25:in `<top (required)>'
  /usr/bin/chef-solo:23:in `load'
  /usr/bin/chef-solo:23:in `<main>'
[2013-12-28T03:58:16+00:00] ERROR: Running exception handlers
[2013-12-28T03:58:16+00:00] ERROR: Exception handlers complete
[2013-12-28T03:58:16+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-12-28T03:58:16+00:00] DEBUG: Chef::Exceptions::RecipeNotFound: could not find recipe epel for cookbook yum
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/cookbook_version.rb:226:in `load_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:151:in `load_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:132:in `block in include_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `each'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `include_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/dsl/include_recipe.rb:26:in `include_recipe'
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/scipy/recipes/default.rb:6:in `from_file'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `instance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `from_file'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/cookbook_version.rb:237:in `load_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:151:in `load_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:132:in `block in include_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `each'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:131:in `include_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/dsl/include_recipe.rb:26:in `include_recipe'
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/skyline/recipes/default.rb:3:in `from_file'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `instance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/mixin/from_file.rb:30:in `from_file'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/cookbook_version.rb:237:in `load_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:151:in `load_recipe'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:139:in `block in compile_recipes'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:137:in `each'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:137:in `compile_recipes'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context/cookbook_compiler.rb:74:in `compile'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/run_context.rb:86:in `load'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:250:in `setup_run_context'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:498:in `do_run'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:199:in `block in run'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:193:in `fork'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/client.rb:193:in `run'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application.rb:208:in `run_chef_client'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application/solo.rb:221:in `block in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application/solo.rb:213:in `loop'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application/solo.rb:213:in `run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/lib/chef/application.rb:66:in `run'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.2/bin/chef-solo:25:in `<top (required)>'
/usr/bin/chef-solo:23:in `load'
/usr/bin/chef-solo:23:in `<main>'
[2013-12-28T03:58:16+00:00] ERROR: could not find recipe epel for cookbook yum

================================================================================
Recipe Compile Error
================================================================================


Chef::Exceptions::RecipeNotFound
--------------------------------
could not find recipe epel for cookbook yum


[2013-12-28T03:58:15+00:00] INFO: Forking chef instance to converge...
[2013-12-28T03:58:15+00:00] DEBUG: Fork successful. Waiting for new chef pid: 7156
[2013-12-28T03:58:16+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.
jdyer@retina:~/Projects/skyline/chef-skyline(master○) »

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.