Add ipmitool to stx-ceilometer docker image

This update adds ipmitool to the DIST_PACKAGES list to the
ceilometer docker image directives files. This triggers
installation of the package, and its dependencies, during
the build of the stx-ceilometer docker image.

Change-Id: I25d450e58d052bfd774fe6b0a9225404e0143b5c
Story: 2003907
Task: 28186
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2018-11-30 12:54:29 -06:00
parent d336cb2c02
commit 3b11aaa52b
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ LABEL=stx-ceilometer
PROJECT=ceilometer
PROJECT_REPO=https://github.com/openstack/ceilometer.git
PIP_PACKAGES="pylint libvirt-python panko gnocchiclient"
DIST_PACKAGES="libvirt"
DIST_PACKAGES="libvirt ipmitool"

View File

@ -3,5 +3,5 @@ LABEL=stx-ceilometer
PROJECT=ceilometer
PROJECT_REPO=https://github.com/starlingx-staging/stx-ceilometer.git
PIP_PACKAGES="pylint libvirt-python panko gnocchiclient"
DIST_PACKAGES="libvirt"
DIST_PACKAGES="libvirt ipmitool"