Is there a way to deploy onto those 2 failed nodes, or do I just need to burn the cluster and start over? I’m not sure about the node that doesn’t want to reboot yet, but the curtin command seems to be tied to a disk issue so I’ve deployed Ubuntu to that node and wiped that disk.
ERROR cannot add application "ceph-osd": application already exists:
deploy application using an alias name, or use remove-application to remove the existing one and try again
It would seem that removing the application leaves the deployed nodes in place, perhaps I can do that and re-associate the other nodes (assuming they deploy correctly)? What I did previously was just delete all 4 nodes, destroy the controller, and start over from scratch.
After you deploy openstack manually, you can deploy openstack again with bundle Openstack Base #78.But may you need edit the bundle.yaml ,because actually used ethernet interface of metal machines may differ with config in
bundle.yaml
$ juju list-models
Controller: maas-controller
Model Cloud/Region Type Status Machines Cores Units Access Last connection
controller mymaas/default maas available 1 3 - admin just now
default* mymaas/default maas available 4 48 4 admin just now
So I should be able to just destroy that default model and recreate it, rather than destroying the whole system. Thanks!
Hi Sean. How is your Charmed OpenStack installation coming along? The curtin problem you mentioned in your original post indicates an issue at the hardware and MAAS level. If that is still happening you should investigate without bringing Juju into the mix by manually deploying nodes from the MAAS web UI and checking its logs.
I was able to get past that, I ended up replacing one of the hardware nodes.
In general I have not had any luck getting a full install with Juju and Charms working. I can often get to the end, but end up experience other issues like non-functional networking or the console not working and such.
I think it’s just one of those things you have to keep at to get the hang of it. Even MicroStack doesn’t work out of the box, but if you stick with it you can find someone talking about resolving the networking issue and you do end up with a functional install.
No worries, after replacing the node (and going through the commands one at a time, allowing the previous to finish completely) I have been able to get a system up consistently. Thanks!