web-dev-qa-db-ja.com

Juju bootstrap on Ubuntu 20.04

Virt-managerを介した私の仮想ラボ:

  • MAASサーバー

  • JUJUコントローラー

    ただし、ブートストラップの後、次のコマンドを使用します。

    $:juju bootstrap maas-cloud maas-cloud-controller --debug .... .... ....

エラーを受け取りました:

13:00:20 ERROR juju.cmd.juju.commands bootstrap.go:776 failed to bootstrap model: cannot start bootstrap instance: unexpected: ServerError: 400 Bad Request ({"distro_series": ["'**bionic**' is not a valid distro_series.  It should be one of: '', 'ubuntu/focal'."]})

すべてのラボはUbuntu 20.04に基づいており、存在しない場合は "bionic"とサインされたため、理解できません。MAASでは20.04が設定されています enter image description here

誰かが私にその感謝を説明できます。

1

解決策は次のとおりです。

juju bootstrap --bootstrap-series=focal maas-cloud maas-cloud-controller --debug

enter image description here

1