Skip to main content

A small webapp for viewing and searching Chef nodes

Project description

Latest PyPI version

A small webapp for viewing Chef nodes and other metadata. Currently supports nodes, roles, and environments, as well as package version information (see below).

Usage

Run Sous-chef using Gunicorn:

gunicorn 'sous_chef:create_app()'

Configuration

Sous-chef will read it’s configuration from one of two places, depending on how it was installed:

# Global install
/usr/var/sous_chef-instance/config.py

# Virtualenv install
$VIRTUALENV/var/sous_chef-instance/config.py

An example configuration file might look like this:

# The URL of the Chef server
CHEF_URL = 'http://chef.example.com'

# The client name and key to use
CHEF_CLIENT = 'sous'
CHEF_KEY = '/usr/var/sous_chef-instance/sous.pem'

If these are not set, PyChef’s autoconfigure function is used as a fallback, and will try and load it’s configuration from ~/.chef/knife.rb or /etc/chef/client.rb.

Package versions

Sous-chef will display package metadata from nodes if availible. It expects this data to be in the following format:

"packages": {
        "<package_type>": {
                "<package_name>": "<package_version",
                ...
        },
        ...
}

For example, an RPM Ohai plugin could set the following node attributes:

"packages": {
        "rpm": {
                "package-one": "0.1.0",
                "pacakge-two": "2.0.1"
        }
}

Debug mode

The app can be run in debug mode by using the create_debug_app function:

gunicorn 'sous_chef:create_debug_app()'

The flask-debugtoolbar package is availible, the DebugToolbar extension will be used.

Installation

Install Sous-chef and Gunicorn with:

pip install 'sous-chef[deploy]'

Requirements

Requires Flask and PyChef. Gunicorn is the simplest method of deployment, but is not a requirement (allowing alternate WSGI servers to be used). Optionally uses Flask Debug Toolbar using the debug application.

Compatibility

Targets Python 2.6 and 2.7.

PyChef is currently Python 2 only, but if or when it is availible for Python 3 Sous-chef should have no problems.

Licence

The MIT License (MIT)

Copyright (c) 2014 DataSift <opensource@datasift.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

sous-chef was written by Sam Clements at DataSift.

https://gravatar.com/avatar/8dd5661684a7385fe723b7e7588e91ee?s=40 https://gravatar.com/avatar/a3a6d949b43b6b880ffb3e277a65f49d?s=40

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sous-chef-0.10.4.tar.gz (70.6 kB view details)

Uploaded Source

Built Distribution

sous_chef-0.10.4-py27-none-any.whl (77.9 kB view details)

Uploaded Python 2.7

File details

Details for the file sous-chef-0.10.4.tar.gz.

File metadata

  • Download URL: sous-chef-0.10.4.tar.gz
  • Upload date:
  • Size: 70.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sous-chef-0.10.4.tar.gz
Algorithm Hash digest
SHA256 a096c1822c35ecfd065ad1c00abc05b3e5ca9d412f247457cb64e46fa2e452d6
MD5 3a78ae1b183a00a535d19545624d592d
BLAKE2b-256 c4a3319e3513b45de5d4c66546eb86b6ea23f7414a45f2f79225f31f5e336982

See more details on using hashes here.

File details

Details for the file sous_chef-0.10.4-py27-none-any.whl.

File metadata

File hashes

Hashes for sous_chef-0.10.4-py27-none-any.whl
Algorithm Hash digest
SHA256 b0af789c013125c399ad4b512297cba81062840b6e27f1c93f8d5e3aa0b98ab1
MD5 9a6291ecd0db5acffe9b005e42d9394a
BLAKE2b-256 c3f3b02cb3ce4722776a944a1b0220a91b6af0a25750a8a2d3f2f4d592f1b07b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page