Juju 如何解决此错误“错误无法将单元“xxxx”分配给机器 1:系列不匹配”

Juju 如何解决此错误“错误无法将单元“xxxx”分配给机器 1:系列不匹配”

在通过 ppa 稳定升级 MaaS 并通过 ppa 稳定安装 Juju 之后,在部署服务期间我收到了此错误

$: juju deploy --to 1 mysql
Added charm "cs:trusty/mysql-4" to the environment.
ERROR cannot assign unit "mysql/0" to machine 1: series does not match

虽然部署了 juju-gui 和 puppetmaster,但它运行良好,我也尝试了其他服务,但问题是一样的。

juju deploy --to 1 rabbitmq-server
Added charm "cs:trusty/rabbitmq-server-7" to the environment.
ERROR cannot assign unit "rabbitmq-server/0" to machine 1: series does not match

有人解决了吗?

答案1

它可能正在寻找 juju-gui 和 puppermaster 的精确版本。

您可以尝试以下命令来强制获取精确的超级按钮:

juju deploy cs:precise/mysql
juju deploy cs:precise/rabbitmq-server

相关内容