Comment 7 for bug 2065700

Revision history for this message
Nobuto Murata (nobuto) wrote :

I tried to workaround it by bootstrapping the storage service first before having the control plane with microk8s. However, sunbeam always add the control plane for bootstrap so --role storage will be translated to --role storage --role control so no luck.

https://github.com/canonical/snap-openstack/blob/599e01aa263729d8f411241531bc424934b9ce05/sunbeam-python/sunbeam/provider/local/commands.py#L238-L241
> # Bootstrap node must always have the control role
> if Role.CONTROL not in roles:
> LOG.debug("Enabling control role for bootstrap")
> roles.append(Role.CONTROL)