Juniper/ohai

Name: ohai

Owner: Juniper Networks

Description: Ohai profiles your system and emits JSON

Forked from: chef/ohai

Created: 2015-07-10 03:30:20.0

Updated: 2016-04-19 13:24:19.0

Pushed: 2015-07-15 10:37:40.0

Homepage: http://docs.chef.io/ohai.html

Size: 3999

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ohai

Build Status Master Build Status Master

DESCRIPTION:

Ohai detects data about your operating system. It can be used standalone, but its primary purpose is to provide node data to Chef.

Ohai will print out a JSON data blob for all the known data about your system. When used with Chef, that data is reported back via node attributes.

Chef distributes ohai as a RubyGem. This README is for developers who want to modify the Ohai source code. For users who want to write plugins for Ohai, see the docs:

DEVELOPMENT:

Before working on the code, if you plan to contribute your changes, you should read the contributing guidelines:

The basic process for contributing is:

  1. Fork this repo on GitHub.
  2. Create a feature branch for your work.
  3. Make your change, including tests.
  4. Submit a pull request.

ENVIRONMENT:

Ohai's development dependencies should be installed with bundler. Just run bundle install in the root of the repo.

Spec Testing:

We use RSpec for unit/spec tests. To run the full suite, run:

bundle exec rake spec

You can run individual test files by running the rspec executable:

bundle exec rspec spec/unit/FILE.rb
Rake Tasks

Ohai has some Rake tasks for doing various things.

rake -T
rake clobber_package  # Remove package products
rake gem              # Build the gem file ohai-$VERSION.gem
rake install          # install the gem locally
rake make_spec        # create a gemspec file
rake package          # Build all the packages
rake repackage        # Force a rebuild of the package files
rake spec             # Run specs

($VERSION is the current version, from the GemSpec in Rakefile)

LINKS:

Source:

Issues:

LICENSE:

Ohai - system information application

nsed under the Apache License, Version 2.0 (the "License");
may not use this file except in compliance with the License.
may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

ss required by applicable law or agreed to in writing, software
ributed under the License is distributed on an "AS IS" BASIS,
OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
the License for the specific language governing permissions and
tations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.