KeyError: service was deployed but then not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-deployer |
Incomplete
|
Low
|
Unassigned |
Bug Description
juju-deployer 0.6.0-1 from ppa:juju/stable
Got this in a jenkins run that deployed landscape:
09:27:53 2015-11-25 09:27:53 Starting deployment of scapestack-maas
09:28:02 2015-11-25 09:28:02 Deploying services...
09:28:02 2015-11-25 09:28:02 Deploying service haproxy using cs:trusty/
09:28:21 2015-11-25 09:28:21 Deploying service landscape-server using local:trusty/
09:28:33 2015-11-25 09:28:33 Deploying service postgresql using cs:trusty/
09:28:46 2015-11-25 09:28:46 Deploying service rabbitmq-server using cs:trusty/
09:30:07 2015-11-25 09:30:07 Adding 1 more units to haproxy
09:31:17 2015-11-25 09:31:17 Adding 1 more units to landscape-server
09:32:26 2015-11-25 09:32:26 Adding 1 more units to postgresql
09:33:34 2015-11-25 09:33:34 Adding 1 more units to rabbitmq-server
09:33:39 2015-11-25 09:33:39 Adding relations...
09:33:39 Traceback (most recent call last):
09:33:39 File "/usr/bin/
09:33:39 load_entry_
09:33:39 File "/usr/lib/
09:33:39 run()
09:33:39 File "/usr/lib/
09:33:39 importer.
09:33:39 File "/usr/lib/
09:33:39 rels_created = self.add_
09:33:39 File "/usr/lib/
09:33:39 if self._rel_
09:33:39 File "/usr/lib/
09:33:39 rels_svc_a = status[
09:33:39 KeyError: 'landscape-server'
The service was deployed, but then it wasn't found.
sparkiegeek hinted that https:/
Changed in juju-deployer: | |
importance: | Undecided → Low |
The deployer file uses placement to put all services in containers on the bootstrap node.