StarlingX Integration and packaging
a7760b40a2
This commit updates the iproute package from 4.11.0-14 shipped with CentOS 7.6.1810 (i.e., StarlingX baseline) to 5.9.0-4 shipped with CentOS 8.4.2105, because the former version does not support the "seg6" and "seg6local" encapsulation types (used for segment-based routing via the "ip route" command). Segment-based routing capability was requested by a user, and the shortcomings of the pre-existing version of iproute package were noticed when attempting to test the seg6 encapsulation type with a v5.10-based kernel. Note that it was not possible to re-use CentOS 8.4.2105's binary RPM package on StarlingX, due to the fact that StarlingX's CentOS 7.6.1810 baseline ships with glibc-2.17, whereas the CentOS 8.4.2105 iproute package depends on glibc-2.27. This requires StarlingX to rebuild the RPM package. Verification: - Installation and bootstrap of an All-in-One simplex system has been carried out with this commit as an overall regression test. - The iproute package's git repository was also browsed for potentially non-backwards-compatible changes by searching for keywords "backward" and "compat" in the git commit history between versions 4.11.0 and 5.9.0 using "git log -i --grep". Story: 2008921 Task: 43663 Depends-On: I5e272dc59b8b69611474706c165644a8dd5d7f52 Signed-off-by: M. Vefa Bicakci <vefa.bicakci@windriver.com> Change-Id: I6de9659dfec830f954661a0b0f82e69dc9637a5d |
||
---|---|---|
base | ||
bmc/Redfishtool | ||
ceph/ceph | ||
config | ||
database | ||
devstack | ||
doc | ||
docker/python-docker/centos | ||
filesystem | ||
gpu/gpu-operator | ||
grub | ||
kubernetes | ||
ldap | ||
logging/logrotate/centos | ||
networking | ||
python | ||
releasenotes | ||
requests-toolbelt | ||
security | ||
storage-drivers | ||
tools | ||
virt | ||
.gitignore | ||
.gitreview | ||
.yamllint | ||
.zuul.yaml | ||
bindep.txt | ||
centos_build_layer.cfg | ||
centos_extra_downloads.lst | ||
centos_guest_image_rt.inc | ||
centos_guest_image.inc | ||
centos_iso_image.inc | ||
centos_pkg_dirs | ||
centos_pkg_dirs_installer | ||
centos_pkg_dirs_rt | ||
centos_srpms_3rdparties.lst | ||
centos_srpms_centos.lst | ||
centos_stable_docker_images.inc | ||
centos_stable_wheels.inc | ||
centos_tarball-dl.lst | ||
CONTRIBUTORS.wrs | ||
debian_build_layer.cfg | ||
debian_pkg_dirs | ||
distroless_stable_docker_images.inc | ||
LICENSE | ||
pylint.rc | ||
README.rst | ||
test-requirements.txt | ||
tox.ini |
integ
StarlingX Integration