Merge "Migrate to new package-installs"

This commit is contained in:
Jenkins 2014-12-10 05:44:45 +00:00 committed by Gerrit Code Review
commit 5de977e575
20 changed files with 34 additions and 28 deletions

View File

@ -0,0 +1 @@
tgt:

View File

@ -0,0 +1,2 @@
curl:
tgt:

View File

@ -0,0 +1 @@
kexec-tools:

View File

@ -1,2 +0,0 @@
dracut-network
patch

View File

@ -0,0 +1,2 @@
dracut-network:
patch:

View File

@ -1,13 +1,13 @@
# On a fresh Fedora 18 install you might have to update audit in order to
# fix a conflict with a file from the glibc package.
# https://bugzilla.redhat.com/show_bug.cgi?id=894307
audit
audit:
# The version of openssl shipped in the fedora cloud image is no longer
# compatible with new python environments installed by virtualenv, so we need
# to update it first.
# See https://bugs.launchpad.net/diskimage-builder/+bug/1254879
openssl
openssl:
# FIXME: To avoid conflict between the pyOpenSSL installed via python-pip
# and pyOpenSSL installed via yum, we are going to sort it out installing
@ -17,8 +17,8 @@ openssl
# dependency of the python-paste package needed for the heat element,
# this seems to be conflicting and causing the image building process to
# fail. The problem is hapenning on a Fedora 18 system.
python-pyopenssl
python-pyopenssl:
# Workaround for:
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
vim-minimal
vim-minimal:

View File

@ -0,0 +1 @@
hwinfo:

View File

@ -1,6 +1,6 @@
# sudo is not included by default.
sudo
sudo:
# install kernel package needed by dkms.
kernel-devel
kernel-devel:
# lsb-release is not included by default.
lsb-release
lsb-release:

View File

@ -1,6 +0,0 @@
# Install any packages in this file that may not be in the base cloud
# image but could reasonably be expected
lsof
tcpdump
traceroute
which

View File

@ -0,0 +1,16 @@
# Install any packages in this file that may not be in the base cloud
# image but could reasonably be expected
lsof:
tcpdump:
traceroute:
which:
gettext:
phase: pre-install.d
grub2-tools:
phase: pre-install.d
os-prober:
phase: pre-install.d
redhat-lsb-core:
phase: pre-install.d
system-logos:
phase: pre-install.d

View File

@ -1,5 +0,0 @@
gettext
grub2-tools
os-prober
redhat-lsb-core
system-logos

View File

@ -2,4 +2,4 @@
# if you are doing pip install on a git cloned directoy, because this
# looks to be a fairly common pattern it makes sense to have git on the
# target image
git
git:

View File

@ -0,0 +1 @@
biosdevname:

View File

@ -0,0 +1,2 @@
PyYAML:
phase: pre-install.d