17

MaaS/Juju does not unfortunately manage the attribution of resolving the IP address. In fact, once adding a new node, it seems that the agent-state is still pending forever, and of course for the other nodes:

 6:
    agent-state: not-started
    dns-name: MaaS03
    instance-id: /MAAS/api/1.0/nodes/node-3550ded6-8be1-11e2-bfa6-0050561dd02a/
    instance-state: unknown
  7:
    agent-state: not-started
    dns-name: MaaS04
    instance-id: /MAAS/api/1.0/nodes/node-bee399c6-8c7d-11e2-aea1-0050561dd02a/
    instance-state: unknown
services:
  ceph:
    charm: local:precise/ceph-91
    relations:
      mon:
      - ceph
    units:
      ceph/6:
        agent-state: pending
        machine: 6
        public-address: null
  glance:
    charm: local:precise/glance-79
    relations: {}
    units:
      glance/0:
        agent-state: pending
        machine: 7
        public-address: null

We can notice that the public-address is always null(???). After disabling the firewall, destroying the env and restarting from scratch, it still isn't resolved.

We have no idea about how it delivers this public-address!? That's a lot of problems with Juju found. It seems quite complicated to see what's wrong.

blade19899
  • 26,496
  • 21
  • 113
  • 177
Aimar
  • 323
  • 2
  • 7
  • 1
    there is no public-adress because the machine is not up and running. I think, this is the real problem. – prophecy201 Mar 19 '13 at 10:47
  • These may help you: [ public-address null issue][1] [Juju cannot deploy services with MAAS][2] [1]: http://askubuntu.com/questions/200823/public-address-null-and-present-state-pending-after-destroy-environment-disabl [2]: http://askubuntu.com/questions/249350/juju-cannot-deploy-services-with-maas – Sohail xIN3N Mar 06 '14 at 19:55
  • These may help you: [How to resolve pending state][1] [Deploying issues of Juju service][2] [1]: http://askubuntu.com/questions/134977/juju-stuck-in-pending-state-when-using-lxc [2]: http://askubuntu.com/questions/195901/juju-services-are-not-deploying-correctly – Sohail xIN3N Mar 06 '14 at 20:00
  • 1
    @SohailxIN3N comments doesn't support full markdown, you should use `[text](link)` ;) – Braiam Mar 08 '14 at 21:11
  • Closing this since it appears to no abandoned. – Seth Apr 16 '14 at 14:44

0 Answers0