Juju 部署问题:连接被对方​​拒绝

Juju 部署问题:连接被对方​​拒绝

我正在尝试在 10 节点基础架构上部署 MAAS + JUJU。

我在一个节点上轻松配置了 MAAS (13.04 LTS),并将其他 6 个节点排队,

还在 MAAS 节点上安装了 Juju,

现在的问题是,当我按照示例中的建议部署 wordpress 时,它启动正常,但由于 node1 上的连接超时问题而处于挂起状态,

2013-05-29 00:43:10,899: juju.agents.machine@DEBUG: Units changed old:set([]) new:set(['wordpress/9'])
2013-05-29 00:43:10,899: juju.agents.machine@DEBUG: Starting service unit: wordpress/9 ...
2013-05-29 00:43:11,028: unit.deploy@DEBUG: Downloading charm cs:precise/wordpress-15 to /var/lib/juju/charms
2013-05-29 00:43:11,071: juju.agents.machine@ERROR: Error starting unit: wordpress/9
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/juju/agents/machine.py", line 97, in watch_service_units
    yield self.unit_deployer.start_service_unit(unit_name)
ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

========================================================

maasadmin@boxone:~$ juju -v status
machines:
  0:
    agent-state: running
    dns-name: node3.master
    instance-id: /MAAS/api/1.0/nodes/node-f87f30e6-c788-11e2-a0dd-984be17f8190/
    instance-state: unknown
  1:
    agent-state: running
    dns-name: node1.master
    instance-id: /MAAS/api/1.0/nodes/node-aa3eaf8e-c787-11e2-b3fd-984be17f8190/
    instance-state: unknown
services:
  wordpress:
    charm: cs:precise/wordpress-15
    relations:
      loadbalancer:
      - wordpress
    units:
      wordpress/9:
        agent-state: pending
        machine: 1
        public-address: null
2013-05-29 01:07:43,185 INFO 'status' command finished successfully

任何帮助都很好

答案1

我发现您仍在使用旧版 Py-Juju,该版本不再受支持或开发。请改用较新的 Juju-Core。

打开终端(++ Ctrl)并运行:AltT

sudo add-apt-repository ppa:juju/stable
sudo apt-get update
sudo apt-get install juju-core

重新启动并查看问题是否解决。

答案2

皮尤朱不再积极开发或支持。请尝试使用Juju-核心看看您的问题是否仍然存在。

相关内容