summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-09-16 13:43:08 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-17 01:41:30 +0000
commit3bb7b71e1afb378d47b449e9ba8ff8f633abe7d9 (patch)
tree8e98d07f9aedadec15191176fe8d769bbc0cfd9b /devstack
parent76d373b1e6e08db23210516acee6480f4e6c7f35 (diff)
downloadceilometer-3bb7b71e1afb378d47b449e9ba8ff8f633abe7d9.tar.gz
[goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Story: #2007865 Task: #40223 Use mariadb because myql has issue on Focal which need below issue fix to be released - https://github.com/gnocchixyz/gnocchi/issues/1069 Depends-On: https://review.opendev.org/#/c/734700/ [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I42f104a924ea09ba13f12311dfdb2f79e0d2b78f
Diffstat (limited to 'devstack')
-rw-r--r--devstack/settings4
1 files changed, 4 insertions, 0 deletions
diff --git a/devstack/settings b/devstack/settings
index 142ecf7b..2ca3d7b7 100644
--- a/devstack/settings
+++ b/devstack/settings
@@ -16,6 +16,10 @@ if [ "$CEILOMETER_BACKEND" = "gnocchi" ]; then
enable_service gnocchi-api gnocchi-metricd
fi
+# Use mariadb at least until below issue fix is released
+# https://github.com/gnocchixyz/gnocchi/issues/1069
+MYSQL_SERVICE_NAME=mariadb
+
# Gnocchi default archive_policy for Ceilometer
# TODO(sileht): when Gnocchi 4.0 is out use the tarball instead
GNOCCHI_GIT_PATH=${GNOCCHI_GIT_PATH:-git+https://github.com/gnocchixyz/gnocchi#egg=gnocchi}