Merge "Add element to handle generic package installs"

This commit is contained in:
Jenkins 2016-03-17 20:38:33 +00:00 committed by Gerrit Code Review
commit 5eeb126327
5 changed files with 31 additions and 3 deletions

View File

@ -0,0 +1 @@
package-installs

View File

@ -0,0 +1,8 @@
coreutils:
cron:
util-linux:
openssh-server:
build-essential:
python-dev:
python3-dev:
uuid-runtime:

View File

@ -0,0 +1,16 @@
{
"distro": {
"fedora": {
"python3-dev": "python3-devel"
}
},
"family": {
"redhat": {
"cron": "cronie",
"build-essential": "glibc-devel gcc make",
"python-dev": "python-devel",
"python3-dev": "",
"uuid-runtime": ""
}
}
}

View File

@ -1,3 +0,0 @@
build-essential:
python-dev:
python3-dev:

View File

@ -615,6 +615,7 @@ diskimages:
- node-devstack
- cache-bindep
- growroot
- infra-package-needs
release: jessie
env-vars:
TMPDIR: /opt/dib_tmp
@ -631,6 +632,7 @@ diskimages:
- node-devstack
- cache-bindep
- growroot
- infra-package-needs
release: trusty
env-vars:
TMPDIR: /opt/dib_tmp
@ -645,6 +647,7 @@ diskimages:
- nodepool-base
- node-devstack
- cache-bindep
- infra-package-needs
release: trusty
env-vars:
TMPDIR: /opt/dib_tmp
@ -660,6 +663,7 @@ diskimages:
- nodepool-base
- node-devstack
- cache-bindep
- infra-package-needs
env-vars:
TMPDIR: /opt/dib_tmp
DIB_IMAGE_CACHE: /opt/dib_cache
@ -675,6 +679,7 @@ diskimages:
- puppet
- cache-bindep
- growroot
- infra-package-needs
env-vars:
TMPDIR: /opt/dib_tmp
DIB_IMAGE_CACHE: /opt/dib_cache
@ -690,6 +695,7 @@ diskimages:
- puppet
- cache-bindep
- growroot
- infra-package-needs
release: 23
env-vars:
TMPDIR: /opt/dib_tmp