Debugging webUI issues - ganeshahv/Contrail_SRE GitHub Wiki
1]. vRouters count shown as 0 in the Dashboard
Check the api log for errors. If there are 403 errors as below:
10/31/2019 10:34:34 AM - error: URL [http://10.10.11.27:8082/virtual-routers?detail=True] returned error ["403 Permission Denied"]
10/31/2019 10:34:34 AM - error: Encountered broken link: /virtual-routers?detail=True
10/31/2019 10:34:34 AM - error: REST Server Error: 403 Permission Denied
It would point to RBAC.
Go to the contrail_api and the contrail_analytics_api file and check the aaa_mode.
Edit the entrypoint.sh file
aaa_mode=no-auth
Save and Exit the docker.
Restart both the dockers.