我正在尝试配置 juju 以与 MAAS 配合使用。我正在配置 juju 以在与 MAAS 相同的节点上运行。当我运行“juju status”时,我收到以下错误:
error: file 'provider-state' not found
有什么想法吗?
以下是我的 .juju/environments.yaml 中的相关部分:
maas:
type: maas
# Change this to where your MAAS server lives. It must specify the base path.
maas-server: 'http://<server IP>/MAAS/'
maas-oauth: '<key from MAAS preferences page>'
admin-secret: 'nothing'
default-series: precise
authorized-keys-path: ~/.ssh/id_rsa.pub
答案1
虽然我之前没有见过这个错误,但我认为这可能与您没有引导环境有关。
你是否:
juju bootstrap