安装openstack 报错


ERROR : Error appeared during Puppet run: 192.168.15.30_controller.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-server-galera' returned 1: Package 3:mariadb-server-10.3.20-3.el7.0.0.rdo1.x86_64 is obsoleted by mysql-community-server-5.7.33-1.el7.x86_64 which is already installed
You will find full trace in log /var/tmp/packstack/20210311-214806-nKc0fj/manifests/192.168.15.30_controller.pp.log
Please check log file /var/tmp/packstack/20210311-214806-nKc0fj/openstack-setup.log for more information
Additional information:
 * Parameter CONFIG_NEUTRON_L2_AGENT: You have chosen OVN Neutron backend. Note that this backend does not support the VPNaaS or FWaaS services. Geneve will be used as the encapsulation method for tenant networks
 

“Package 3:mariadb-server-10.3.20-3.el7.0.0.rdo1.x86_64 is obsoleted by mysql-community-server-5.7.33-1.el7.x86_64 which is already installed”,因为已经安装了mysql-community-server-5.7.33-1.el7.x86_64,导致mariadb-server-10.3.20-3.el7.0.0.rdo1.x86_64无法安装。

你好我也遇到一样的问题,请问你解决了吗?