Debugging sheet - netronome-support/Agilio-vRouter5 GitHub Wiki
After controller reboot not all Contrail services launch properly - Perform a docker-compose down and up of the respective containers:
cd /etc/contrail
for dir in `echo config_api redis analytics_database analytics config_database control webui`
do
cd $dir
docker-compose down
docker-compose up -d
cd ..
done