Skip to content

Commit 3bb7b71

Browse files
author
Ghanshyam Mann
committed
[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 - gnocchixyz/gnocchi#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
1 parent 76d373b commit 3bb7b71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

devstack/settings

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ if [ "$CEILOMETER_BACKEND" = "gnocchi" ]; then
1616
enable_service gnocchi-api gnocchi-metricd
1717
fi
1818

19+
# Use mariadb at least until below issue fix is released
20+
# https://github.com/gnocchixyz/gnocchi/issues/1069
21+
MYSQL_SERVICE_NAME=mariadb
22+
1923
# Gnocchi default archive_policy for Ceilometer
2024
# TODO(sileht): when Gnocchi 4.0 is out use the tarball instead
2125
GNOCCHI_GIT_PATH=${GNOCCHI_GIT_PATH:-git+https://github.com/gnocchixyz/gnocchi#egg=gnocchi}

0 commit comments

Comments
 (0)