cookbook 'icinga2repo', '~> 1.0.0'
icinga2repo (1) Versions 1.0.0 Follow2
Installs/Configures Icinga2 Packages Repository
cookbook 'icinga2repo', '~> 1.0.0', :supermarket
knife supermarket install icinga2repo
knife supermarket download icinga2repo
icinga2repo Cookbook
This is a Chef cookbook to manage Icinga2 YUM/APT Repository.
For Production environment, always prefer the most recent release.
Most Recent Release
cookbook 'icinga2repo', '~> 1.0.0'
From Git
cookbook 'icinga2repo', github: 'Icinga/chef-icinga2repo', tag: 'v1.0.0'
Repository
https://github.com/Icinga/icinga2repo
Supported OS
- Amazon Linux
- CentOS
- Ubuntu
- Debian
Supported Chef
- Chef 12
- Chef 13
Cookbook Dependency
- apt
- yum
Recipes
icinga2repo::apt
- configure icinga2 apt repositoryicinga2repo::yum
- configure icinga2 yum repositoryicinga2repo::default
- configure platform specific icinga2 repository
YUM Repository Attributes
default['icinga2repo']['release']['yum']['description']
(default:icinga2-release
): yum repository attributedefault['icinga2repo']['release']['yum']['gpgcheck']
(default:true
): yum repository attributedefault['icinga2repo']['release']['yum']['enabled']
(default:true
): yum repository attributedefault['icinga2repo']['release']['yum']['baseurl']
(default:calculated
): yum repository attributedefault['icinga2repo']['release']['yum']['gpgkey']
(default:http://packages.icinga.com/icinga.key
): yum repository attributedefault['icinga2repo']['release']['yum']['mirrorlist']
(default:nil
): yum repository attributedefault['icinga2repo']['release']['yum']['metadata_expire']
(default:3h
): yum repository attributedefault['icinga2repo']['release']['yum']['action']
(default::create
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['description']
(default:icinga2-release
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['gpgcheck']
(default:true
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['enabled']
(default:true
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['baseurl']
(default:calculated
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['gpgkey']
(default:http://packages.icinga.com/icinga.key
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['mirrorlist']
(default:nil
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['metadata_expire']
(default:3h
): yum repository attributedefault['icinga2repo']['snapshot']['yum']['action']
(default::create
): yum repository attribute
APT Repository Attributes
default['icinga2repo']['release']['apt']['description']
(default:icinga2-release
): apt repository attributedefault['icinga2repo']['release']['apt']['components']
(default:['main']
): apt repository attributedefault['icinga2repo']['release']['apt']['uri']
(default:calculated
): apt repository attributedefault['icinga2repo']['release']['apt']['key']
(default:http://packages.icinga.com/icinga.key
): apt repository attributedefault['icinga2repo']['release']['apt']['keyserver']
(default:keyserver.ubuntu.com
): apt repository attributedefault['icinga2repo']['release']['apt']['distribution']
(default:calculated
): apt repository attributedefault['icinga2repo']['release']['apt']['action']
(default::add
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['description']
(default:icinga2-release
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['components']
(default:['main']
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['uri']
(default:calculated
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['key']
(default:http://packages.icinga.com/icinga.key
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['keyserver']
(default:keyserver.ubuntu.com
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['distribution']
(default:calculated
): apt repository attributedefault['icinga2repo']['snapshot']['apt']['action']
(default::add
): apt repository attribute
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests (
rake & rake knife
), ensuring they all pass - Write new resource/attribute description to
README.md
- Write description about changes to PR
- Submit a Pull Request using Github
Copyright & License
Authors:: Virender Khatri and Contributors
<pre>
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.
</pre>
icinga2repo CHANGELOG
1.0.0
- Virender Khatri - first commit
Collaborator Number Metric
1.0.0 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 failed this metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 passed this metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 failed this metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number