Comment 0 for bug 1314409

Revision history for this message
Ryan Harper (raharper) wrote :

Two jenkins-slaves running juju-deployer bundles attempt to create openstack deploys against a MAAS environment using the same pool of hardware. One environment (slave4) has a pending machine with no DNS name, log file says no instance information available. Examining maas, I can see it was allocated to a different user and env.

jenkins@juju-precise-machine-15:~$ juju --version
1.18.1-precise-amd64
jenkins@juju-precise-machine-15:~$ cat /etc/issue
Ubuntu 12.04.4 LTS \n \l

Here's the debug-log tail:

$ juju debug-log -e oil-slave-4
Warning: Permanently added 'suangi.oil' (ECDSA) to the list of known hosts.
machine-6: 2014-04-29 21:03:46 INFO juju runner.go:262 worker: start "machineenvironmentworker"
machine-6: 2014-04-29 21:03:46 INFO juju runner.go:262 worker: start "rsyslog"
machine-6: 2014-04-29 21:03:46 DEBUG juju.worker.logger logger.go:60 logger setup
machine-6: 2014-04-29 21:03:46 DEBUG juju.worker.machineenvironment machineenvironmentworker.go:70 write system files: true
machine-6: 2014-04-29 21:03:46 DEBUG juju.worker.rsyslog worker.go:76 starting rsyslog worker mode 1 for "machine-6" ""
machine-6: 2014-04-29 21:03:46 INFO juju runner.go:262 worker: start "authenticationworker"
machine-6: 2014-04-29 21:03:46 INFO juju.worker.machiner machiner.go:85 setting addresses for machine-6 to ["local-machine:127.0.0.1" "local-cloud:10.245.0.156" "local-machine:::1" "fe80::222:99ff:fee0:337"]
machine-6: 2014-04-29 21:03:46 DEBUG juju.worker.logger logger.go:45 reconfiguring logging from "<root>=DEBUG" to "<root>=WARNING;unit=DEBUG"
machine-0: 2014-04-29 21:18:02 WARNING juju.worker.instanceupdater updater.go:231 cannot get instance info for instance "/MAAS/api/1.0/nodes/node-9df8a42a-c4cd-11e3-824b-00163efc5068/": no instances found
machine-0: 2014-04-29 21:18:14 WARNING juju.worker.instanceupdater updater.go:231 cannot get instance info for instance "/MAAS/api/1.0/nodes/node-9f22e392-c4cd-11e3-824b-00163efc5068/": no instances found

I'll attach the juju status from the two environments.