Activity log for bug #1454143

Date Who What changed Old value New value Message
2015-05-12 08:44:18 Adam Collard bug added bug
2015-05-12 08:44:18 Adam Collard attachment added storage-charm-deployer.yaml https://bugs.launchpad.net/bugs/1454143/+attachment/4396082/+files/storage-charm-deployer.yaml
2015-05-12 08:44:29 Adam Collard bug task added juju-deployer
2015-05-12 10:06:48 Adam Collard bug added subscriber Landscape
2015-05-12 13:06:54 Curtis Hovey juju-core: status New Triaged
2015-05-12 13:06:56 Curtis Hovey juju-core: importance Undecided High
2015-05-12 13:07:36 Curtis Hovey tags landscape deployer landscape upgrade-charm
2015-05-12 13:21:10 Curtis Hovey nominated for series juju-core/1.23
2015-05-12 13:21:10 Curtis Hovey bug task added juju-core/1.23
2015-05-12 13:21:10 Curtis Hovey nominated for series juju-core/1.24
2015-05-12 13:21:10 Curtis Hovey bug task added juju-core/1.24
2015-05-12 13:21:17 Curtis Hovey juju-core/1.24: status New Triaged
2015-05-12 13:21:19 Curtis Hovey juju-core/1.23: status New Triaged
2015-05-12 13:21:21 Curtis Hovey juju-core/1.23: importance Undecided High
2015-05-12 13:21:23 Curtis Hovey juju-core/1.24: importance Undecided High
2015-05-12 13:21:32 Curtis Hovey juju-core/1.24: milestone 1.24-beta2
2015-05-12 13:21:37 Curtis Hovey juju-core/1.23: milestone 1.23.4
2015-05-12 13:21:40 Curtis Hovey juju-core: milestone 1.25.0
2015-05-12 13:22:14 Curtis Hovey tags deployer landscape upgrade-charm blocker deployer landscape upgrade-charm
2015-05-12 19:29:35 Curtis Hovey juju-core/1.24: milestone 1.24-beta2 1.24-beta3
2015-05-14 08:46:37 Adam Collard description Using the attached YAML, with an OpenStack provider and Juju 1.23.2-vivid-amd64. 2015-05-12 09:17:22 [DEBUG] deployer.import: Adding units... 2015-05-12 09:17:23 [DEBUG] deployer.import: Service 'postgresql' does not need any more units added. 2015-05-12 09:17:23 [WARNING] deployer.import: Config specifies num units for subordinate: storage 2015-05-12 09:17:23 [DEBUG] deployer.import: Service 'block-storage-broker' does not need any more units added. 2015-05-12 09:17:23 [DEBUG] deployer.import: Waiting for units before adding relations 2015-05-12 09:17:25 [DEBUG] deployer.env: Delta unit: block-storage-broker/0 change:allocating 2015-05-12 09:17:25 [DEBUG] deployer.env: Delta unit: block-storage-broker/0 change:installing Traceback (most recent call last): File "/usr/bin/juju-deployer", line 9, in <module> load_entry_point('juju-deployer==0.4.4', '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 233, in run importer.Importer(env, deployment, options).run() File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 206, in run self.wait_for_units(ignore_errors=ignore_errors) File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 181, in wait_for_units services=self.deployment.get_service_names(), on_errors=on_errors) File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 227, in wait_for_units services=services, on_errors=on_errors).run(callback) File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 1918, in run for change_set in self.watch: File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 404, in next return super(TimeoutWatcher, self).next() File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 346, in next 'Id': self.watcher_id}) File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 281, in _rpc raise EnvError(result) jujuclient.EnvError: <Env Error - Details: { u'Error': u'watcher was stopped', u'RequestId': 4, u'Response': { }} > Using the attached YAML, with an OpenStack provider and Juju 1.23.2-vivid-amd64 with agent-stream: proposed in environments.yaml. 2015-05-12 09:17:22 [DEBUG] deployer.import: Adding units... 2015-05-12 09:17:23 [DEBUG] deployer.import: Service 'postgresql' does not need any more units added. 2015-05-12 09:17:23 [WARNING] deployer.import: Config specifies num units for subordinate: storage 2015-05-12 09:17:23 [DEBUG] deployer.import: Service 'block-storage-broker' does not need any more units added. 2015-05-12 09:17:23 [DEBUG] deployer.import: Waiting for units before adding relations 2015-05-12 09:17:25 [DEBUG] deployer.env: Delta unit: block-storage-broker/0 change:allocating 2015-05-12 09:17:25 [DEBUG] deployer.env: Delta unit: block-storage-broker/0 change:installing Traceback (most recent call last):   File "/usr/bin/juju-deployer", line 9, in <module>     load_entry_point('juju-deployer==0.4.4', '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 233, in run     importer.Importer(env, deployment, options).run()   File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 206, in run     self.wait_for_units(ignore_errors=ignore_errors)   File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 181, in wait_for_units     services=self.deployment.get_service_names(), on_errors=on_errors)   File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 227, in wait_for_units     services=services, on_errors=on_errors).run(callback)   File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 1918, in run     for change_set in self.watch:   File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 404, in next     return super(TimeoutWatcher, self).next()   File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 346, in next     'Id': self.watcher_id})   File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 281, in _rpc     raise EnvError(result) jujuclient.EnvError: <Env Error - Details:  { u'Error': u'watcher was stopped', u'RequestId': 4, u'Response': { }}  >
2015-05-14 16:41:04 David Britton attachment added ubuntu.yaml https://bugs.launchpad.net/juju-core/+bug/1454143/+attachment/4397591/+files/ubuntu.yaml
2015-05-14 17:09:53 David Britton attachment added machine-0.log https://bugs.launchpad.net/juju-core/+bug/1454143/+attachment/4397625/+files/machine-0.log
2015-05-14 19:28:26 Curtis Hovey juju-core/1.24: milestone 1.24-beta3 1.24-beta4
2015-05-15 11:26:00 Ian Booth marked as duplicate 1455260