Giter Club home page Giter Club logo

ohai's Introduction

ohai

DESCRIPTION:

Ohai detects data about your operating system. It can be used standalone, but it’s 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.

Opscode 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 wiki:

DEVELOPMENT:

Before working on the code, if you plan to contribute your changes, you need to read the Opscode Contributing document.

You will also need to set up the repository with the appropriate branches. We document the process on the Chef Wiki.

(Substitude ‘ohai’ for ‘chef’)

Once your repository is set up, you can start working on the code. We do use BDD/TDD with RSpec, and soon Cucumber for integration/feature testing, so you’ll need to get those installed.

ENVIRONMENT:

In order to have a dev environment where you can work on Ohai, you’ll need to install a few additional gems after setting up the Git repository.

Install the following RubyGems.

  • rake

  • rspec

  • extlib

  • systemu

  • json

    gem install rake rspec extlib systemu json

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)

Spec Testing:

We use RSpec for unit/spec tests.

rake spec

Because ohai gathers system information, and we don’t know what kind of system we might be running on (yet), we’re moving away from specs for integration testing and to cucumber.

LINKS:

Source:

Tickets/Issues:

(Use the OHAI project)

Documentation:

LICENSE:

Ohai - system information application

Author

Adam Jacob (<[email protected]>)

Copyright

Copyright © 2008 Opscode, Inc.

License

Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

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

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

ohai's People

Contributors

adamhjk avatar btm avatar ctennis avatar danielsdeleo avatar dougm avatar dysinger avatar glensc avatar jacques avatar javmorin avatar josephholsten avatar kisoku avatar lamont-granquist avatar llaurent avatar marcparadise avatar martinisoft avatar mattray avatar mcquin avatar mdkent avatar meineerde avatar mvidner avatar prabhu-das avatar purp avatar sax avatar schisamo avatar stormsilver avatar tas50 avatar tfheen avatar thommay avatar williamsjj avatar zuazo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.