Includes the libvirt-python package upgrade as well. Note
that the generated package is now called python2-libvirt.
Story: 2003339
Task: 24377
Story: 2003396
Task: 24522
Depends-On: https://review.openstack.org/#/c/605230/
Change-Id: Iad2c521c2f2fc871589f793c5902555d3c3c41f4
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
Keep memcached package intact and customize memcached service file by
overwriting it from platform-util.
Story: 2002826
Task: 24548
Depends-On: https://review.openstack.org/600867
Change-Id: Ic18d7efc1ea5548dc6245c7e9658843bd8d557cf
Signed-off-by: Jack Ding <jack.ding@windriver.com>
The Mellanox Linux driver packages are being built but were not included
in the ISO image, therefore Mellanox NIC devices were not supported.
This update ensures these packages are included in the ISO image.
Story: 2003104
Task: 24541
Change-Id: I9b843a66bfd7285d6a28a443b7fb35aa8ebdceea
Signed-off-by: Matt Peters <matt.peters@windriver.com>
Currently compiling a new package and adding it
to the iso still requires a multi-git update because
image.inc is a single centralized file in the root git.
It would be better to allow a single git update to add
a package. Too allow this, image.inc must be split across
the git repos and the build tools must be changed to
read/merge those files to arrive at the final package list.
Current scheme is to name the image.inc files using this
schema.
${distro}_${build_target}_image_${build_type}.inc
distro = centos, ...
build_target = iso, guest ...
build_type = std, rt ...
Traditionally build_type=std is omitted from config files,
so we instread use ${distro}_${build_target}_image.inc.
Change-Id: Ic0d076b4537f6edbd0c058c0dab667fea68de647
Story: 2003447
Task: 24649
Depends-On: Ib39b8063e7759842ba15330c68503bfe2dea6e20
Signed-off-by: Scott Little <scott.little@windriver.com>