Comment 0 for bug 1509097

Revision history for this message
Ramesh Isaac (rci) wrote : juju-deployer fails deployment of bundle

pod-cloud-installer fails with:

2015-10-22 17:19:33,768 WARNING Deploy of bundle failed, trying again.
2015-10-22 17:20:03,798 DEBUG (cwd=/home/localadmin/.config/falkor/juju-home) RUN: ['juju-deployer', '-r', '180', '-vc', '/tmp/tmpx7YSJ2', '--timeout', '6000', '-e', 'datacenter-maas']
2015-10-22 17:20:03,798 DEBUG CMD: ['juju-deployer', '-r', '180', '-vc', '/tmp/tmpx7YSJ2', '--timeout', '6000', '-e', 'datacenter-maas']
2015-10-22 17:20:04,981 DEBUG STDERR:
2015-10-22 17:20:04 Using runtime GoEnvironment on datacenter-maas
2015-10-22 17:20:04 Retrying hooks for error resolution
2015-10-22 17:20:04 Connecting to environment...
2015-10-22 17:20:04 Connected to environment
Traceback (most recent call last):
  File "/usr/bin/juju-deployer", line 9, in <module>
    load_entry_point('juju-deployer==0.6.0', 'console_scripts', 'juju-deployer')()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main
    run()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 200, in run
    options.retry_count, watch=options.watch, timeout=options.timeout)
  File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 188, in resolve_errors
    error_units = self._get_units_in_error()
  File "/usr/lib/python2.7/dist-packages/deployer/env/base.py", line 57, in _get_units_in_error
    status = self.status()
  File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 233, in status
    return self.client.get_stat()
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 947, in get_stat
    watch = self.get_watch()
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 994, in get_watch
    watcher.start()
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 332, in start
    'Params': {}})
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 281, in _rpc
    raise EnvError(result)
jujuclient.EnvError: <Env Error - Details:
 { u'Error': u'upgrade in progress - Juju functionality is limited',
    u'RequestId': 0,
    u'Response': { }}
 >

2015-10-22 17:20:04,981 WARNING Deploy of bundle failed, trying again.
2015-10-22 17:20:35,012 ERROR Deployment failed: ['juju-deployer', '-r', '180', '-vc', '/tmp/tmpx7YSJ2', '--timeout', '6000', '-e', 'datacenter-maas']

Attaching log from installation attempt and deploy.cfg.

Thanks,

-Ramesh