Comment 7 for bug 1710848

Revision history for this message
Andrew Woodward (xarses) wrote : Re: Bootstrapping Juju 2.2.x fails on a Openstack cloud with Neutron running in HA.

I also ran into problems getting the controller deployed with duplicate subnets, In my case they are not needed and I was able to bypass the problem by removing the duplicates. Reading the above, there are many cases where there may be duplicate subnet cidr.

ERROR fetching hosted model spaces: adding subnet "10.10.0.0/26": subnet "10.10.0.0/26" already exists
2017-09-01 17:52:37 DEBUG cmd supercommand.go:459 error stack:
github.com/juju/juju/state/subnets.go:222: subnet "10.10.0.0/26" already exists
github.com/juju/juju/state/subnets.go:235:
github.com/juju/juju/state/subnets.go:235: adding subnet "10.10.0.0/26"
github.com/juju/juju/state/spacesdiscovery.go:78:
github.com/juju/juju/state/spacesdiscovery.go:51:
github.com/juju/juju/agent/agentbootstrap/bootstrap.go:223: fetching hosted model spaces
github.com/juju/juju/cmd/jujud/agent/agent.go:102:
2017-09-01 17:52:37 DEBUG juju.cmd.jujud main.go:186 jujud complete, code 0, err <nil>
17:52:37 ERROR juju.cmd.juju.commands bootstrap.go:492 failed to bootstrap model: subprocess encountered error code 1
17:52:37 DEBUG juju.cmd.juju.commands bootstrap.go:493 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:584: failed to bootstrap model}
{subprocess encountered error code 1}])