Install more packages with DIB

Eventually we don't want to be running puppet to create nodepool images.
This patch adds all the packages that were declared as puppet package
resources in openstack_project::template[1] to the infra-package-needs
element so that they will exist on the image with our without puppet
managing them.

[1] http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/template.pp#n167

Change-Id: Ie1a0aba57390c9c0b269b4cbb076090ae1de73a9
This commit is contained in:
Colleen Murphy 2017-03-25 18:39:33 +01:00 committed by Colleen Murphy
parent 8da5b39e57
commit 598eeda522
2 changed files with 14 additions and 0 deletions

View File

@ -8,3 +8,15 @@ uuid-runtime:
traceroute:
ntpdate:
gentoolkit:
at:
lvm2:
strace:
tcpdump:
rsyslog:
git:
rsync:
parted:
puppet:
wget:
iputils-ping:
dnsutils:

View File

@ -16,6 +16,8 @@
"redhat": {
"cron": "cronie",
"build-essential": "glibc-devel gcc make",
"dnsutils": "bind-utils",
"iputils-ping": "iputils",
"python-dev": "python-devel",
"python3-dev": "",
"uuid-runtime": ""