- Dec 16, 2020
- Dec 15, 2020
- Dec 14, 2020
-
-
Zuul authored
-
Mark Goddard authored
This reverts commit 9cae59be. Reason for revert: This patch was found to introduce issues with fluentd customisation. The underlying issue is not currently fully understood, but could be a sign of other obscure issues. Change-Id: Ia4859c23d85699621a3b734d6cedb70225576dfc Closes-Bug: #1906288
-
- Dec 11, 2020
-
-
Adrian Andreias authored
Python virtual environment creation fails on a fresh system if python3-venv is not installed (Debian/Ubuntu). Installation instructions used to be in the Quick Start guide, but were removed in kolla-ansible/+/735894 Change-Id: I867322ee43d509fe46b6afba9216586515fee0d5
-
likui authored
so that it matches what is tested otherwise. Change-Id: I4eef9f89f1cd262ca2a96c20079756f5f1499ad3
-
Zuul authored
-
- Dec 10, 2020
-
-
Radosław Piliszek authored
We agreed that, due to DockerHub pull limits, it is more appropriate to spend pull credits on real reviews than these extra periodic runs. This also makes us more lightweight on CI in general. Change-Id: I5c2ee0042e9e07108a8177983fbf5fc6bb8163f0
-
Mark Goddard authored
Mariadb recovery fails if a cluster has previously been deployed, but any of the mariadb containers do not exist. Steps to reproduce ================== * Deploy a mariadb galera cluster * Remove the mariadb container from at least one host (docker rm -f mariadb) * Run kolla-ansible mariadb_recovery Expected results ================ The cluster is recovered, and a new container deployed where necessary. Actual results ============== The task 'Stop MariaDB containers' fails on any host where the container does not exist. Solution ======== This change fixes the issue by using the 'ignore_missing' flag for kolla_docker with the stop_container action. This means the task does not fail when the container does not exist. It is also necessary to swap some 'docker cp' commands for 'cp' on the host, using the path to the volume. Closes-Bug: #1907658 Change-Id: Ibd4a6adeb8443e12c45cbab65f501392ffb16fc7
-
- Dec 09, 2020
-
-
Mark Goddard authored
The 'prechecks : Checking Docker version' task previously failed with Docker 20.10.0. The regex used to parse the version was returning 0.10.0, which is not above the minimum. The previous version of 19.x would have been parsed as 9.x, which is above the minimum. This change fixes the issue by matching the beginning and end of the version using \b. Depends-On: https://review.opendev.org/766183 Change-Id: I2a23eea7effb5b9a5e73361bcd48bd2e16d1569c Closes-Bug: 1907436
-
- Dec 08, 2020
-
-
douyali authored
Change-Id: I94005edeb95282619770b3310af8e6c5811bf8d8
-
- Dec 06, 2020
-
-
Radosław Piliszek authored
Change-Id: I7970c5b02f178fd8fb35c984117f6bc848353a5b Closes-Bug: #1906944
-
- Dec 04, 2020
-
-
Bartosz Bezak authored
Those loglevels can build up over time and create unnecessary high metrics cardinality. Change-Id: Ib1a03772d0bd58758430b37b4f2f67126cf86fa3 Closes-bug: #1906796
-
- Dec 01, 2020
-
-
Zuul authored
-
- Nov 24, 2020
- Nov 23, 2020
-
-
Mark Goddard authored
Currently just covers deployment of Magnum. Usage information may be added in future. Change-Id: I3c1594c73be8e6805f80d51aad2343c084650bc2
-
wu.chunyang authored
set_available_variables is being deprecated. Use "@available_variables.setter" instead. Refer to: https://fossies.org/linux/ansible/lib/ansible/template/__init__.py Change-Id: I874318f78043d21d2aeebe4e0c35a304b5c94029
-
LinPeiWen authored
The two parameters "manila_glusterfs_volume_pattern" and "manila_glusterfs_mount_point_base" do not require default Change-Id: I58e7cdf1193900be54c136caabe6e41cedf5a932
-
- Nov 20, 2020
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
This file is for kolla images. Change-Id: I2c1a21790b65cf6537380d576c0abb4d16bd369b
-
likui authored
* Use 'apt install' command instead of legacy 'apt-get' Change-Id: Idae8d325bce354fa3b4c5be412965122af8f1413
-
- Nov 19, 2020
-
-
Victor Chembaev authored
Change-Id: I1ff4cbdf3f60cb7fd5fe5d3c5d498e05fe2df79a Closes-Bug: #1904702
-
Zuul authored
-
wu.chunyang authored
Add trove smoke test. Change-Id: I571d9663bcadb1ddc5a7ad86a2c478706e0705a9
-