[vmware] Controller creation stuck at "creating template"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
Hi,
I am trying to bootstrap a controller on a vmware-vsphere environment.
I have followed this guide : https:/
For some reasons, I had to stop the creation of the controller at my first try. The command I run was "juju bootstrap vsp-cloud vsp-controller"
I then deleted it using the command "juju kill-controller vsp-controller", because "juju destroy-controller vsp-controller" was returning an error.
When I tried to create a controller again with some added paramaters (namely: "--to zone=[...]", and "--config datastore=[...]"), the task get stuck. With the "--debug" option, here are the latest log lines:
15:35:29 DEBUG juju.environs imagemetadata.
15:35:30 DEBUG juju.provider.
15:35:30 DEBUG juju.provider.
15:35:30 DEBUG juju.provider.
15:35:30 DEBUG juju.provider.
On the Vcenter console, I see an "Create folder" task in error, with Status: " The name 'Juju Controller (f4a25761-
Any idea how to fix this issue? Is this a known bug from juju?
Thanks.
tags: | added: vsphere-provider |
On the surface of it, it's surprising that a new controller has a UUID clash like that. Anyway, if you want to start fresh, try deleting those juju controller folders from vsphere and also check "juju controllers" to make sure there's nothing left behind there also. If there is, run "juju unregister" to get rid of it. Only do this for old controllers that did not start, don't do it for running controllers you want to keep.