Since Kolla commit d2c8372e99, yum is configured to fail the docker
build if a specified package is missing. This causes our image build to
fail on openstack-base because we disable external repos and yum can
not find a package for Percona-Server-shared-56. This commit blacklists
it from the openstack-base image.
Change-Id: Iba8d018b36965b49535a743fcd34428b72f3b561
This patch adds a template_overrides file which can be
used to build Kolla packages that work with TripleO.
The intent is to use this for tripleo-ci, and as
a default for upcoming python-tripleoclient features
to build kolla images for TripleO.
This can also be consumed by downstreams like RDO to build
TripleO containers.
Change-Id: I4d6875990e3d40c537fec1c9493261d3086c1db1