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:
parent
d336cb2c02
commit
3b11aaa52b
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user