quickstart deployment fails to add relations when bootstrap goes "down"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-deployer |
Triaged
|
High
|
Unassigned |
Bug Description
I'm attempting to deploy a big data bundle [1] to canonistack with the following:
$ juju quickstart u/bigdata-
The deployment takes about three hours in this environment, but after it's done, there are no relations set. About an hour into the deployment, my bootstrap and juju-gui units look like this:
machines:
"0":
agent-state: down
agent-
agent-version: 1.24-beta5
dns-name: 10.55.60.13
instance-id: bb9913f5-
instance-state: ACTIVE
series: trusty
hardware: arch=amd64 cpu-cores=1 mem=2048M root-disk=10240M availability-
state-
services:
juju-gui:
charm: cs:trusty/
exposed: true
service-status:
current: unknown
since: 28 May 2015 23:30:23 UTC
units:
juju-gui/0:
current: unknown
message: agent is lost, sorry! See 'juju status-history juju-gui/0'
since: 28 May 2015 23:30:23 UTC
current: lost
message: agent is not communicating with the server
since: 28 May 2015 23:30:28 UTC
version: 1.24-beta5
machine: "0"
open-ports:
- 80/tcp
- 443/tcp
Per the juju-gui message, the status-history looks like this:
$ juju status-history juju-gui/0
TIME TYPE STATUS MESSAGE
28 May 2015 23:18:42 UTC workload unknown Waiting for agent initialization to finish
28 May 2015 23:18:42 UTC agent allocating
28 May 2015 23:19:04 UTC workload maintenance installing charm software
28 May 2015 23:19:06 UTC agent executing running install hook
28 May 2015 23:27:47 UTC agent executing running leader-elected hook
28 May 2015 23:27:52 UTC agent executing running config-changed hook
28 May 2015 23:30:16 UTC agent executing running start hook
28 May 2015 23:30:23 UTC workload unknown
28 May 2015 23:30:28 UTC agent idle
The other units continue installing, but as I mentioned earlier, no relations are added to my deployment after all units finish and change state to "started". I'm running juju from a Vivid vagrant image with the following:
vagrant@
Ubuntu 15.04 \n \l
vagrant@
ii juju 1.24-beta5-
ii juju-core 1.24-beta5-
ii juju-local 1.24-beta5-
ii juju-mongodb 2.4.10-0ubuntu2 amd64 MongoDB object/
ii python-jujuclient 0.18.5-0ubuntu1 all Python API client for juju
vagrant@
juju-deployer (0.4.3)
juju-quickstart (2.1.1)
jujubundlelib (0.1.7)
jujuclient (0.18.5)
Refs:
[1] https:/
tags: | added: deploy quickstart |
no longer affects: | juju-core/1.24 |
affects: | juju-core → juju-deployer |
Changed in juju-deployer: | |
milestone: | 1.25.0 → none |
This issue may relate to bug 1455260.