Merge "Fix mysqladmin failure for Fedora 34 and mariadb"
This commit is contained in:
commit
3c98c21fec
@ -725,6 +725,8 @@
|
|||||||
description: Fedora latest platform test
|
description: Fedora latest platform test
|
||||||
nodeset: devstack-single-node-fedora-latest
|
nodeset: devstack-single-node-fedora-latest
|
||||||
voting: false
|
voting: false
|
||||||
|
vars:
|
||||||
|
configure_swap_size: 4096
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-platform-fedora-latest-virt-preview
|
name: devstack-platform-fedora-latest-virt-preview
|
||||||
@ -733,6 +735,7 @@
|
|||||||
nodeset: devstack-single-node-fedora-latest
|
nodeset: devstack-single-node-fedora-latest
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
|
configure_swap_size: 4096
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ENABLE_FEDORA_VIRT_PREVIEW_REPO: true
|
ENABLE_FEDORA_VIRT_PREVIEW_REPO: true
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ EOF
|
|||||||
if is_oraclelinux; then
|
if is_oraclelinux; then
|
||||||
install_package mysql-community-server
|
install_package mysql-community-server
|
||||||
elif is_fedora; then
|
elif is_fedora; then
|
||||||
install_package mariadb-server mariadb-devel
|
install_package mariadb-server mariadb-devel mariadb
|
||||||
sudo systemctl enable $MYSQL_SERVICE_NAME
|
sudo systemctl enable $MYSQL_SERVICE_NAME
|
||||||
elif is_suse; then
|
elif is_suse; then
|
||||||
install_package mariadb-server
|
install_package mariadb-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user