Debugging the OpenStack Controller¶
OpenStack Controller (Rockoon)
Since MOSK 25.1, the OpenStack Controller has been open-sourced under the name Rockoon and is maintained as an independent open-source project going forward.
As part of this transition, all openstack-controller
pods are named
rockoon
pods across the MOSK documentation and deployments. This change
does not affect functionality, but this is the reminder for the users to
utilize the new naming for pods and other related artifacts accordingly.
The OpenStack Controller (Rockoon) is running in several containers in the
rockoon-xxxx
pod in the osh-system
namespace. For the full list
of containers and their roles, refer to OpenStack Controller (Rockoon).
To verify the status of the OpenStack Controller, run:
kubectl -n osh-system get pods
Example of a system response:
NAME READY STATUS RESTARTS AGE
rockoon-5c5965688b-knck5 9/9 Running 0 21h
rockoon-admission-6795d594b4-rp7kf 1/1 Running 0 22h
rockoon-exporter-6f66547b67-pcxhh 1/1 Running 0 22h
To verify the logs for the osdpl
container, run:
kubectl -n osh-system logs -f <rockoon-xxxx> -c osdpl