Hello. So I have since removed the ceph applications : ceph-osd ceph-mon cinder-ceph and ceph-radosgw
When trying to remove the relations glance:ceph, ceph-mon:client it simply said relation ID glance:ceph invalid/ no such application ceph-mon respectively, i guess since i already removed the application
The output for openstack image list is: ( https://imgur.com/a/9LaXL9r ). This was the case even before I removed ceph, seems to have worked even with ceph.
I removed the server which failed using “openstack server delete [server-ID]” and passed the
openstack server create
commands again along with the FLOATING IP command. It seems to succeed with no error response. When checking the status using the command : openstack server list
It stays in the status “Build”(https://imgur.com/a/mD4i5q3) for a while and then eventually proceeds to the status “Error”( https://imgur.com/a/JY6UzW9 ) again. No entry in the network part of the output though(the same as last time, im guessing because it fails to build).
Also, for additional information,
- output of my juju status after removing ceph applications(there are no more errors displayed, everything is active): jujustatus - Pastebin.com
- output for “openstack server show [server-ID]” : openstack server show - Pastebin.com
Any ideas whats causing the server to reach this error state and how I can go about fixing it?