I'm installing Landscape with the Landscape OpenStack Autopilot:
- Bootstrapping Juju took 233 sec
- Preparing Landscape: 10 sec
- Deploying Landscape has so far used 2620 sec (43 minutes, 40 seconds).
This is a very long time. Is it normal?
It just got to 3000 and gave an error:
From installer log:
File "/usr/share/openstack/cloudinstall/multi_install.py", line 771, in run_deployer
raise Exception("Error deploying Landscape.")
Exception: Error deploying Landscape. )
A bit from the log :
Service 'rabbitmq-server' does not need any more units added.\n2015-05-21 13:39:58 [DEBUG] deployer.import: Waiting for units before adding relations\n2015-05-21 13:43:32 [DEBUG] deployer.env: Delta machine: 0/lxc/0 change:pending\n2015-05-21 13:43:52 [DEBUG] deployer.env: Delta machine: 0/lxc/1 change:pending\n2015-05-21 13:44:12 [DEBUG] deployer.env: Delta machine: 0/lxc/2 change:pending\n2015-05-21 13:44:32 [DEBUG] deployer.env: Delta machine: 0/lxc/3 change:pending\n2015-05-21 13:44:52 [DEBUG] deployer.env: Delta machine: 0/lxc/4 change:pending\n2015-05-21 13:45:12 [DEBUG] deployer.env: Delta machine: 0/lxc/5 change:pending\n2015-05-21 14:29:30 [DEBUG] deployer.env: Connecting to environment...\n2015-05-21 14:29:32 [DEBUG] deployer.env: Connected to environment\n2015-05-21 14:29:32 [ERROR] deployer.import: Reached deployment timeout.. exiting\n2015-05-21 14:29:32 [INFO] deployer.cli: Deployment stopped. run time: 3015.07\n", 'status': 1}
[DEBUG ⢠05-21 14:29:32] ⢠cloudinstall.utils ⢠(utils.py, global_exchandler, 63)]
Traceback (most recent call last):
File "/usr/share/openstack/cloudinstall/utils.py", line 78, in run
super().run()
File "/usr/lib/python3.4/threading.py", line 868, in run
self._target(*self._args, **self._kwargs)
File "/usr/share/openstack/cloudinstall/machinewait.py", line 127, in do_continue
self.installer.do_install()
File "/usr/share/openstack/cloudinstall/multi_install.py", line 177, in do_install
self.loop).run()
File "/usr/share/openstack/cloudinstall/multi_install.py", line 708, in run
self.deploy_landscape()
File "/usr/share/openstack/cloudinstall/multi_install.py", line 731, in deploy_landscape
self.run_deployer()
File "/usr/share/openstack/cloudinstall/multi_install.py", line 771, in run_deployer
raise Exception("Error deploying Landscape.")
Exception: Error deploying Landscape.