我正在尝试在 MAAS ubuntu 12.04.04 上安装 juju。
I get the following error :-
root@ubuntu:~# sudo add-apt-repository ppa:juju/stable
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 128, in <module>
ppa_info = get_ppa_info_from_lp(user, ppa_name)
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 84, in get_ppa_info_from_lp
curl.perform()
pycurl.error: (7, "couldn't connect to host")
root@ubuntu:~#
我已尝试设置代理/etc/apt/apt.conf
以及设置http_proxy
环境变量。
我可以从互联网上下载任何软件包,例如 vim 等等。
请让我知道我可能遗漏了什么。
答案1
您所说的“在 MAAS 上安装 juju”是什么意思?您似乎正在尝试在由 MAAS 提供的机器上安装 juju 客户端。如果您想使用 juju 在 MAAS 上部署服务,您需要在您的机器上安装 juju 并使用$HOME/.juju/environments.yaml
MAAS 的凭据配置您的机器(有关详细信息,请参阅 MAAS 文档 -http://maas.ubuntu.com/docs/juju-quick-start.html)。然后,您可以使用juju bootstrap
您的机器创建一个环境,然后juju deploy
部署一些服务。