cookbook 'yum-amazon', '= 0.1.5'
yum-amazon
(24) Versions
0.1.5
-
Follow6
Installs and configures the Amazon linux yum repository
cookbook 'yum-amazon', '= 0.1.5', :supermarket
knife supermarket install yum-amazon
knife supermarket download yum-amazon
yum-amazon Cookbook
The yum-amazon cookbook takes over management of the default
repositoryids that ship with Amazon Linux systems. It allows attribute
manipulation of amzn-main
, amzn-main-debuginfo
, amzn-nosrc
,
amzn-updates
, amzn-updates-debuginfo
, amzn-preview
, and amzn-preview-debuginfo
Requirements
- Chef 11 or higher
- yum cookbook version 3.0.0 or higher
Attributes
The following attributes are set by default
default['yum']['amzn-main']['description'] = 'amzn-main-Base' default['yum']['amzn-main']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/main/mirror.list' default['yum']['amzn-main']['mirror_expire'] = '300' default['yum']['amzn-main']['metadata_expire'] = '300' default['yum']['amzn-main']['priority'] = '10' default['yum']['amzn-main']['failovermethod'] = 'priority' default['yum']['amzn-main']['fastestmirror_enabled'] = false default['yum']['amzn-main']['gpgcheck'] = true default['yum']['amzn-main']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-main']['enabled'] = true default['yum']['amzn-main']['max_retries'] = '5' default['yum']['amzn-main']['timeout'] = '10' default['yum']['amzn-main']['report_instanceid'] = true
default['yum']['amzn-main-debuginfo']['repositoryid'] = 'amzn-main-debuginfo' default['yum']['amzn-main-debuginfo']['description'] = 'amzn-main-debuginfo' default['yum']['amzn-main-debuginfo']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/main/debuginfo/mirror.list' default['yum']['amzn-main-debuginfo']['mirror_expire'] = '300' default['yum']['amzn-main-debuginfo']['metadata_expire'] = '300' default['yum']['amzn-main-debuginfo']['priority'] = '10' default['yum']['amzn-main-debuginfo']['failovermethod'] = 'priority' default['yum']['amzn-main-debuginfo']['fastestmirror_enabled'] = false default['yum']['amzn-main-debuginfo']['gpgcheck'] = true default['yum']['amzn-main-debuginfo']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-main-debuginfo']['enabled'] = true default['yum']['amzn-main-debuginfo']['max_retries'] = '5' default['yum']['amzn-main-debuginfo']['timeout'] = '10' default['yum']['amzn-main-debuginfo']['report_instanceid'] = true
default['yum']['amzn-nosrc']['repositoryid'] = 'amzn-nosrc' default['yum']['amzn-nosrc']['description'] = 'amzn-nosrc-Base' default['yum']['amzn-nosrc']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/nosrc/mirror.list' default['yum']['amzn-nosrc']['mirror_expire'] = '300' default['yum']['amzn-nosrc']['metadata_expire'] = '300' default['yum']['amzn-nosrc']['priority'] = '10' default['yum']['amzn-nosrc']['failovermethod'] = 'priority' default['yum']['amzn-nosrc']['fastestmirror_enabled'] = false default['yum']['amzn-nosrc']['gpgcheck'] = false default['yum']['amzn-nosrc']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-nosrc']['enabled'] = false default['yum']['amzn-nosrc']['max_retries'] = '5' default['yum']['amzn-nosrc']['timeout'] = '10' default['yum']['amzn-nosrc']['report_instanceid'] = true
default['yum']['amzn-updates']['repositoryid'] = 'amzn-updates' default['yum']['amzn-updates']['description'] = 'amzn-updates-Base' default['yum']['amzn-updates']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/updates/mirror.list' default['yum']['amzn-updates']['mirror_expire'] = '300' default['yum']['amzn-updates']['metadata_expire'] = '300' default['yum']['amzn-updates']['priority'] = '10' default['yum']['amzn-updates']['failovermethod'] = 'priority' default['yum']['amzn-updates']['fastestmirror_enabled'] = false default['yum']['amzn-updates']['gpgcheck'] = true default['yum']['amzn-updates']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-updates']['enabled'] = true default['yum']['amzn-updates']['max_retries'] = '5' default['yum']['amzn-updates']['timeout'] = '10' default['yum']['amzn-updates']['report_instanceid'] = true
default['yum']['amzn-updates-debuginfo']['repositoryid'] = 'amzn-updates-debuginfo' default['yum']['amzn-updates-debuginfo']['description'] = 'amzn-updates-Base' default['yum']['amzn-updates-debuginfo']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/updates/debuginfo/mirror.list' default['yum']['amzn-updates-debuginfo']['mirror_expire'] = '300' default['yum']['amzn-updates-debuginfo']['metadata_expire'] = '300' default['yum']['amzn-updates-debuginfo']['priority'] = '10' default['yum']['amzn-updates-debuginfo']['failovermethod'] = 'priority' default['yum']['amzn-updates-debuginfo']['fastestmirror_enabled'] = false default['yum']['amzn-updates-debuginfo']['gpgcheck'] = true default['yum']['amzn-updates-debuginfo']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-updates-debuginfo']['enabled'] = true default['yum']['amzn-updates-debuginfo']['max_retries'] = '5' default['yum']['amzn-updates-debuginfo']['timeout'] = '10' default['yum']['amzn-updates-debuginfo']['report_instanceid'] = true
default['yum']['amzn-preview']['repositoryid'] = 'amzn-preview' default['yum']['amzn-preview']['description'] = 'amzn-preview-Base' default['yum']['amzn-preview']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/preview/mirror.list' default['yum']['amzn-preview']['mirror_expire'] = '300' default['yum']['amzn-preview']['metadata_expire'] = '300' default['yum']['amzn-preview']['priority'] = '10' default['yum']['amzn-preview']['failovermethod'] = 'priority' default['yum']['amzn-preview']['fastestmirror_enabled'] = false default['yum']['amzn-preview']['gpgcheck'] = true default['yum']['amzn-preview']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-preview']['enabled'] = false default['yum']['amzn-preview']['max_retries'] = '5' default['yum']['amzn-preview']['timeout'] = '10' default['yum']['amzn-preview']['report_instanceid'] = true
default['yum']['amzn-preview-debuginfo']['repositoryid'] = 'amzn-preview-debuginfo' default['yum']['amzn-preview-debuginfo']['description'] = 'amzn-preview-Base' default['yum']['amzn-preview-debuginfo']['mirrorlist'] = 'http://repo.us-east-1.amazonaws.com/$releasever/preview/debuginfo/mirror.list' default['yum']['amzn-preview-debuginfo']['mirror_expire'] = '300' default['yum']['amzn-preview-debuginfo']['metadata_expire'] = '300' default['yum']['amzn-preview-debuginfo']['priority'] = '10' default['yum']['amzn-preview-debuginfo']['failovermethod'] = 'priority' default['yum']['amzn-preview-debuginfo']['fastestmirror_enabled'] = false default['yum']['amzn-preview-debuginfo']['gpgcheck'] = true default['yum']['amzn-preview-debuginfo']['gpgkey'] = 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' default['yum']['amzn-preview-debuginfo']['enabled'] = true default['yum']['amzn-preview-debuginfo']['max_retries'] = '5' default['yum']['amzn-preview-debuginfo']['timeout'] = '10' default['yum']['amzn-preview-debuginfo']['report_instanceid'] = true
Recipes
- default - Walks through node attributes and feeds a yum_resource parameters. The following is an example a resource generated by the recipe during compilation.
yum_repository 'amzn-main' do mirrorlist 'http://repo.us-east-1.amazonaws.com/$releasever/main/mirror.list' description 'amzn-main-Base' enabled true gpgcheck true gpgkey 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-ga' end
Usage Example
To disable the amzn-updates repository through a Role or Environment definition
default_attributes(
:yum => {
:amzn-updates => {
:enabled => {
false
}
}
}
)
To enable the amzn-preview repository with a wrapper cookbook, place
the following in a recipe:
node.default['yum']['amzn-preview']['enabled'] = true
include_recipe 'yum-amazon'
More Examples
Point the base and updates repositories at an internally hosted server.
node.default['yum']['amzn-main']['enabled'] = true
node.default['yum']['amzn-main']['mirrorlist'] = nil
node.default['yum']['amzn-main']['baseurl'] = 'https://internal.example.com/amzn-main/os/x86_64'
node.default['yum']['amzn-main']['sslverify'] = false
include_recipe 'yum-amazon'
License & Authors
- Author:: Sean OMeara (someara@opscode.com)
Copyright:: 2011-2013 Opscode, Inc. 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.
yum-amazon Cookbook CHANGELOG
This file is used to list changes made in each version of the yum-amazon cookbook.
v0.1.5
- Guarding against running outside ec2
v0.1.4
Adding CHANGELOG.md
v0.1.0
initial release
Foodcritic Metric
0.1.5 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/b9f4d3caa3664581223da95b/yum-amazon/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/b9f4d3caa3664581223da95b/yum-amazon/metadata.rb:1
0.1.5 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/b9f4d3caa3664581223da95b/yum-amazon/metadata.rb:1