Support for Sensu has been dropped by CentOS/RHEL, and this was the main
consumer of these images.
This patch also marks opendaylight and mongodb images as deprecated on
the support matrix, as they have also been deprecated.
Change-Id: I4d7ef79df435b540137d1eb4058f8222baf17529
Cleanup requirement and set ignore_basepython_conflict = True
in tox to avoid python version conflict warning which going
to be error in future.
Change-Id: Ia749d558df33f475dfdbe7a1f9dfdb30aeba8da0
2020 came, everyone should be using Python 3 now.
As per the official python support timeline set forth
by the OpenStack TC [1], OpenStack Train (in our case,
kolla 9.x) is the last release that will support python2.7.
[1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
Related bug: https://bugs.launchpad.net/tripleo/+bug/1856678
Merging depends on TripleO team - once they move CI job to CentOS 8 we
can merge.
Implements: blueprint drop-py2-support
Change-Id: Ic459561ab6ab8c62993c044c7a82d887839da289
This change removes ceph* Dockerfiles and relevant kolla python
code bits.
Kolla-Ansible part has been removed, and K-A was the only consumer.
Change-Id: I9568261fdbbe4b9156d0e07c414ec911ca2e8557
Ie586b0f249e545877ab1dd156d08e1863cd479ba removed use of rpm packages so
it is time to disable building for non-x86 platforms.
Upstream provides own container images for several architectures.
Change-Id: I4778db57dae0953f5c7116105466c2830592b514
Neutron Mellanox agent image is a Neutron base image plus package:
python-networking-mlnx.
Ubuntu and Debian image bases when build type is binary
is not supported because of missing python-networking-mlnx package.
Change-Id: If57c34bd5c3aee3e5b1f1c7b3703fd544ce498da
UCA does not provide rally and the Ubuntu rally depends on python2
packages which conflict with python3 packages.
Change-Id: I36c1feaecf2e07e2d9fb8a7f42e899477eaabae4
Closes-bug: #1848295
Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.
[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
Change-Id: I6b8897472220e2f45ec3230be8d3f82adacc7c7e
* Created support matrix for x86_64 and aarch64
* Populated with buildable vs unbuildable images
* Populated with images tested by k-a marked by T
Change-Id: I3f71dafc5f50dfdd2c44a70ba3c294c9308ce3b1
Monasca now supports InfluxDB 1.7, the current version provided by
Kolla. We no longer need to build an old version for Monasca.
Depends-On: https://review.opendev.org/#/c/658330
Change-Id: I5a86405901139d643172835acb89f55b14bfedbf
The port of docker registry is conflict with keystone.
So we need to change port of docker registry.
Change-Id: If15c0caf76b5406f590b05030e43d65ca14c8788
Signed-off-by: pengdake <19921207pq@gmail.com>
This ensures we have version-specific references to other projects [1].
Note that this doesn't mean the URLs are actually valid - we need to do
more work (linkcheck?) here, but it's an improvement nonetheless.
[1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper
Change-Id: I7c979dacd89ebead404b751d596ba120b38f00f3
... or "what I wish existed when I first became PTL"
Some general improvements to the contributor guide, plus new sections
for PTL duties and release management.
Change-Id: Ib3c1c8179adb7ad8e10d5e0223232b7a734bde53
There's a regression[0] in bandit 1.6.0 which causes bandit to stop
respecting excluded directories, and our tests throw a bunch of
violations. Blacklist this version, but allow newer versions as there is
already a pull request[1] to fix it, and I expect it will be included in
the next release.
[0] https://github.com/PyCQA/bandit/issues/488
[1] https://github.com/PyCQA/bandit/pull/489
Change-Id: I4429614a57fb512fe2bfdf0686c3eff0adc2a2f4
RDO is currently working on python3 support for the next version of
CentOS/RHEL based systems. This package uses the distro_python3 flag
that was added as part of I4028991bad92c0e8e21066cc4173c06ce5eba393 to
use the python3 specific package names. This change only adds python3
package names for RHEL systems.
Conflicts-With: https://review.openstack.org/#/c/636457/
Change-Id: Iad6b70b433a0dd1b0f8ae6790fd280594517661a
Related-Blueprint: python3-support
Correcting and clarifying the documention for how to build OVS images
with DPDK support:
* The additional heading was confusing and the following sentence even
more so.
* Fixed the image name in the build command.
* Updated the OVS and DPDK version numbers to current stable versions.
Change-Id: Ib12be3da4f1fc14f1fed990a8abcdf87477a4e1b
A first shot at documenting the kolla image API. Not perfect but this
should at least provide a good overview for the projects that want to
consume kolla images.
Change-Id: I10943a050e4d21dfcdebb75084a26c12845d322b
Unfortunately Monasca currently requires an old version of InfluxDB.
Partially-Implements: blueprint monasca-containers
Change-Id: I09af763ef97efc786994c180562861fef96dcc14
Following by https://review.openstack.org/#/c/605097/
These were used by now-dead tooling. We can remove them.
Change-Id: I790a18b3a40c22ec94bc6f6dba656ba4db518cfe
The new openstack-tox-docs fails the doc8 test due to overlong lines.
Wrap them around.
Change-Id: I335be7fc37302d86d6b8d8182188623aa91542ba
Needed-By: https://review.openstack.org/595412