You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Problems/Issues encountered or steps required when using ONAP Dublin after a fresh installation


Most of SO PODs in CrashLoopBackOff

See  SO-1674 - Getting issue details... STATUS  and https://lists.onap.org/g/onap-discuss/message/16509 

workaround
1. Connect to MariaDB container
2. mysql -uroot
3. use mysql;
4. SET PASSWORD FOR 'root'@'localhost' = PASSWORD('password');

5. cd docker-entrypoint-initdb.d
6. Run scripts 01-… to 05-…


Wait for SO PODs to become in Running state
  • No labels