Skip to content

Commit

Permalink
Merge pull request #644 from tas50/branding
Browse files Browse the repository at this point in the history
Opscode -> Chef in docs
  • Loading branch information
tas50 committed Nov 9, 2015
2 parents 3c679e1 + 4287cc8 commit c9787b9
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 75 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -241,4 +241,4 @@
* Normalize cloud attributes for Azure (OHAI-554)
* Capture FreeBSD osreldate for comparison purposes (OHAI-557)

http://www.getchef.com/blog/2014/04/09/release-chef-client-11-12-2/
http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/
81 changes: 40 additions & 41 deletions CONTRIBUTING.md
@@ -1,41 +1,39 @@
# Contributing to Chef
# Contributing to Ohai

We are glad you want to contribute to Chef!
We are glad you want to contribute to Ohai!

We utilize **Github Issues** for issue tracking and contributions. You can contribute in two ways:

1. Reporting an issue or making a feature request [here](#issues).
2. Adding features or fixing bugs yourself and contributing your code to Chef.
2. Adding features or fixing bugs yourself and contributing your code to Ohai.

## Contribution Process

We have a 3 step process that utilizes **Github Issues**:

1. Sign our
[Individual Contributor License Agreement (CLA)](https://secure.echosign.com/public/hostedForm?formid=PJIF5694K6L)
or [Corporate CLA](https://secure.echosign.com/public/hostedForm?formid=PIE6C7AX856) online once.
1. Sign or be added to an existing [Contributor License Agreement (CLA)](https://supermarket.chef.io/become-a-contributor).
2. Create a Github Pull Request.
3. Do [Code Review](#cr) with the **Chef Engineering Team** or **Chef Core Committers** on the pull request.

### <a name="pulls"></a> Chef Pull Requests
### <a name="pulls"></a> Ohai Pull Requests

Chef is built to last. We strive to ensure high quality throughout the Chef experience. In order to ensure
this, we require a couple of things for all pull requests to Chef:
Ohai is built to last. We strive to ensure high quality throughout the Ohai experience. In order to ensure
this, we require a couple of things for all pull requests to Ohai:

1. **Tests:** To ensure high quality code and protect against future regressions, we require all the
code in Chef to have at least unit test coverage. See the [spec/unit](https://github.com/opscode/chef/tree/master/spec/unit)
code in Ohai to have at least unit test coverage. See the [spec/unit](https://github.com/chef/ohai/tree/master/spec/unit)
directory for the existing tests and use ```bundle exec rake spec``` to run them.
2. **Green Travis Run:** We use [Travis CI](https://travis-ci.org/) in order to run our tests
continuously on all the pull requests. We require the Travis runs to succeed on every pull
request before being merged.

In addition to this it would be nice to include the description of the problem you are solving
with your change. You can use [Chef Issue Template](#issuetemplate) in the description section
with your change. You can use the [Issue Template](#issuetemplate) in the description section
of the pull request.

### <a name="cr"></a> Chef Code Review Process
### <a name="cr"></a>Code Review Process

The Chef Code Review process happens on Github pull requests. See
The code review process happens via Github pull requests. See
[this article](https://help.github.com/articles/using-pull-requests) if you're not
familiar with Github Pull Requests.

Expand All @@ -48,21 +46,21 @@ Once you a pull request, the **Chef Engineering Team** or **Chef Core Committers
and you will be included in `CHANGELOG.md`. Our goal is to have patches merged in 2 weeks
after they are marked to be merged.

If you would like to learn about when your code will be available in a release of Chef, read more about
[Chef Release Process](#release).
If you would like to learn about when your code will be available in a release of Ohai, read more about
the [Release Process](#release).

### Contributor License Agreement (CLA)
Licensing is very important to open source projects. It helps ensure the
software continues to be available under the terms that the author desired.

Chef uses [the Apache 2.0 license](https://github.com/opscode/chef/blob/master/LICENSE)
Chef uses [the Apache 2.0 license](https://github.com/chef/ohai/blob/master/LICENSE)
to strike a balance between open contribution and allowing you to use the
software however you would like to.

The license tells you what rights you have that are provided by the copyright holder.
It is important that the contributor fully understands what rights they are
licensing and agrees to them. Sometimes the copyright holder isn't the contributor,
most often when the contributor is doing work for a company.
such as when the contributor is doing work for a company.

To make a good faith effort to ensure these criteria are met, Chef requires an Individual CLA
or a Corporate CLA for contributions. This agreement helps ensure you are aware of the
Expand All @@ -73,10 +71,10 @@ To make a good faith effort to ensure these criteria are met, Chef requires an I
It only takes a few minutes to complete a CLA, and you retain the copyright to your contribution.

You can complete our
[Individual CLA](https://secure.echosign.com/public/hostedForm?formid=PJIF5694K6L) online.
[Individual CLA](https://supermarket.chef.io/icla-signatures/new) online.
If you're contributing on behalf of your employer and they retain the copyright for your works,
have your employer fill out our
[Corporate CLA](https://secure.echosign.com/public/hostedForm?formid=PIE6C7AX856) instead.
[Corporate CLA](https://supermarket.chef.io/ccla-signatures/new) instead.

### Chef Obvious Fix Policy

Expand All @@ -101,7 +99,7 @@ As a rule of thumb, changes are obvious fixes if they do not introduce any new f
```
------------------------------------------------------------------------
commit 370adb3f82d55d912b0cf9c1d1e99b132a8ed3b5
Author: danielsdeleo <dan@opscode.com>
Author: danielsdeleo <dan@chef.io>
Date: Wed Sep 18 11:44:40 2013 -0700
Fix typo in config file docs.
Expand All @@ -111,28 +109,28 @@ Date: Wed Sep 18 11:44:40 2013 -0700
------------------------------------------------------------------------
```

## <a name="issues"></a> Chef Issue Tracking
## <a name="issues"></a> Ohai Issue Tracking

Chef Issue Tracking is handled using Github Issues.
Ohai Issue Tracking is handled using Github Issues.

If you are familiar with Chef and know the component that is causing you a problem or if you
If you are familiar with Ohai and know the component that is causing you a problem or if you
have a feature request on a specific component you can file an issue in the corresponding
Github project. All of our Open Source Software can be found in our
[Github organization](https://github.com/opscode/).
[Github organization](https://github.com/chef/).

Otherwise you can file your issue in the [Chef project](https://github.com/opscode/chef/issues)
Otherwise you can file your issue in the [Ohai project](https://github.com/chef/ohai/issues)
and we will make sure it gets filed against the appropriate project.

In order to decrease the back and forth an issues and help us get to the bottom of them quickly
we use below issue template. You can copy paste this code into the issue you are opening and
In order to decrease the back and forth in issues, and to help us get to the bottom of them quickly
we use the below issue template. You can copy/paste this template into the issue you are opening and
edit it accordingly.

<a name="issuetemplate"></a>
```
### Version:
[Version of the project installed]
### Environment: [Details about the environment such as the Operating System, cookbook details, etc...]
### Environment: [Details about the environment such as the Operating System, cloud provider, etc...]
### Scenario:
[What you are trying to achieve and you can't?]
Expand All @@ -151,14 +149,14 @@ In order to decrease the back and forth an issues and help us get to the bottom
[What actually happens after the reproduction steps?]
```

## <a name="release"></a> Chef Release Cycles
## <a name="release"></a>Ohai Release Cycles

Our primary shipping vehicle is operating system specific packages that includes
all the requirements of Chef. We call these [Omnibus packages](https://github.com/opscode/omnibus-ruby)
all the requirements of Chef and Ohai. We call these [Omnibus packages](https://github.com/chef/omnibus)

We also release our software as gems to [Rubygems](http://rubygems.org/) but we strongly
recommend using Chef packages since they are the only combination of native libraries &
gems required by Chef that we test throughly.
We also release our software as gems to [Rubygems](https://rubygems.org/) but we strongly
recommend using the Chef packages, since they are the only combination of native libraries
and gems required by Ohai that we test throughly.

Our version numbering closely follows [Semantic Versioning](http://semver.org/) standard. Our
standard version numbers look like X.Y.Z which mean:
Expand All @@ -174,19 +172,20 @@ We frequently make `alpha` and `beta` releases with version numbers that look li
We do a `Minor` release approximately every 3 months and `Patch` releases on a when-needed
basis for regressions, significant bugs, and security issues.

Announcements of releases are available on [Chef Blog](http://www.getchef.com/blog) when they are
available.
Announcements of releases are available on [Chef Blog](https://www.chef.io/blog/) at the
time of release

## Chef Community

Chef is made possible by a strong community of developers and system administrators. If you have
any questions or if you would like to get involved in the Chef community you can check out:
Ohai is made possible by a strong community of developers and system administrators in the Chef
community. If you have any questions or if you would like to get involved in the community you
can check out:

* [chef](http://lists.opscode.com/sympa/info/chef) and [chef-dev](http://lists.opscode.com/sympa/info/chef-dev) mailing lists
* [chef](https://discourse.chef.io/) mailing list
* [\#chef](https://botbot.me/freenode/chef) and [\#chef-hacking](https://botbot.me/freenode/chef-hacking) IRC channels on irc.freenode.net

Also here are some additional pointers to some awesome Chef content:

* [Chef Docs](http://docs.opscode.com/)
* [Learn Chef](https://learnchef.opscode.com/)
* [Chef Inc](http://www.getchef.com/)
* [Chef Docs](https://docs.chef.io/)
* [Learn Chef](https://learn.chef.io/)
* [Chef Inc](https://www.chef.io/)
16 changes: 8 additions & 8 deletions NOTICE
Expand Up @@ -2,17 +2,17 @@
Ohai Notices
============

Developed at Opscode (http://www.opscode.com).
Developed at Chef (http://www.chef.io).

Contributors and Copyright holders:

* Copyright 2008-2009, Opscode <legal@opscode.com>
* Copyright 2008-2009, Adam Jacob <adam@opscode.com>
* Copyright 2008-2015, Chef <legal@chef.io>
* Copyright 2008-2015, Adam Jacob <adam@chef.io>
* Copyright 2008-2009, Ben Black <nostromo@gmail.com>
* Copyright 2008-2009, Ezra Zygmuntowicz <ezra@engineyard.com>
* Copyright 2009, Joe Williams <joe@joetify.com>
* Copyright 2009, Paul Nasrat <pnasrat@googlemail.com>

Parts of Ohai were taken from Chef, a configuration management system.

Ohai incorporates functionality from Open4 (http://www.codeforpeople.com/lib/ruby/open4/).
Expand All @@ -21,12 +21,12 @@ Ohai incorporates functionality from Open4 (http://www.codeforpeople.com/lib/rub
Chef Notices
============

Developed at Opscode (http://www.opscode.com).
Developed at Chef (http://www.chef.io).

Contributors and Copyright holders:

* Copyright 2008, Adam Jacob <adam@opscode.com>
* Copyright 2008-2015, Adam Jacob <adam@chef.io>
* Copyright 2008, Arjuna Christensen <aj@hjksolutions.com>
* Copyright 2008, Bryan McLellan <btm@loftninjas.org>
* Copyright 2008-2015, Bryan McLellan <btm@loftninjas.org>
* Copyright 2008, Ezra Zygmuntowicz <ezra@engineyard.com>

44 changes: 22 additions & 22 deletions OHAI_MVPS.md
Expand Up @@ -12,26 +12,26 @@ The [MVP list](https://github.com/opscode/chef/blob/master/CHEF_MVPS.md) is kept

| Release | Date | MVP |
|---------|------|-----|
| [Ohai 6.20.0](https://www.getchef.com/blog/2013/10/31/release-chef-client-11-8-0-ohai-6-20-0/) | 2013-10-31 | Paul Rossman |
| [Ohai 6.18.0](http://www.opscode.com/blog/2013/07/23/chef-client-11-6-0-ohai-6-18-0-and-more/) | 2013-07-19 | Joseph Anthony Pasquale Holsten |
| [Ohai 6.16.0](http://www.opscode.com/blog/2013/01/17/ohai-6-16-0-released/) | 2013-01-17 | Sascha Bates |
| [Ohai 6.14.0](http://www.opscode.com/blog/2012/05/30/ohai-6-14-0-released/) | 2012-05-30 | Laurent Désarmes, Eric Hankins |
| [Ohai 0.6.12](http://www.opscode.com/blog/2012/03/22/ohai-0-6-12-released/) | 2012-03-22 | Caleb Tennis |
| [Ohai 0.6.10](http://www.opscode.com/blog/2011/10/23/ohai-0-6-10-released/) | 2011-10-23 | Nicolas Szalay, James Brinkerhoff |
| [Ohai 0.6.8](http://www.opscode.com/blog/2011/10/05/ohai-0-6-8-released/) | 2011-10-05 | Bryan W. Berry |
| [Ohai 0.6.6](http://www.opscode.com/blog/2011/10/03/ohai-0-6-6-released/) | 2011-10-03 | Jason J. W. Williams |
| [Ohai 0.6.4](http://www.opscode.com/blog/2011/04/28/ohai-0-6-4-released/) | 2011-04-28 | Josh Pasqualetto |
| [Ohai 0.6.2](http://www.opscode.com/blog/2011/04/14/ohai-0-6-2-bugfix-release/) | 2011-04-14 | Doug MacEachern |
| [Ohai 0.6.0](http://www.opscode.com/blog/2011/04/13/ohai-0-6-0-released-2/) | 2011-04-13 | Kurt Yoder |
| [Ohai 0.5.8](http://www.opscode.com/blog/2010/10/19/chef-0-9-10-ohai-0-5-8-and-mixliblog-1-2-0-released/) | 2010-10-19 | Toomas Pelberg, Tommy Bishop |
| [Ohai 0.5.6](http://www.opscode.com/blog/2010/06/21/chef-0-9-0-and-ohai-0-5-6-released/) | 2010-06-21 | Doug MacEachern |
| [Ohai 0.5.4](http://www.opscode.com/blog/2010/05/11/chef-0-8-16-and-ohai-0-5-4-release/) | 2010-05-11 | Doug MacEachern |
| [Ohai 0.5.0](http://www.opscode.com/blog/2010/03/04/ohai-0-5-0-release/) | 2010-03-04 | Tollef Fog Heen |
| [Ohai 0.4.0](http://www.opscode.com/blog/2010/02/28/ohai-0-4-0-release/) | 2010-02-28 | Mark Giammarco, Jan Zimmek |
| [Ohai 0.3.6](http://www.opscode.com/blog/2009/10/26/chef-0-7-14-ohai-0-3-6-releases/) | 2009-10-16 | Thom May |
| [Ohai 0.3.4](http://www.opscode.com/blog/2009/10/06/chef-0-7-12rc0-ohai-0-3-4rc0-releases/) | 2009-10-06 | Diego Algorta |
| [Ohai 0.3.2](http://www.opscode.com/blog/2009/07/13/ohai-0-3-2-release/) | 2009-07-13 | James Gartrell |
| [Ohai 0.3.0](http://www.opscode.com/blog/2009/06/18/ohai-0-3-0-release/) | 2009-06-18 | Bryan McLellan |
| [Ohai 0.2.0](http://www.opscode.com/blog/2009/03/06/ohai-0-2-0/) | 2009-03-06 | Thom May |
| [Ohai 0.1.4](http://www.opscode.com/blog/2009/02/01/chef-0-5-2-and-ohai-0-1-4/) | 2009-02-01 | Bryan McLellan |
| [Ohai 6.20.0](https://www.chef.io/blog/2013/10/31/release-chef-client-11-8-0-ohai-6-20-0/) | 2013-10-31 | Paul Rossman |
| [Ohai 6.18.0](http://www.chef.io/blog/2013/07/23/chef-client-11-6-0-ohai-6-18-0-and-more/) | 2013-07-19 | Joseph Anthony Pasquale Holsten |
| [Ohai 6.16.0](http://www.chef.io/blog/2013/01/17/ohai-6-16-0-released/) | 2013-01-17 | Sascha Bates |
| [Ohai 6.14.0](http://www.chef.io/blog/2012/05/30/ohai-6-14-0-released/) | 2012-05-30 | Laurent Désarmes, Eric Hankins |
| [Ohai 0.6.12](http://www.chef.io/blog/2012/03/22/ohai-0-6-12-released/) | 2012-03-22 | Caleb Tennis |
| [Ohai 0.6.10](http://www.chef.io/blog/2011/10/23/ohai-0-6-10-released/) | 2011-10-23 | Nicolas Szalay, James Brinkerhoff |
| [Ohai 0.6.8](http://www.chef.io/blog/2011/10/05/ohai-0-6-8-released/) | 2011-10-05 | Bryan W. Berry |
| [Ohai 0.6.6](http://www.chef.io/blog/2011/10/03/ohai-0-6-6-released/) | 2011-10-03 | Jason J. W. Williams |
| [Ohai 0.6.4](http://www.chef.io/blog/2011/04/28/ohai-0-6-4-released/) | 2011-04-28 | Josh Pasqualetto |
| [Ohai 0.6.2](http://www.chef.io/blog/2011/04/14/ohai-0-6-2-bugfix-release/) | 2011-04-14 | Doug MacEachern |
| [Ohai 0.6.0](http://www.chef.io/blog/2011/04/13/ohai-0-6-0-released-2/) | 2011-04-13 | Kurt Yoder |
| [Ohai 0.5.8](http://www.chef.io/blog/2010/10/19/chef-0-9-10-ohai-0-5-8-and-mixliblog-1-2-0-released/) | 2010-10-19 | Toomas Pelberg, Tommy Bishop |
| [Ohai 0.5.6](http://www.chef.io/blog/2010/06/21/chef-0-9-0-and-ohai-0-5-6-released/) | 2010-06-21 | Doug MacEachern |
| [Ohai 0.5.4](http://www.chef.io/blog/2010/05/11/chef-0-8-16-and-ohai-0-5-4-release/) | 2010-05-11 | Doug MacEachern |
| [Ohai 0.5.0](http://www.chef.io/blog/2010/03/04/ohai-0-5-0-release/) | 2010-03-04 | Tollef Fog Heen |
| [Ohai 0.4.0](http://www.chef.io/blog/2010/02/28/ohai-0-4-0-release/) | 2010-02-28 | Mark Giammarco, Jan Zimmek |
| [Ohai 0.3.6](http://www.chef.io/blog/2009/10/26/chef-0-7-14-ohai-0-3-6-releases/) | 2009-10-16 | Thom May |
| [Ohai 0.3.4](http://www.chef.io/blog/2009/10/06/chef-0-7-12rc0-ohai-0-3-4rc0-releases/) | 2009-10-06 | Diego Algorta |
| [Ohai 0.3.2](http://www.chef.io/blog/2009/07/13/ohai-0-3-2-release/) | 2009-07-13 | James Gartrell |
| [Ohai 0.3.0](http://www.chef.io/blog/2009/06/18/ohai-0-3-0-release/) | 2009-06-18 | Bryan McLellan |
| [Ohai 0.2.0](http://www.chef.io/blog/2009/03/06/ohai-0-2-0/) | 2009-03-06 | Thom May |
| [Ohai 0.1.4](http://www.chef.io/blog/2009/02/01/chef-0-5-2-and-ohai-0-1-4/) | 2009-02-01 | Bryan McLellan |

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -16,8 +16,8 @@ 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:

* General documentation: http://docs.chef.io/ohai.html
* Custom plugin documentation: http://docs.chef.io/ohai_custom.html
* General documentation: https://docs.chef.io/ohai.html
* Custom plugin documentation: https://docs.chef.io/ohai_custom.html

# DEVELOPMENT:

Expand Down Expand Up @@ -67,7 +67,7 @@ Ohai has some Rake tasks for doing various things.

Source:

* http://github.com/chef/ohai/tree/master
* https://github.com/chef/ohai/tree/master

Issues:

Expand Down

0 comments on commit c9787b9

Please sign in to comment.